File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ dependencies {
110
110
exclude group : ' com.google.guava' , module : ' guava'
111
111
}
112
112
testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
113
- testImplementation ' redis.clients:jedis:5.1.3 '
113
+ testImplementation ' redis.clients:jedis:5.1.5 '
114
114
testImplementation ' com.rabbitmq:amqp-client:5.22.0'
115
115
testImplementation ' org.mongodb:mongo-java-driver:3.12.14'
116
116
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ description = "Testcontainers :: elasticsearch"
2
2
3
3
dependencies {
4
4
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 "
6
6
testImplementation " org.elasticsearch.client:transport:7.17.24"
7
7
testImplementation ' org.assertj:assertj-core:3.26.3'
8
8
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
4
4
api(project(" :testcontainers" ))
5
5
api(" org.jetbrains:annotations:24.1.0" )
6
6
7
- shaded(" org.apache.commons:commons-lang3:3.15 .0" )
7
+ shaded(" org.apache.commons:commons-lang3:3.17 .0" )
8
8
shaded(" commons-io:commons-io:2.17.0" )
9
9
shaded(" org.javassist:javassist:3.30.2-GA" )
10
10
shaded(" org.jboss.shrinkwrap:shrinkwrap-api:1.2.6" )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dependencies {
2
2
api project(' :jdbc' )
3
3
4
4
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'
6
6
api ' com.zaxxer:HikariCP-java6:2.3.13'
7
7
api ' commons-dbutils:commons-dbutils:1.8.1'
8
8
You can’t perform that action at this time.
0 commit comments