From 2f08434a6d21198295ed124195f78c6bd61816ce Mon Sep 17 00:00:00 2001 From: dyma solovei Date: Mon, 14 Jul 2025 14:43:43 +0200 Subject: [PATCH 1/4] chore: upgrade dependencies gd org.apache.commons::commons-lang3 3.17.0 -> 3.18.0 prevents severe vulnerability: https://www.cve.org/CVERecord?id=CVE-2025-48924 Minor upgrades: - io.grpc:grpc-protobuf 1.70.0 -> 1.71.0 - io.grpc:grpc-stub 1.68.2 -> 1.70.0 - io.grpc:grpc-netty-shaded 1.68.2 -> 1.70.0 - com.google.protobuf:protobuf-java(-util) 4.29.3 -> 4.30.0 --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 014f48460..668709dc4 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ 1.18.36 2.12.1 5.4.3 - 3.17.0 + 3.18.0 5.12.0 1.20.5 3.27.3 @@ -72,11 +72,11 @@ 2.18.3 11.23.1 5.15.0 - 4.29.3 - 4.29.3 - 1.68.2 - 1.70.0 - 1.68.2 + 4.30.0 + 4.30.0 + 1.71.0 + 1.70.0 + 1.70.0 6.0.53 From 4e1823893aeddc774f4ecedeaa0f4fd049d6c02a Mon Sep 17 00:00:00 2001 From: dyma solovei Date: Mon, 14 Jul 2025 15:17:49 +0200 Subject: [PATCH 2/4] chore: upgrade all other dependencies --- pom.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 668709dc4..4a795f20b 100644 --- a/pom.xml +++ b/pom.xml @@ -57,26 +57,26 @@ 1.8 1.8 8 - 1.18.36 - 2.12.1 - 5.4.3 + 1.18.38 + 2.13.1 + 5.5 3.18.0 - 5.12.0 - 1.20.5 + 5.13.3 + 1.21.3 3.27.3 1.0.4 - 5.15.2 + 5.18.0 2.0.17 - 1.5.17 + 1.5.18 5.14.0 - 2.18.3 - 11.23.1 + 2.19.1 + 11.26 5.15.0 - 4.30.0 - 4.30.0 - 1.71.0 - 1.70.0 - 1.70.0 + 4.31.1 + 4.31.1 + 1.73.0 + 1.73.0 + 1.73.0 6.0.53 From f5c3942d7f0efb9cb3824e30c6c8295cf7422c3b Mon Sep 17 00:00:00 2001 From: dyma solovei Date: Mon, 14 Jul 2025 15:18:38 +0200 Subject: [PATCH 3/4] chore: upgrade org.apache.tomcat:annotations-api 6.0 -> 11.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4a795f20b..4784e486f 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 1.73.0 1.73.0 1.73.0 - 6.0.53 + 11.0.9 From b56c6a57ca05ddfd600a4f4f020fcae726e3fa4f Mon Sep 17 00:00:00 2001 From: dyma solovei Date: Mon, 14 Jul 2025 15:20:48 +0200 Subject: [PATCH 4/4] Revert "chore: upgrade org.apache.tomcat:annotations-api 6.0 -> 11.0" This reverts commit f5c3942d7f0efb9cb3824e30c6c8295cf7422c3b. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4784e486f..4a795f20b 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 1.73.0 1.73.0 1.73.0 - 11.0.9 + 6.0.53