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 33c86d8 commit f1a07ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
runtimeOnly("ch.qos.logback:logback-classic:1.4.14")

// JUnit API and testing engine
val jUnitVersion = "5.10.1"
val jUnitVersion = "5.10.2"
// when dependencies share the same version, grouping in a val helps to keep them in sync
testImplementation("org.junit.jupiter:junit-jupiter-api:$jUnitVersion")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$jUnitVersion")
Expand Down

0 comments on commit f1a07ca

Please sign in to comment.