diff --git a/inject-maven-plugin/pom.xml b/inject-maven-plugin/pom.xml index b2bd8157..1a49f332 100644 --- a/inject-maven-plugin/pom.xml +++ b/inject-maven-plugin/pom.xml @@ -20,7 +20,7 @@ org.apache.maven.plugin-tools maven-plugin-annotations - 3.14.0 + 3.15.0 provided @@ -36,7 +36,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.14.0 + 3.15.0 provides diff --git a/inject-test/pom.xml b/inject-test/pom.xml index 8bdd4b6b..fe18e109 100644 --- a/inject-test/pom.xml +++ b/inject-test/pom.xml @@ -12,7 +12,7 @@ 5.11.0 - 5.12.0 + 5.13.0 @@ -45,12 +45,12 @@ net.bytebuddy byte-buddy - 1.15.0 + 1.15.1 net.bytebuddy byte-buddy-agent - 1.15.0 + 1.15.1 diff --git a/inject/pom.xml b/inject/pom.xml index 18135cfe..a2d18615 100644 --- a/inject/pom.xml +++ b/inject/pom.xml @@ -53,7 +53,7 @@ org.mockito mockito-core - 5.12.0 + 5.13.0 true diff --git a/pom.xml b/pom.xml index a232f741..57529ea5 100644 --- a/pom.xml +++ b/pom.xml @@ -58,19 +58,19 @@ net.bytebuddy byte-buddy - 1.15.0 + 1.15.1 test net.bytebuddy byte-buddy-agent - 1.15.0 + 1.15.1 test org.mockito mockito-core - 5.12.0 + 5.13.0 test