From e5746b68b32785c6577b40dae33d5ad14f06816b Mon Sep 17 00:00:00 2001 From: BCGov-NR PR Bot <42219260+bcgov-devops@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:48:43 -0800 Subject: [PATCH] chore(deps): update maven all non-major dependencies (#601) * chore(deps): update maven all non-major dependencies * fix: removing dependency with conflict --------- Co-authored-by: Renovate Bot Co-authored-by: Paulo Gomes da Cruz Junior Co-authored-by: Maria Martinez <77364706+mamartinezmejia@users.noreply.github.com> --- backend/pom.xml | 21 ++++++++------------- legacy/pom.xml | 18 +++++++++--------- processor/pom.xml | 16 ++++++++-------- 3 files changed, 25 insertions(+), 30 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index e323a96730..523c33f6cc 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -92,11 +92,6 @@ org.apache.commons commons-lang3 - - org.apache.commons - commons-text - 1.10.0 - org.projectlombok lombok @@ -162,7 +157,7 @@ org.yaml snakeyaml - 2.1 + 2.2 @@ -201,7 +196,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.1.2 + 3.2.2 integration-tests @@ -224,7 +219,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.2.2 @{argLine} ${skip.unit.tests} @@ -242,7 +237,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11 ${jacoco.skip} @@ -353,7 +348,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.6.2 8 Javadoc Documentation for ${project.name} ${project.version} @@ -366,7 +361,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 default-cli @@ -408,7 +403,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.3.0 + 3.3.1 ${checkstyle.skip} google_checks.xml @@ -430,7 +425,7 @@ org.cyclonedx cyclonedx-maven-plugin - 2.7.9 + 2.7.10 validate diff --git a/legacy/pom.xml b/legacy/pom.xml index 6f16021227..519d15438b 100644 --- a/legacy/pom.xml +++ b/legacy/pom.xml @@ -100,7 +100,7 @@ org.dhatim fastexcel - 0.15.6 + 0.15.7 @@ -169,7 +169,7 @@ org.yaml snakeyaml - 2.1 + 2.2 @@ -197,7 +197,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.1.2 + 3.2.2 integration-tests @@ -220,7 +220,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.2.2 @{argLine} ${skip.unit.tests} @@ -238,7 +238,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11 ${jacoco.skip} @@ -348,7 +348,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.6.2 8 Javadoc Documentation for ${project.name} ${project.version} @@ -361,7 +361,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 default-cli @@ -403,7 +403,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.3.0 + 3.3.1 ${checkstyle.skip} google_checks.xml @@ -425,7 +425,7 @@ org.cyclonedx cyclonedx-maven-plugin - 2.7.9 + 2.7.10 validate diff --git a/processor/pom.xml b/processor/pom.xml index feb2cb6b2a..bf91d2c1da 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -179,7 +179,7 @@ org.yaml snakeyaml - 2.1 + 2.2 @@ -207,7 +207,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.1.2 + 3.2.2 integration-tests @@ -230,7 +230,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.2.2 @{argLine} ${skip.unit.tests} @@ -248,7 +248,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11 ${jacoco.skip} @@ -358,7 +358,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.6.2 8 Javadoc Documentation for ${project.name} ${project.version} @@ -371,7 +371,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 default-cli @@ -413,7 +413,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.3.0 + 3.3.1 ${checkstyle.skip} google_checks.xml @@ -435,7 +435,7 @@ org.cyclonedx cyclonedx-maven-plugin - 2.7.9 + 2.7.10 validate