Skip to content

Commit

Permalink
E - Oppgradering org.testcontainers 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Oct 30, 2024
1 parent 883bf84 commit a358531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ dependencies {
testImplementation 'com.tngtech.archunit:archunit:1.3.0'

//testcontainers
testImplementation("org.testcontainers:junit-jupiter:1.20.2")
testImplementation "org.testcontainers:testcontainers:1.20.2"
testImplementation("org.testcontainers:junit-jupiter:1.20.3")
testImplementation "org.testcontainers:testcontainers:1.20.3"
}

0 comments on commit a358531

Please sign in to comment.