diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7233a2c..eff0caf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,10 +35,10 @@ argon2-jvm = "2.12" # Persistence jdbi = "3.54.0" -flyway = "13.5.0" +flyway = "13.6.0" postgresql = "42.7.13" hikaricp = "7.1.0" -aws-sdk = "2.54.13" +aws-sdk = "2.54.17" testcontainers = "1.21.4" # Spring Boot adapter (Phase 8). Spring Boot 4 / Spring Security 7. Spring Boot 4 standardized @@ -58,7 +58,7 @@ h2 = "2.5.250" # `@Filter` validating the JWT against pk-auth-jwt's PkAuthJwtValidator is sufficient. # Micronaut 5.x requires JVM 25; we target Java 21 (brief §3), so 5.x is pinned out via # .github/dependabot.yml until the project moves to a newer JDK baseline. -micronaut = "4.10.26" +micronaut = "4.10.28" # Dropwizard adapter (Phase 9). Brief §6.11 tracks the latest Dropwizard release. 5.x adds # Jetty 12 / Jersey 4 (EE 10); the adapter rides the parent's `dropwizard-jackson` which is still