Skip to content

Commit 9f52d4b

Browse files
timtebeekTeamModerne
authored andcommitted
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 <team@moderne.io>
1 parent 3e07f69 commit 9f52d4b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ dependencies {
6767

6868
runtimeOnly("tech.picnic.error-prone-support:error-prone-contrib:latest.release:recipes")
6969

70-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.+")
71-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.+")
70+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.2")
71+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.14.2")
7272
testImplementation("org.junit-pioneer:junit-pioneer:2.0.0")
73-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.3")
73+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.2")
7474

7575
testImplementation("org.openrewrite:rewrite-test")
7676
testImplementation("org.openrewrite:rewrite-kotlin")

0 commit comments

Comments
 (0)