diff --git a/DEPENDENCIES b/DEPENDENCIES index db6c280c1a4..4ef606dca2c 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -301,7 +301,6 @@ maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.9.10, Apache-2.0, a maven/mavencentral/org.jetbrains.kotlin/kotlin-stdlib/1.9.10, Apache-2.0, approved, #11827 maven/mavencentral/org.jetbrains/annotations/13.0, Apache-2.0, approved, clearlydefined maven/mavencentral/org.jetbrains/annotations/17.0.0, Apache-2.0, approved, clearlydefined -maven/mavencentral/org.jetbrains/annotations/24.1.0, Apache-2.0, approved, clearlydefined maven/mavencentral/org.jetbrains/annotations/25.0.0, , restricted, clearlydefined maven/mavencentral/org.junit-pioneer/junit-pioneer/2.2.0, EPL-2.0, approved, #11857 maven/mavencentral/org.junit.jupiter/junit-jupiter-api/5.11.1, EPL-2.0, approved, #15935 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1a1517762a6..d867c2105ff 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ jakarta-json = "2.1.3" jakarta-transaction = "2.0.1" jackson = "2.17.2" jersey = "3.1.8" -jetbrainsAnnotation = "24.1.0" +jetbrainsAnnotation = "25.0.0" jetty = "11.0.24" jetty-jakarta-servlet-api = "5.0.2" junit-pioneer = "2.2.0"