Skip to content

Commit

Permalink
Exclude dependency updates to google-oauth-plugin 1.1.1 (#2574)
Browse files Browse the repository at this point in the history
* Exclude dependency updates to google-oauth-plugin 1.1.1

Plugin breaks tests of other plugins

Rework is in progress.

#2563 updated the google oauth
plugin to 1.1.1 and broke tests in google-storage-plugin and the
google-compute-engine-plugin.

#2567 reverted it again

#2572 incremented it again

Let's stop the pattern of new commit followed by a revert

* Return to google-oauth-plugin 1.0.11

Causes test failures in google-storage-plugin and google-compute-plugin
  • Loading branch information
MarkEWaite committed Oct 10, 2023
1 parent f3a702a commit faf0ae3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ updates:
- package-ecosystem: "maven"
open-pull-requests-limit: 25
directory: "/bom-weekly"
ignore:
- dependency-name: "google-oauth-plugin"
versions: "1.1.1"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
Expand Down
2 changes: 1 addition & 1 deletion bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>google-oauth-plugin</artifactId>
<version>1.1.1</version>
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit faf0ae3

Please sign in to comment.