Skip to content

Commit

Permalink
chore(deps): update junit5 monorepo to v5.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 92a97db commit 2e81889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
vertx = "4.5.11"
junit = "5.11.3"
junit = "5.11.4"
mongodb = "5.2.1"
vertxTest = "4.5.11"
gson = "2.11.0"
Expand Down
2 changes: 1 addition & 1 deletion operationService/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
}

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

Expand Down

0 comments on commit 2e81889

Please sign in to comment.