Skip to content

Commit 56e0d4b

Browse files
authored
Update httpclient version to 4.5.14 (#7650)
1 parent 474e992 commit 56e0d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ dependencies {
109109
testImplementation('com.google.cloud.tools:jib-core:0.23.0') {
110110
exclude group: 'com.google.guava', module: 'guava'
111111
}
112-
testImplementation 'org.apache.httpcomponents:httpclient:4.5.9'
112+
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
113113
testImplementation 'redis.clients:jedis:5.0.1'
114114
testImplementation 'com.rabbitmq:amqp-client:5.19.0'
115115
testImplementation 'org.mongodb:mongo-java-driver:3.12.14'

0 commit comments

Comments
 (0)