diff --git a/.agents/skills/java-engineering-excellence/SKILL.md b/.agents/skills/java-engineering-excellence/SKILL.md index 677cfe0bf..99f37eff1 100644 --- a/.agents/skills/java-engineering-excellence/SKILL.md +++ b/.agents/skills/java-engineering-excellence/SKILL.md @@ -83,7 +83,7 @@ ts-java-spring-boot-realworld/ | `com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter` | 4.9.21 | 8.x+ (Boot 3 compatible) | | `org.mybatis.spring.boot:mybatis-spring-boot-starter` | 2.2.2 | 3.0.x | | `io.jsonwebtoken:jjwt-api` | 0.11.2 | 0.12.x | -| `joda-time:joda-time` | 2.10.13 | remove → `java.time` | +| `joda-time:joda-time` | 2.14.0 | remove → `java.time` | | `org.xerial:sqlite-jdbc` | 3.36.0.3 | 3.45.x+ | | `io.rest-assured:spring-mock-mvc` (test) | 4.5.1 | 5.4.x | | `com.diffplug.spotless` | 6.2.1 | 6.25.x | diff --git a/build.gradle b/build.gradle index 03c56f755..0beff626b 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ dependencies { implementation 'io.jsonwebtoken:jjwt-api:0.11.2' runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.2', 'io.jsonwebtoken:jjwt-jackson:0.11.2' - implementation 'joda-time:joda-time:2.10.13' + implementation 'joda-time:joda-time:2.14.0' implementation 'org.xerial:sqlite-jdbc:3.36.0.3' compileOnly 'org.projectlombok:lombok'