Skip to content

Commit

Permalink
Merge pull request #7810 from testcontainers/combined-pr-branch
Browse files Browse the repository at this point in the history
Combined dependencies PR
  • Loading branch information
eddumelendez committed Nov 14, 2023
2 parents 8a55d5c + c326399 commit 1419510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/junit5/redis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Examples for docs"
dependencies {
api "io.lettuce:lettuce-core:6.2.6.RELEASE"

testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.1"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"
testImplementation project(":testcontainers")
Expand Down
2 changes: 1 addition & 1 deletion modules/spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {

testRuntimeOnly 'org.postgresql:postgresql:42.6.0'
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.0'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.1'
testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.10.1'

testCompileOnly 'org.jetbrains:annotations:24.0.1'
Expand Down

0 comments on commit 1419510

Please sign in to comment.