From ceb53396ee696e3356953fe6f77702d6a862de22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 17:54:49 +0000 Subject: [PATCH 1/3] Bump font-awesome-api from 6.3.0-2 to 6.4.0-1 Bumps [font-awesome-api](https://github.com/jenkinsci/font-awesome-api-plugin) from 6.3.0-2 to 6.4.0-1. - [Release notes](https://github.com/jenkinsci/font-awesome-api-plugin/releases) - [Changelog](https://github.com/jenkinsci/font-awesome-api-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/font-awesome-api-plugin/compare/v6.3.0-2...v6.4.0-1) --- updated-dependencies: - dependency-name: io.jenkins.plugins:font-awesome-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6f1bf18..0d71f44 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ 3.3.0 5.4.0-5 - 6.3.0-2 + 6.4.0-1 3.7.0-1 1.13.4-1 5.3.0-1 From 159d003f59fddc7d3e6ba656f854d4489baa54f8 Mon Sep 17 00:00:00 2001 From: totocaca123 <42418580+totocaca123@users.noreply.github.com> Date: Tue, 13 Jun 2023 01:04:10 +0200 Subject: [PATCH 2/3] Update pom.xml Add missing dependencies due to font awesome upgrade --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 0d71f44..4a177b0 100644 --- a/pom.xml +++ b/pom.xml @@ -55,6 +55,9 @@ 1.14.2 2.15.2 11.1.0 + + 3.12.0 + 1.10.0 @@ -120,6 +123,16 @@ eclipse-collections ${eclipse-collections.version} + + org.apache.commons + commons-lang3 + ${commons-lang3.version} + + + org.apache.commons + commons-text + ${commons-text.version} + From 331f03db49384f96b22b96febeccbfed54dbb701 Mon Sep 17 00:00:00 2001 From: totocaca123 <42418580+totocaca123@users.noreply.github.com> Date: Tue, 13 Jun 2023 01:46:44 +0200 Subject: [PATCH 3/3] Update pom.xml to correct testing issue reverse previous commit and add api --- pom.xml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 4a177b0..0f8b619 100644 --- a/pom.xml +++ b/pom.xml @@ -55,9 +55,6 @@ 1.14.2 2.15.2 11.1.0 - - 3.12.0 - 1.10.0 @@ -73,6 +70,14 @@ + + io.jenkins.plugins + commons-lang3-api + + + io.jenkins.plugins + commons-text-api + io.jenkins.plugins plugin-util-api @@ -123,16 +128,6 @@ eclipse-collections ${eclipse-collections.version} - - org.apache.commons - commons-lang3 - ${commons-lang3.version} - - - org.apache.commons - commons-text - ${commons-text.version} -