Skip to content

Commit

Permalink
chore(deps): update junit5 monorepo to v5.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 26, 2023
1 parent ebe59c6 commit 06311c2
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.4.1"
junit = "5.8.2"
junit = "5.9.3"
mongodb = "4.9.1"
vertxTest = "4.4.1"
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.6.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
}

Expand Down

0 comments on commit 06311c2

Please sign in to comment.