From 95d9f6ff500e5dac1a01a3b08e3b3a433e8a4d0a Mon Sep 17 00:00:00 2001 From: Stefan Ranoszek Date: Thu, 19 Sep 2024 12:14:47 +0100 Subject: [PATCH 1/4] chore: up version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9395dda..3491285 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 1.12.610 2.7.3 1.0.2 - 5.2.1 + 5.2.1m 2.16.0 2.16.0 2.16.0 @@ -26,7 +26,7 @@ 3.8.1 5.15.0 5.8.0 - 8.2.0 + 9.0.0 5.14.0 5.4.0 4.23.1 From 3ab5f4cf7f6ed66ff5434c043083ed8faa83c195 Mon Sep 17 00:00:00 2001 From: Stefan Ranoszek Date: Thu, 19 Sep 2024 12:20:21 +0100 Subject: [PATCH 2/4] chore: typo --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3491285..ec0e8c8 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 1.12.610 2.7.3 1.0.2 - 5.2.1m + 5.2.1 2.16.0 2.16.0 2.16.0 From 02326b25ce19a0dfaa7237e9e31a1d2399d89a6e Mon Sep 17 00:00:00 2001 From: Stefan Ranoszek Date: Thu, 19 Sep 2024 12:23:14 +0100 Subject: [PATCH 3/4] chore: protobuf added --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index ec0e8c8..e035312 100644 --- a/pom.xml +++ b/pom.xml @@ -330,6 +330,11 @@ commons-codec 1.15 + + com.google.protobuf + protobuf-java + 4.27.2 + From f3504e7cde8a6e5d008922bf550949c6ddfac192 Mon Sep 17 00:00:00 2001 From: Stefan Ranoszek Date: Thu, 19 Sep 2024 12:24:33 +0100 Subject: [PATCH 4/4] chore: up version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e035312..f073402 100644 --- a/pom.xml +++ b/pom.xml @@ -333,7 +333,7 @@ com.google.protobuf protobuf-java - 4.27.2 + 4.28.2