diff --git a/pom.xml b/pom.xml index 04ca4f6b8..78c387c00 100644 --- a/pom.xml +++ b/pom.xml @@ -32,28 +32,28 @@ org.springframework spring-web - ${spring.version} + 6.1.21 org.springframework spring-webmvc - ${spring.version} + 6.1.21 org.springframework.security spring-security-web - ${spring-security.version} + 6.3.10 org.springframework.security spring-security-config - ${spring-security.version} + 6.3.10 org.springframework.data spring-data-jpa - ${spring-data-jpa.version} + 3.3.12 org.hibernate @@ -63,37 +63,37 @@ org.hibernate.orm hibernate-core - ${hibernate.version} + 7.0.0.Final org.springframework spring-orm - ${spring.version} + 6.0.11 org.springframework spring-tx - ${spring.version} + 6.0.11 org.springframework spring-context - ${spring.version} + 6.1.20 org.elasticsearch.client elasticsearch-rest-high-level-client - 7.10.2 + 7.17.24 org.elasticsearch elasticsearch - 7.10.2 + 7.14.0 org.springframework.amqp spring-rabbit - 3.1.6 + 3.1.12 com.rabbitmq @@ -136,7 +136,7 @@ org.springframework.boot spring-boot-starter-test - ${spring-boot.version} + 3.1.6 test @@ -154,7 +154,7 @@ junit junit - ${junit.version} + 4.13.2 test @@ -172,13 +172,13 @@ org.springframework spring-test - ${spring.version} + 6.0.11 test ch.qos.logback logback-classic - ${logback.version} + 1.5.13 org.hamcrest @@ -207,12 +207,12 @@ commons-fileupload commons-fileupload - 1.4 + 1.6.0 commons-io commons-io - 2.11.0 + 2.14.0 org.apache.commons @@ -227,13 +227,13 @@ com.fasterxml.jackson.core jackson-databind - 2.13.0 + 2.13.4.2 org.springframework spring-messaging - ${spring.version} + 6.0.11 @@ -276,7 +276,7 @@ org.jacoco jacoco-maven-plugin - 0.8.9 + 0.8.8 jacoco-initialize