Skip to content

Commit

Permalink
Update dependency org.junit.jupiter:junit-jupiter to v5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 4, 2024
1 parent c9f4f22 commit 4a463d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}

dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
testImplementation("org.amshove.kluent:kluent:1.73")
testImplementation("org.jetbrains.kotlin:kotlin-compiler:1.9.25")
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}

dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
testImplementation("org.amshove.kluent:kluent:1.73")
}

Expand Down

0 comments on commit 4a463d0

Please sign in to comment.