Skip to content

Commit

Permalink
chore(deps): update junit5 monorepo to v5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 4, 2024
1 parent fecf704 commit 18b9790
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.2"
junit = "5.10.1"
junit = "5.10.2"
mongodb = "4.11.1"
vertxTest = "4.5.2"
gson = "2.8.8"
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.10.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
}

Expand Down

0 comments on commit 18b9790

Please sign in to comment.