diff --git a/pom.xml b/pom.xml index 67679c5..2f5db61 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.16.0 ${java.version} ${java.version} @@ -60,7 +60,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x org.apache.maven.plugins maven-jar-plugin - 3.4.2 + 3.5.1 @@ -103,7 +103,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x org.cyclonedx cyclonedx-maven-plugin - 2.9.0 + 2.9.3 application @@ -128,13 +128,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x ${argLine} -Dspring.profiles.active=test - 3.5.1 + 3.6.0 org.jacoco jacoco-maven-plugin - 0.8.12 + 0.8.15 jacoco-initialize @@ -191,7 +191,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x org.mockito mockito-bom - 5.11.0 + 5.23.0 import