Skip to content

Commit

Permalink
Merge pull request #9286 from testcontainers/combined-pr-branch
Browse files Browse the repository at this point in the history
Combined dependencies PR
  • Loading branch information
eddumelendez authored Sep 24, 2024
2 parents b175776 + d754435 commit 41b5786
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ dependencies {
exclude group: 'com.google.guava', module: 'guava'
}
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
testImplementation 'redis.clients:jedis:5.1.3'
testImplementation 'redis.clients:jedis:5.1.5'
testImplementation 'com.rabbitmq:amqp-client:5.22.0'
testImplementation 'org.mongodb:mongo-java-driver:3.12.14'

Expand Down
2 changes: 1 addition & 1 deletion modules/elasticsearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Testcontainers :: elasticsearch"

dependencies {
api project(':testcontainers')
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:8.14.3"
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:8.15.1"
testImplementation "org.elasticsearch.client:transport:7.17.24"
testImplementation 'org.assertj:assertj-core:3.26.3'
}
2 changes: 1 addition & 1 deletion modules/hivemq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
api(project(":testcontainers"))
api("org.jetbrains:annotations:24.1.0")

shaded("org.apache.commons:commons-lang3:3.15.0")
shaded("org.apache.commons:commons-lang3:3.17.0")
shaded("commons-io:commons-io:2.17.0")
shaded("org.javassist:javassist:3.30.2-GA")
shaded("org.jboss.shrinkwrap:shrinkwrap-api:1.2.6")
Expand Down
2 changes: 1 addition & 1 deletion modules/jdbc-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {
api project(':jdbc')

api 'com.google.guava:guava:33.3.1-jre'
api 'org.apache.commons:commons-lang3:3.15.0'
api 'org.apache.commons:commons-lang3:3.17.0'
api 'com.zaxxer:HikariCP-java6:2.3.13'
api 'commons-dbutils:commons-dbutils:1.8.1'

Expand Down

0 comments on commit 41b5786

Please sign in to comment.