Skip to content

Commit 7f5bc61

Browse files
authored
fix(deps): update jooby to v3.2.3 (#451)
2 parents 92e6079 + 99c5170 commit 7f5bc61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jvm/example-junit5/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ repositories {
66
mavenCentral()
77
}
88
dependencies {
9-
implementation 'io.jooby:jooby:3.2.0'
10-
implementation 'io.jooby:jooby-netty:3.2.0'
9+
implementation 'io.jooby:jooby:3.2.3'
10+
implementation 'io.jooby:jooby-netty:3.2.3'
1111
implementation 'jakarta.mail:jakarta.mail-api:2.1.3'
12-
testImplementation 'io.jooby:jooby-test:3.2.0'
12+
testImplementation 'io.jooby:jooby-test:3.2.3'
1313
testImplementation "org.junit.jupiter:junit-jupiter:$ver_JUNIT_USE"
1414
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1515
testImplementation 'io.rest-assured:rest-assured:5.4.0'

0 commit comments

Comments
 (0)