We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15add1a commit 14cb092Copy full SHA for 14cb092
languages/jvm/java.com/services/javalin.io/build.gradle
@@ -41,8 +41,8 @@ dependencies {
41
implementation 'org.slf4j:slf4j-simple:2.0.17'
42
43
// 🧪 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'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.1'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
46
}
47
48
test {
0 commit comments