Skip to content

Commit

Permalink
chore(deps): update junit5 monorepo to v5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 23, 2023
1 parent e02853a commit b58b4e5
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.4"
junit = "5.9.3"
junit = "5.10.0"
mongodb = "4.10.2"
vertxTest = "4.4.4"
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.9.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
}

Expand Down

0 comments on commit b58b4e5

Please sign in to comment.