diff --git a/build.gradle.kts b/build.gradle.kts index a36bccb..31e41ec 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("org.jdbi:jdbi3-core:3.54.0") implementation("com.zaxxer:HikariCP:7.1.0") - testImplementation("org.junit.jupiter:junit-jupiter:6.1.1") + testImplementation("org.junit.jupiter:junit-jupiter:6.1.2") testImplementation("org.assertj:assertj-core:3.27.7") testRuntimeOnly("org.junit.platform:junit-platform-launcher") } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f8c7f4c..f921b1d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,15 +3,15 @@ [versions] assertj = "3.27.7" -auth0-jwt = "4.5.2" -bouncy-castle = "1.84" +auth0-jwt = "4.6.0" +bouncy-castle = "1.85" dropwizard = "5.0.2" spring-boot = "4.1.0" jackson = '2.22.1' jackson-annotations = '2.22' -tools-jackson = '3.2.0' +tools-jackson = '3.2.1' jakarta-rs-api = '4.0.0' -junit-jupiter = "6.1.1" +junit-jupiter = "6.1.2" mockito = '5.23.0' slf4j = '2.0.18'