Skip to content

Commit

Permalink
Update junit5 monorepo to v5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and random1223 committed Sep 28, 2024
1 parent 7ee3a3f commit a6119f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ subprojects {
apply plugin: 'io.spring.dependency-management'

dependencies {
testImplementation platform('org.junit:junit-bom:5.11.0')
testImplementation platform('org.junit:junit-bom:5.11.1')
testImplementation 'org.junit.jupiter:junit-jupiter'

implementation 'org.springframework.boot:spring-boot-starter'
Expand Down
4 changes: 2 additions & 2 deletions image/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
testImplementation platform('org.junit:junit-bom:5.11.0')
testImplementation platform('org.junit:junit-bom:5.11.1')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation "org.testcontainers:testcontainers:1.20.1"
testImplementation "org.slf4j:slf4j-api:2.0.16"
Expand All @@ -34,7 +34,7 @@ configurations {
}

dependencies {
intTestImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
intTestImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
intTestRuntimeOnly 'org.junit.platform:junit-platform-launcher'
intTestImplementation "org.testcontainers:testcontainers:1.20.1"
// intTestRuntimeOnly "org.slf4j:slf4j-api:2.0.16"
Expand Down

0 comments on commit a6119f1

Please sign in to comment.