Skip to content

Commit 143e7a3

Browse files
Adopt JUnit 5.14.2 where 5.13.x was pinned
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.java.testing.assertj.Assertj?organizationId=QUxML01vZGVybmUvTW9kZXJuZSArIE9wZW5SZXdyaXRl Co-authored-by: Moderne <[email protected]>
1 parent ce7b7f2 commit 143e7a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ dependencies {
2828
runtimeOnly("org.openrewrite:rewrite-java-21")
2929
runtimeOnly("org.openrewrite:rewrite-java-21")
3030

31-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.+")
32-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.+")
33-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.3")
31+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.2")
32+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.14.2")
33+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.2")
3434

3535
testImplementation("org.openrewrite:rewrite-test")
3636
testImplementation("org.openrewrite.gradle.tooling:model:$rewriteVersion")

0 commit comments

Comments
 (0)