Skip to content

Commit 1c48b1e

Browse files
committed
Bump Gradle from 33.4.0-jre to 33.4.5-jre
1 parent 4b36771 commit 1c48b1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464
compileOnly project.deps.gocdPluginApi
6565
implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.1'
6666
implementation group: 'com.spotify', name: 'docker-client', version: '8.16.0'
67-
implementation group: 'com.google.guava', name: 'guava', version: '33.4.0-jre'
67+
implementation group: 'com.google.guava', name: 'guava', version: '33.4.5-jre'
6868

6969
components {
7070
// workaround for Guava metadata declaring dependencies that are not needed at runtime
@@ -73,7 +73,7 @@ dependencies {
7373
details.allVariants {
7474
withDependencies {
7575
removeAll {
76-
it.name in [ "jsr305", "checker-qual", "error_prone_annotations", "listenablefuture", "j2objc-annotations" ]
76+
it.name in [ "listenablefuture", "jspecify", "error_prone_annotations", "j2objc-annotations" ]
7777
}
7878
}
7979
}

0 commit comments

Comments
 (0)