Skip to content

Commit

Permalink
fix(deps): update junit5 monorepo to v5.10.3 (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 20, 2024
1 parent dcd9f78 commit 1eb1f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflexion/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
compileOnly("org.jetbrains", "annotations", annotationsVersion)

// testing
val junitVersion = "5.10.2"
val junitVersion = "5.10.3"
testImplementation("org.junit.jupiter", "junit-jupiter-api", junitVersion)
testImplementation("org.junit.jupiter", "junit-jupiter-params", junitVersion)
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", junitVersion)
Expand Down

0 comments on commit 1eb1f1b

Please sign in to comment.