From 2f6275f4ba6d1dc8739cbeb71dfb68bb6551ac8f Mon Sep 17 00:00:00 2001 From: James Wiseman Date: Wed, 18 Jun 2025 15:13:34 +0200 Subject: [PATCH] chore(config): Upgrade deps and groupId - Update `groupId` and license URL in `pom.xml`. - Replace `maven.compiler.source` and `maven.compiler.target` with `maven.compiler.release`. - Bump plugin and dependency versions in `pom.xml`. - Add annotation processor configurations for Lombok in the Maven Compiler Plugin. --- pom.xml | 69 ++++++++++++++++++++++++++++++--------------------------- 1 file changed, 36 insertions(+), 33 deletions(-) diff --git a/pom.xml b/pom.xml index e0b7ce9..21ea4f1 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 - io.carbone + onespark.library carbone-sdk 2.0.2 jar @@ -12,7 +12,7 @@ MIT License - http://www.opensource.org/licenses/mit-license.php + https://www.opensource.org/licenses/mit-license.php @@ -29,18 +29,30 @@ https://github.com/carboneio/carbone-sdk-java/tree/master - 11 - 11 + 11 UTF-8 - 2.13.4.1 + 2.19.0 1.18.24 - 11.0 - 3.8.0 + 13.6 4.13.1 carbone-sdk - + + + org.apache.maven.plugins + maven-compiler-plugin + 3.14.0 + + + + org.projectlombok + lombok + 1.18.38 + + + + org.sonatype.central central-publishing-maven-plugin @@ -54,6 +66,7 @@ org.apache.maven.plugins maven-dependency-plugin + 3.8.1 copy-dependencies @@ -70,7 +83,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.7.0 + 3.11.2 attach-javadocs @@ -83,7 +96,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.2 org.simplify4u.plugins @@ -102,7 +115,7 @@ org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.1 attach-sources @@ -116,18 +129,18 @@ org.apache.maven.plugins maven-release-plugin - 2.5.3 + 3.1.1 v@{project.version} true deploy - release + release org.jacoco jacoco-maven-plugin - 0.8.7 + 0.8.13 @@ -154,53 +167,43 @@ org.projectlombok lombok - 1.18.32 + 1.18.38 io.github.openfeign feign-okhttp - ${feign.client.version} + ${feign.version} io.github.openfeign feign-gson - ${feign.client.version} + ${feign.version} io.github.openfeign feign-slf4j - ${feign.client.version} + ${feign.version} org.slf4j slf4j-simple - 1.7.36 + 2.0.17 - io.github.openfeign.form + io.github.openfeign feign-form - ${feign.form.version} + ${feign.version} io.github.openfeign feign-core - 11.9 - - - org.json - json - 20210307 + ${feign.version} io.github.openfeign feign-jackson - 11.7 + ${feign.version} - - com.fasterxml.jackson.core - jackson-databind - 2.13.4 - junit