File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ dependencies {
110110 exclude group : ' com.google.guava' , module : ' guava'
111111 }
112112 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
113- testImplementation ' redis.clients:jedis:5.1.3 '
113+ testImplementation ' redis.clients:jedis:5.1.5 '
114114 testImplementation ' com.rabbitmq:amqp-client:5.22.0'
115115 testImplementation ' org.mongodb:mongo-java-driver:3.12.14'
116116
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ description = "Testcontainers :: elasticsearch"
22
33dependencies {
44 api project(' :testcontainers' )
5- testImplementation " org.elasticsearch.client:elasticsearch-rest-client:8.14.3 "
5+ testImplementation " org.elasticsearch.client:elasticsearch-rest-client:8.15.1 "
66 testImplementation " org.elasticsearch.client:transport:7.17.24"
77 testImplementation ' org.assertj:assertj-core:3.26.3'
88}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
44 api(project(" :testcontainers" ))
55 api(" org.jetbrains:annotations:24.1.0" )
66
7- shaded(" org.apache.commons:commons-lang3:3.15 .0" )
7+ shaded(" org.apache.commons:commons-lang3:3.17 .0" )
88 shaded(" commons-io:commons-io:2.17.0" )
99 shaded(" org.javassist:javassist:3.30.2-GA" )
1010 shaded(" org.jboss.shrinkwrap:shrinkwrap-api:1.2.6" )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dependencies {
22 api project(' :jdbc' )
33
44 api ' com.google.guava:guava:33.3.1-jre'
5- api ' org.apache.commons:commons-lang3:3.15 .0'
5+ api ' org.apache.commons:commons-lang3:3.17 .0'
66 api ' com.zaxxer:HikariCP-java6:2.3.13'
77 api ' commons-dbutils:commons-dbutils:1.8.1'
88
You can’t perform that action at this time.
0 commit comments