From 7b3a4f36ef8e5b7bb1f25b57adc48b1075444cbe Mon Sep 17 00:00:00 2001 From: LSmyrnaios Date: Mon, 29 Apr 2024 19:18:57 +0300 Subject: [PATCH] - Revert "maven-compiler-plugin" to "v.3.12.1", as the Jenkins instance, used to build and generate the release, has an older version of maven, which is not supported by the plugin's "v.3.13.x" onwards. - Update the "minio" dependency. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 73810bc..1352d97 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.13.0 + 3.12.1 1.8 1.8 @@ -154,7 +154,7 @@ io.minio minio - 8.5.9 + 8.5.10 com.google.guava