Skip to content

Commit

Permalink
Update jooby to v3.2.0 (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg authored Jun 12, 2024
2 parents 8be27c2 + 15b3258 commit 704d5c6
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 @@ -6,10 +6,10 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'io.jooby:jooby:3.1.2'
implementation 'io.jooby:jooby-netty:3.1.2'
implementation 'io.jooby:jooby:3.2.0'
implementation 'io.jooby:jooby-netty:3.2.0'
implementation 'jakarta.mail:jakarta.mail-api:2.1.3'
testImplementation 'io.jooby:jooby-test:3.1.2'
testImplementation 'io.jooby:jooby-test:3.2.0'
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 704d5c6

Please sign in to comment.