File tree Expand file tree Collapse file tree 4 files changed +13
-10
lines changed
plugin/repository-encrypted Expand file tree Collapse file tree 4 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 664
664
<sha256 value =" a42edc9cab792e39fe39bb94f3fca655ed157ff87a8af78e1d6ba5b07c4a00ab" origin =" Generated by Gradle" />
665
665
</artifact >
666
666
</component >
667
+ <component group =" com.google.guava" name =" guava" version =" 32.0.1-jre" >
668
+ <artifact name =" guava-32.0.1-jre.jar" >
669
+ <sha256 value =" bd7fa227591fb8509677d0d1122cf95158f3b8a9f45653f58281d879f6dc48c5" origin =" Generated by Gradle" />
670
+ </artifact >
671
+ </component >
667
672
<component group =" com.google.guava" name =" listenablefuture" version =" 9999.0-empty-to-avoid-conflict-with-guava" >
668
673
<artifact name =" listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar" >
669
674
<sha256 value =" b372a037d4230aa57fbeffdef30fd6123f9c0c2db85d0aced00c91b974f33f99" origin =" Generated by Gradle" />
969
974
<sha256 value =" fbfd0d5f2b2f86758b821daa5e79b5d7c965edd9dc1b2cc80b515df1c6ddc22d" origin =" Generated by Gradle" />
970
975
</artifact >
971
976
</component >
977
+ <component group =" com.nimbusds" name =" nimbus-jose-jwt" version =" 9.23" >
978
+ <artifact name =" nimbus-jose-jwt-9.23.jar" >
979
+ <sha256 value =" 33ab8084fdae1d75be1b061b1489d4a12045bd7b50c2e24ff152911e4551ec07" origin =" Generated by Gradle" />
980
+ </artifact >
981
+ </component >
972
982
<component group =" com.nimbusds" name =" nimbus-jose-jwt" version =" 9.8.1" >
973
983
<artifact name =" nimbus-jose-jwt-9.8.1.jar" >
974
984
<sha256 value =" 7664cf8c6f2adadf600287812b32878277beda54912eab9d4c2932cd50cb704a" origin =" Generated by Gradle" />
975
985
</artifact >
976
986
</component >
977
- <component group =" com.nimbusds" name =" nimbus-jose-jwt" version =" 9.23" >
978
- <artifact name =" nimbus-jose-jwt-9.23.jar" >
979
- <sha256 value =" 33ab8084fdae1d75be1b061b1489d4a12045bd7b50c2e24ff152911e4551ec07" origin =" Generated by Gradle" />
980
- </artifact >
981
- </component >
982
987
<component group =" com.nimbusds" name =" oauth2-oidc-sdk" version =" 9.37" >
983
988
<artifact name =" oauth2-oidc-sdk-9.37.jar" >
984
989
<sha256 value =" 44a04bbed5ae3f6d198aa73ee6b545c476e528ec1a267ef3e9f7033f886dd6fe" origin =" Generated by Gradle" />
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
29
29
api ' com.google.cloud:google-cloud-storage:2.13.1'
30
30
api ' com.google.cloud:google-cloud-core:2.8.28'
31
31
api ' com.google.cloud:google-cloud-core-http:2.8.28'
32
- runtimeOnly ' com.google.guava:guava:31 .1-jre'
32
+ runtimeOnly ' com.google.guava:guava:32.0 .1-jre'
33
33
runtimeOnly ' com.google.guava:failureaccess:1.0.1'
34
34
api " commons-logging:commons-logging:${ versions.commonslogging} "
35
35
api " org.apache.logging.log4j:log4j-1.2-api:${ versions.log4j} "
@@ -102,7 +102,6 @@ tasks.named("thirdPartyAudit").configure {
102
102
' com.google.common.hash.LittleEndianByteArray$UnsafeByteArray' ,
103
103
' com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$1' ,
104
104
' com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$2' ,
105
- ' com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$3' ,
106
105
' com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper' ,
107
106
' com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper$1' ,
108
107
' com.google.common.hash.LittleEndianByteArray$UnsafeByteArray' ,
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ dependencies {
27
27
exclude group : ' javax.xml.bind' , module : ' jaxb-api'
28
28
}
29
29
// for encrypted GCS repository integ tests
30
- internalClusterTestRuntimeOnly ' com.google.guava:guava:31 .1-jre'
30
+ internalClusterTestRuntimeOnly ' com.google.guava:guava:32.0 .1-jre'
31
31
}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
34
34
api ' com.google.cloud:google-cloud-storage:2.13.1'
35
35
api ' com.google.cloud:google-cloud-core:2.8.28'
36
36
api ' com.google.cloud:google-cloud-core-http:2.8.28'
37
- runtimeOnly ' com.google.guava:guava:31 .1-jre'
37
+ runtimeOnly ' com.google.guava:guava:32.0 .1-jre'
38
38
api ' com.google.guava:failureaccess:1.0.1'
39
39
api " commons-logging:commons-logging:${ versions.commonslogging} "
40
40
api " org.apache.logging.log4j:log4j-1.2-api:${ versions.log4j} "
@@ -324,7 +324,6 @@ tasks.named("thirdPartyAudit").configure {
324
324
' com.google.common.hash.LittleEndianByteArray$UnsafeByteArray' ,
325
325
' com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$1' ,
326
326
' com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$2' ,
327
- ' com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$3' ,
328
327
' com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper' ,
329
328
' com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper$1' ,
330
329
' com.google.common.hash.LittleEndianByteArray$UnsafeByteArray' ,
You can’t perform that action at this time.
0 commit comments