Skip to content

Commit 1419510

Browse files
authored
Merge pull request #7810 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 8a55d5c + c326399 commit 1419510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/examples/junit5/redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Examples for docs"
33
dependencies {
44
api "io.lettuce:lettuce-core:6.2.6.RELEASE"
55

6-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
6+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
77
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.1"
88
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"
99
testImplementation project(":testcontainers")

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.6.0'
1919
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
20-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.0'
20+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.1'
2121
testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.10.1'
2222

2323
testCompileOnly 'org.jetbrains:annotations:24.0.1'

0 commit comments

Comments
 (0)