Skip to content

Commit 14cb092

Browse files
Update junit-framework monorepo to v6.0.1 (#476)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 15add1a commit 14cb092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

languages/jvm/java.com/services/javalin.io/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ dependencies {
4141
implementation 'org.slf4j:slf4j-simple:2.0.17'
4242

4343
// 🧪 Testing (JUnit 5)
44-
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
45-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
44+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.1'
45+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
4646
}
4747

4848
test {

0 commit comments

Comments
 (0)