We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474e992 commit 56e0d4bCopy full SHA for 56e0d4b
core/build.gradle
@@ -109,7 +109,7 @@ dependencies {
109
testImplementation('com.google.cloud.tools:jib-core:0.23.0') {
110
exclude group: 'com.google.guava', module: 'guava'
111
}
112
- testImplementation 'org.apache.httpcomponents:httpclient:4.5.9'
+ testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
113
testImplementation 'redis.clients:jedis:5.0.1'
114
testImplementation 'com.rabbitmq:amqp-client:5.19.0'
115
testImplementation 'org.mongodb:mongo-java-driver:3.12.14'
0 commit comments