Skip to content

Commit

Permalink
Update example dependency versions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jan 15, 2024
1 parent 3a5c70f commit 6a1e6ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ repositories {
}

dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testImplementation("org.testcontainers:testcontainers:1.19.0")
testImplementation("io.github.sgtsilvio:gradle-oci-junit-jupiter:0.1.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
testImplementation("org.testcontainers:testcontainers:1.19.3")
testImplementation("io.github.sgtsilvio:gradle-oci-junit-jupiter:0.2.0")
}

tasks.test {
Expand Down

0 comments on commit 6a1e6ab

Please sign in to comment.