@@ -5,7 +5,7 @@ buildscript {
55
66 dependencies {
77 // https://github.com/melix/japicmp-gradle-plugin/issues/36
8- classpath ' com.google.guava:guava:30.1-jre'
8+ classpath ' com.google.guava:guava:30.1.1 -jre'
99 }
1010}
1111
@@ -101,8 +101,8 @@ dependencies {
101101
102102 api ' junit:junit:4.12'
103103 api ' org.slf4j:slf4j-api:1.7.30'
104- compileOnly ' org.jetbrains:annotations:20.1.0 '
105- testCompileClasspath ' org.jetbrains:annotations:20 .0.0 '
104+ compileOnly ' org.jetbrains:annotations:21.0.1 '
105+ testCompileClasspath ' org.jetbrains:annotations:21 .0.1 '
106106 api ' org.apache.commons:commons-compress:1.20'
107107 api (' org.rnorth.duct-tape:duct-tape:1.0.8' ) {
108108 exclude(group : ' org.jetbrains' , module : ' annotations' )
@@ -127,7 +127,7 @@ dependencies {
127127
128128 api ' com.github.docker-java:docker-java-transport-zerodep:3.2.8'
129129
130- shaded " org.yaml:snakeyaml:1.27 "
130+ shaded " org.yaml:snakeyaml:1.29 "
131131
132132 shaded ' org.glassfish.main.external:trilead-ssh2-repackaged:4.1.2'
133133
@@ -137,7 +137,7 @@ dependencies {
137137
138138 testImplementation ' org.apache.httpcomponents:httpclient:4.5.9'
139139 testImplementation ' redis.clients:jedis:3.6.0'
140- testImplementation ' com.rabbitmq:amqp-client:5.9 .0'
140+ testImplementation ' com.rabbitmq:amqp-client:5.12 .0'
141141 testImplementation ' org.mongodb:mongo-java-driver:3.12.7'
142142
143143 testImplementation (' org.mockito:mockito-core:3.10.0' ) {
0 commit comments