Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading