Skip to content

Commit

Permalink
Merge pull request #246 from jamesward/dependabot/gradle/java-loom/or…
Browse files Browse the repository at this point in the history
…g.testcontainers-testcontainers-1.19.7

Bump org.testcontainers:testcontainers from 1.19.5 to 1.19.7 in /java-loom
  • Loading branch information
jamesward authored Mar 7, 2024
2 parents c46d9dd + f2c45ac commit aaa1c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-loom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {

dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("org.testcontainers:testcontainers:1.19.5")
testImplementation("org.testcontainers:testcontainers:1.19.7")
testImplementation("org.testcontainers:junit-jupiter:1.19.6")
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.12")
}
Expand Down

0 comments on commit aaa1c33

Please sign in to comment.