Skip to content

Commit

Permalink
Update org.junit.jupiter to v5.9.0 (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2022
1 parent 44d83b6 commit 1279a7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ subprojects {
apply(plugin = "java")

dependencies {
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.8.2")
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.8.2")
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.9.0")
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.9.0")
}

spotless {
Expand Down
2 changes: 1 addition & 1 deletion integration-test-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
implementation(project(":doma-core"))
implementation(project(":doma-slf4j"))
implementation("ch.qos.logback:logback-classic:1.2.11")
implementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
implementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
}

java {
Expand Down

0 comments on commit 1279a7a

Please sign in to comment.