Skip to content

Commit

Permalink
fix(deps): update jooby to v3.1.2 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed May 31, 2024
2 parents 4a35c60 + 1092ee0 commit 5e398f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jvm/example-junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'io.jooby:jooby:3.0.10'
implementation 'io.jooby:jooby-netty:3.0.10'
implementation 'io.jooby:jooby:3.1.2'
implementation 'io.jooby:jooby-netty:3.1.2'
implementation 'jakarta.mail:jakarta.mail-api:2.1.3'
testImplementation 'io.jooby:jooby-test:3.0.10'
testImplementation 'io.jooby:jooby-test:3.1.2'
testImplementation "org.junit.jupiter:junit-jupiter:$ver_JUNIT_USE"
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testImplementation 'io.rest-assured:rest-assured:5.4.0'
Expand Down

0 comments on commit 5e398f8

Please sign in to comment.