Skip to content
Merged
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 @@ -15,7 +15,7 @@ java = "21"
# intermittently fail class loading on Gradle 9 / JDK 21 under a *cached* build, which is why the
# Gradle build cache stays disabled (see gradle.properties) — `./gradlew check` itself runs clean
# on 8.x. The earlier 7.x pin (and its dependabot ignore) has been retired.
spotless = "8.7.0"
spotless = "8.8.0"
errorprone-plugin = "5.1.0"
errorprone-core = "2.50.0"
google-java-format = "1.25.2"
Expand All @@ -36,9 +36,9 @@ argon2-jvm = "2.12"
# Persistence
jdbi = "3.53.0"
flyway = "12.9.0"
postgresql = "42.7.11"
postgresql = "42.7.12"
hikaricp = "7.1.0"
aws-sdk = "2.46.17"
aws-sdk = "2.46.18"
testcontainers = "1.21.4"

# Spring Boot adapter (Phase 8). Spring Boot 4 / Spring Security 7. Spring Boot 4 standardized
Expand Down
Loading