diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ec22579..70f49d8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ google-java-format = "1.25.2" jspecify = "1.0.0" # Runtime — pk-auth-core -webauthn4j = "0.31.7.RELEASE" +webauthn4j = "0.31.8.RELEASE" nimbus-jose-jwt = "10.9.1" jackson = "3.2.0" jackson-annotations = "2.22" @@ -34,11 +34,11 @@ slf4j = "2.0.18" argon2-jvm = "2.12" # Persistence -jdbi = "3.53.0" +jdbi = "3.54.0" flyway = "12.10.0" postgresql = "42.7.12" hikaricp = "7.1.0" -aws-sdk = "2.46.19" +aws-sdk = "2.46.20" testcontainers = "1.21.4" # Spring Boot adapter (Phase 8). Spring Boot 4 / Spring Security 7. Spring Boot 4 standardized diff --git a/settings.gradle.kts b/settings.gradle.kts index 0cc972a..30a4b2a 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -10,7 +10,7 @@ plugins { // Maven Central publishing via Sonatype Central Portal. The aggregation plugin is auto-applied // to subprojects with `maven-publish` — `./gradlew publishAggregationToCentralPortal` uploads // every signed publication to the Central Portal in a single bundle. - id("com.gradleup.nmcp.settings") version "1.6.0" + id("com.gradleup.nmcp.settings") version "1.6.1" } rootProject.name = "pk-auth"