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.
2 parents 92e6079 + 99c5170 commit 7f5bc61Copy full SHA for 7f5bc61
jvm/example-junit5/build.gradle
@@ -6,10 +6,10 @@ repositories {
6
mavenCentral()
7
}
8
dependencies {
9
- implementation 'io.jooby:jooby:3.2.0'
10
- implementation 'io.jooby:jooby-netty:3.2.0'
+ implementation 'io.jooby:jooby:3.2.3'
+ implementation 'io.jooby:jooby-netty:3.2.3'
11
implementation 'jakarta.mail:jakarta.mail-api:2.1.3'
12
- testImplementation 'io.jooby:jooby-test:3.2.0'
+ testImplementation 'io.jooby:jooby-test:3.2.3'
13
testImplementation "org.junit.jupiter:junit-jupiter:$ver_JUNIT_USE"
14
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
15
testImplementation 'io.rest-assured:rest-assured:5.4.0'
0 commit comments