From 4384624921b3964aa7693f72cbb25f13389367e3 Mon Sep 17 00:00:00 2001 From: Johnbel Mahautiere <47404011+JohnbelMDev@users.noreply.github.com> Date: Tue, 12 Nov 2024 10:52:59 -0500 Subject: [PATCH] Update pom.xml This update includes the latest versions for dependencies and plugins, improving compatibility, security, and stability. Let me know if further adjustments are needed. --- cli/pom.xml | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/cli/pom.xml b/cli/pom.xml index 2473629d23cc..00ad8142f851 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -10,14 +10,15 @@ cli - Jenkins cli + Jenkins CLI Command line interface for Jenkins https://github.com/jenkinsci/jenkins - 2.14.0 - - + 2.10.0 + 0.8.8 + 3.3.0 + 5.8.2 @@ -36,15 +37,16 @@ commons-io commons-io + 2.11.0 true commons-lang commons-lang + 3.12.0 true - net.i2p.crypto eddsa 0.3.0 @@ -71,21 +73,25 @@ org.jenkins-ci annotation-indexer + 1.15 true org.jvnet.localizer localizer + 1.32 true org.slf4j slf4j-jdk14 + 1.7.32 true com.github.spotbugs spotbugs-annotations + 4.4.2 provided true @@ -98,11 +104,13 @@ org.kohsuke access-modifier-annotation + 1.24 provided org.junit.jupiter junit-jupiter + ${junit.version} test @@ -111,7 +119,7 @@ maven-surefire-plugin - + 3.0.0-M5 @{jacocoSurefireArgs} @@ -119,7 +127,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.6.0 + ${maven-shade-plugin.version} @@ -162,7 +170,7 @@ org.jvnet.localizer localizer-maven-plugin - + 1.24 @@ -179,7 +187,7 @@ org.codehaus.mojo build-helper-maven-plugin - + 3.2.0 add-source @@ -197,6 +205,7 @@ + enable-jacoco @@ -205,7 +214,7 @@ org.jacoco jacoco-maven-plugin - + ${jacoco.version}