Skip to content

Commit 9925e5e

Browse files
authored
Merge pull request #11333 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 3da0255 + 900d031 commit 9925e5e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

modules/jdbc-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ dependencies {
1111
api 'org.apache.tomcat:tomcat-jdbc:11.0.14'
1212
api 'org.vibur:vibur-dbcp:26.0'
1313
api 'com.mysql:mysql-connector-j:9.5.0'
14-
api 'org.junit.jupiter:junit-jupiter:5.13.4'
14+
api 'org.junit.jupiter:junit-jupiter:5.14.1'
1515
}

modules/junit-jupiter/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ description = "Testcontainers :: JUnit Jupiter Extension"
22

33
dependencies {
44
api project(':testcontainers')
5-
implementation platform('org.junit:junit-bom:5.13.4')
5+
implementation platform('org.junit:junit-bom:5.14.1')
66
implementation 'org.junit.jupiter:junit-jupiter-api'
77

88
testImplementation project(':testcontainers-mysql')
99
testImplementation project(':testcontainers-postgresql')
1010
testImplementation 'com.zaxxer:HikariCP:7.0.2'
11-
testImplementation 'redis.clients:jedis:6.2.0'
11+
testImplementation 'redis.clients:jedis:7.1.0'
1212
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
1313
testImplementation ('org.mockito:mockito-core:4.11.0') {
1414
exclude(module: 'hamcrest-core')

modules/r2dbc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dependencies {
1313

1414
testFixturesImplementation 'io.projectreactor:reactor-core:3.7.11'
1515
testFixturesImplementation 'org.assertj:assertj-core:3.27.6'
16-
testFixturesImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
16+
testFixturesImplementation 'org.junit.jupiter:junit-jupiter:5.14.1'
1717
}

modules/spock/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717

1818
testRuntimeOnly 'org.postgresql:postgresql:42.7.8'
1919
testRuntimeOnly 'com.mysql:mysql-connector-j:9.5.0'
20-
testRuntimeOnly platform('org.junit:junit-bom:5.13.4')
20+
testRuntimeOnly platform('org.junit:junit-bom:5.14.1')
2121
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2222
testRuntimeOnly 'org.junit.platform:junit-platform-testkit'
2323

0 commit comments

Comments
 (0)