Skip to content

Commit

Permalink
Merge pull request #754 from MicroShed/dependabot/gradle/modules/test…
Browse files Browse the repository at this point in the history
…containers/org.junit.jupiter-junit-jupiter-5.11.4
  • Loading branch information
KyleAure authored Dec 17, 2024
2 parents 5c4d75d + 077c4b9 commit f78a24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/testcontainers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sourceSets {
}

dependencies {
api 'org.junit.jupiter:junit-jupiter-api:5.11.3'
api 'org.junit.jupiter:junit-jupiter-api:5.11.4'
api 'org.testcontainers:junit-jupiter:1.20.4'
api project(':microshed-testing-core')

Expand All @@ -24,7 +24,7 @@ dependencies {
testImplementation 'org.slf4j:slf4j-log4j12:2.0.16'
testImplementation 'org.testcontainers:mockserver:1.20.4'

testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
}

test {
Expand Down

0 comments on commit f78a24f

Please sign in to comment.