updated versions due to vulnerabilities fix

This commit is contained in:
YevhenBondarenko 2024-12-02 18:18:56 +01:00
parent 1cd4122037
commit b0809bef1c

26
pom.xml
View File

@ -42,13 +42,13 @@
<jakarta.xml.bind-api.version>4.0.2</jakarta.xml.bind-api.version> <jakarta.xml.bind-api.version>4.0.2</jakarta.xml.bind-api.version>
<javax.xml.bind-api.version>2.4.0-b180830.0359</javax.xml.bind-api.version> <javax.xml.bind-api.version>2.4.0-b180830.0359</javax.xml.bind-api.version>
<jaxb-runtime.version>4.0.5</jaxb-runtime.version> <jaxb-runtime.version>4.0.5</jaxb-runtime.version>
<spring-boot.version>3.2.4</spring-boot.version> <spring-boot.version>3.2.12</spring-boot.version>
<spring-data.version>3.2.5</spring-data.version> <spring-data.version>3.2.12</spring-data.version>
<spring-data-redis.version>3.2.5</spring-data-redis.version> <spring-data-redis.version>3.2.12</spring-data-redis.version>
<spring.version>6.1.6</spring.version> <spring.version>6.1.15</spring.version>
<spring-redis.version>6.2.4</spring-redis.version> <spring-redis.version>6.2.11</spring-redis.version>
<spring-security.version>6.2.4</spring-security.version> <spring-security.version>6.2.8</spring-security.version>
<jedis.version>5.1.2</jedis.version> <jedis.version>5.1.5</jedis.version>
<jjwt.version>0.12.5</jjwt.version> <jjwt.version>0.12.5</jjwt.version>
<slf4j.version>2.0.13</slf4j.version> <slf4j.version>2.0.13</slf4j.version>
<log4j.version>2.23.1</log4j.version> <log4j.version>2.23.1</log4j.version>
@ -81,13 +81,13 @@
<mail.version>2.0.1</mail.version> <mail.version>2.0.1</mail.version>
<curator.version>5.6.0</curator.version> <curator.version>5.6.0</curator.version>
<zookeeper.version>3.9.2</zookeeper.version> <zookeeper.version>3.9.2</zookeeper.version>
<protobuf.version>3.25.3</protobuf.version> <!-- A Major v4 does not support by the pubsub yet--> <protobuf.version>3.25.5</protobuf.version> <!-- A Major v4 does not support by the pubsub yet-->
<grpc.version>1.63.0</grpc.version> <grpc.version>1.63.0</grpc.version>
<tbel.version>1.2.4</tbel.version> <tbel.version>1.2.4</tbel.version>
<lombok.version>1.18.32</lombok.version> <lombok.version>1.18.32</lombok.version>
<paho.client.version>1.2.5</paho.client.version> <paho.client.version>1.2.5</paho.client.version>
<paho.mqttv5.client.version>1.2.5</paho.mqttv5.client.version> <paho.mqttv5.client.version>1.2.5</paho.mqttv5.client.version>
<netty.version>4.1.109.Final</netty.version> <netty.version>4.1.115.Final</netty.version>
<netty-tcnative.version>2.0.65.Final</netty-tcnative.version> <netty-tcnative.version>2.0.65.Final</netty-tcnative.version>
<reactor-netty.version>1.1.18</reactor-netty.version> <reactor-netty.version>1.1.18</reactor-netty.version>
<os-maven-plugin.version>1.7.1</os-maven-plugin.version> <os-maven-plugin.version>1.7.1</os-maven-plugin.version>
@ -110,7 +110,7 @@
<!-- IMPORTANT: If you change the version of the kafka client, make sure to synchronize our overwritten implementation of the <!-- IMPORTANT: If you change the version of the kafka client, make sure to synchronize our overwritten implementation of the
org.apache.kafka.common.network.NetworkReceive class in the application module. It addresses the issue https://issues.apache.org/jira/browse/KAFKA-4090. org.apache.kafka.common.network.NetworkReceive class in the application module. It addresses the issue https://issues.apache.org/jira/browse/KAFKA-4090.
Here is the source to track https://github.com/apache/kafka/tree/trunk/clients/src/main/java/org/apache/kafka/common/network --> Here is the source to track https://github.com/apache/kafka/tree/trunk/clients/src/main/java/org/apache/kafka/common/network -->
<kafka.version>3.7.0</kafka.version> <kafka.version>3.7.1</kafka.version>
<bucket4j.version>8.10.1</bucket4j.version> <bucket4j.version>8.10.1</bucket4j.version>
<antlr.version>3.5.3</antlr.version> <antlr.version>3.5.3</antlr.version>
<snakeyaml.version>2.2</snakeyaml.version> <snakeyaml.version>2.2</snakeyaml.version>
@ -122,7 +122,7 @@
<ua-parser.version>1.6.1</ua-parser.version> <ua-parser.version>1.6.1</ua-parser.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version> <commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-collections.version>4.4</commons-collections.version> <commons-collections.version>4.4</commons-collections.version>
<micrometer.version>1.12.5</micrometer.version> <micrometer.version>1.12.12</micrometer.version>
<protobuf-dynamic.version>1.0.4TB</protobuf-dynamic.version> <protobuf-dynamic.version>1.0.4TB</protobuf-dynamic.version>
<wire-schema.version>3.7.1</wire-schema.version> <wire-schema.version>3.7.1</wire-schema.version>
<twilio.version>10.1.3</twilio.version> <twilio.version>10.1.3</twilio.version>
@ -137,7 +137,7 @@
<awaitility.version>4.2.1</awaitility.version> <awaitility.version>4.2.1</awaitility.version>
<dbunit.version>2.7.3</dbunit.version> <dbunit.version>2.7.3</dbunit.version>
<java-websocket.version>1.5.6</java-websocket.version> <java-websocket.version>1.5.6</java-websocket.version>
<jupiter.version>5.10.2</jupiter.version> <!-- keep the same version as spring-boot-starter-test depend on jupiter--> <jupiter.version>5.10.5</jupiter.version> <!-- keep the same version as spring-boot-starter-test depend on jupiter-->
<mock-server.version>5.15.0</mock-server.version> <mock-server.version>5.15.0</mock-server.version>
<spring-test-dbunit.version>1.3.0</spring-test-dbunit.version> <!-- 2016 --> <spring-test-dbunit.version>1.3.0</spring-test-dbunit.version> <!-- 2016 -->
<takari-cpsuite.version>1.2.7</takari-cpsuite.version> <!-- 2015 --> <takari-cpsuite.version>1.2.7</takari-cpsuite.version> <!-- 2015 -->
@ -147,7 +147,7 @@
<assertj.version>3.25.3</assertj.version> <assertj.version>3.25.3</assertj.version>
<rest-assured.version>5.4.0</rest-assured.version> <rest-assured.version>5.4.0</rest-assured.version>
<hamcrest.version>2.2</hamcrest.version> <hamcrest.version>2.2</hamcrest.version>
<testcontainers.version>1.19.7</testcontainers.version> <testcontainers.version>1.20.4</testcontainers.version>
<testcontainers-junit4-mock.version>1.0.1</testcontainers-junit4-mock.version> <testcontainers-junit4-mock.version>1.0.1</testcontainers-junit4-mock.version>
<zeroturnaround.version>1.12</zeroturnaround.version> <zeroturnaround.version>1.12</zeroturnaround.version>
<selenium.version>4.19.1</selenium.version> <selenium.version>4.19.1</selenium.version>