Skip to content

Commit

Permalink
update junit
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Aure <[email protected]>
  • Loading branch information
KyleAure committed Aug 15, 2024
1 parent e7a9658 commit f32ec82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.10.3'
api 'org.junit.jupiter:junit-jupiter-api:5.11.0'
api 'org.testcontainers:junit-jupiter:1.20.1'
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.1'

testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion sample-apps/maven-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.3</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit f32ec82

Please sign in to comment.