From 2bd36993abf134c3ae8e7d125b9c721ca83ed4ba Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Fri, 27 Sep 2024 10:25:38 +0200 Subject: [PATCH 01/30] [gitflow-maven-plugin] Update for next development version 59-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8612fed..6539b21 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ io.wcm.maven io.wcm.maven.global-parent - 58 + 59-SNAPSHOT pom io.wcm.maven.global-parent From ded33dc8993e110761f9c3cd48eaf9be5ca2d271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 14:39:03 +0000 Subject: [PATCH 02/30] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.6 to 3.2.7. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.6...maven-gpg-plugin-3.2.7) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6539b21..116b9b2 100644 --- a/pom.xml +++ b/pom.xml @@ -572,7 +572,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.6 + 3.2.7 From 1da54889fc908169f75a6d727d6a6d82415db85a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 14:38:51 +0000 Subject: [PATCH 03/30] Bump pmd.version from 7.5.0 to 7.6.0 Bumps `pmd.version` from 7.5.0 to 7.6.0. Updates `net.sourceforge.pmd:pmd-core` from 7.5.0 to 7.6.0 - [Release notes](https://github.com/pmd/pmd/releases) - [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb) - [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.5.0...pmd_releases/7.6.0) Updates `net.sourceforge.pmd:pmd-java` from 7.5.0 to 7.6.0 - [Release notes](https://github.com/pmd/pmd/releases) - [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb) - [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.5.0...pmd_releases/7.6.0) Updates `net.sourceforge.pmd:pmd-javascript` from 7.5.0 to 7.6.0 - [Release notes](https://github.com/pmd/pmd/releases) - [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb) - [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.5.0...pmd_releases/7.6.0) Updates `net.sourceforge.pmd:pmd-jsp` from 7.5.0 to 7.6.0 - [Release notes](https://github.com/pmd/pmd/releases) - [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb) - [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.5.0...pmd_releases/7.6.0) --- updated-dependencies: - dependency-name: net.sourceforge.pmd:pmd-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: net.sourceforge.pmd:pmd-java dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: net.sourceforge.pmd:pmd-javascript dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: net.sourceforge.pmd:pmd-jsp 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 116b9b2..63aaaf7 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,7 @@ 4.8.6.4 1.12.0 - 7.5.0 + 7.6.0 0.8.12 2.17.1 From d311e40efc9489190225c5bbabc6f802457987f9 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Fri, 27 Sep 2024 16:49:26 +0200 Subject: [PATCH 04/30] update changelog --- changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changes.xml b/changes.xml index dfd28fc..530bf52 100644 --- a/changes.xml +++ b/changes.xml @@ -23,6 +23,12 @@ xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd"> + + + Update plugins and dependencies to latest versions. + + + Update plugins and dependencies to latest versions. From 734f67ceb6d68cfb3b4efb29090fc028e7c53763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:11:13 +0000 Subject: [PATCH 05/30] Bump com.puppycrawl.tools:checkstyle from 10.18.1 to 10.18.2 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.18.1 to 10.18.2. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.18.1...checkstyle-10.18.2) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 63aaaf7..efe89ff 100644 --- a/pom.xml +++ b/pom.xml @@ -616,7 +616,7 @@ com.puppycrawl.tools checkstyle - 10.18.1 + 10.18.2 From 4a70bf092b3ac7af6d78e67cfe4f112092d929bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:29:18 +0000 Subject: [PATCH 06/30] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.10.0 to 3.10.1. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index efe89ff..58e66aa 100644 --- a/pom.xml +++ b/pom.xml @@ -590,7 +590,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.10.0 + 3.10.1 From 75f49411d81e760df1ede29a842dc3e75ab2b1c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:28:55 +0000 Subject: [PATCH 07/30] Bump maven-surefire-plugin.version from 3.5.0 to 3.5.1 Bumps `maven-surefire-plugin.version` from 3.5.0 to 3.5.1. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 58e66aa..938f01e 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ https://oss.sonatype.org/service/local/staging/deploy/maven2/ - 3.5.0 + 3.5.1 3.1.1 4.8.6.4 From 513b1c97c50201d29bf2b920ca88a94b3af9fb6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:09:20 +0000 Subject: [PATCH 08/30] Bump org.jetbrains:annotations from 25.0.0 to 26.0.0 Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 25.0.0 to 26.0.0. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/25.0.0...26.0.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 938f01e..52b1acd 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,7 @@ org.jetbrains annotations - 25.0.0 + 26.0.0 3.5.1 3.1.1 - 4.8.6.4 + 4.8.6.5 1.12.0 7.6.0 From ebea8bc529033851761df43e8d62dd6c3b630142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:51:27 +0000 Subject: [PATCH 12/30] Bump org.apache.maven.plugins:maven-project-info-reports-plugin Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.7.0 to 3.8.0. - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.7.0...maven-project-info-reports-plugin-3.8.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin 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 5edd212..1e4bfe0 100644 --- a/pom.xml +++ b/pom.xml @@ -661,7 +661,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 3.7.0 + 3.8.0 From 0b50ec6bb420d95ca56093214653e46126ce7d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:51:30 +0000 Subject: [PATCH 13/30] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.0 to 3.8.1 Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/apache/maven-invoker-plugin/releases) - [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.8.0...maven-invoker-plugin-3.8.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-invoker-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1e4bfe0..405b989 100644 --- a/pom.xml +++ b/pom.xml @@ -743,7 +743,7 @@ org.apache.maven.plugins maven-invoker-plugin - 3.8.0 + 3.8.1 From 2412c02346246d0ba0ca0455da02b7c0692f85c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:51:34 +0000 Subject: [PATCH 14/30] Bump org.apache.maven.plugins:maven-site-plugin from 3.20.0 to 3.21.0 Bumps [org.apache.maven.plugins:maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.20.0 to 3.21.0. - [Release notes](https://github.com/apache/maven-site-plugin/releases) - [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.20.0...maven-site-plugin-3.21.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-site-plugin 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 405b989..24f6d94 100644 --- a/pom.xml +++ b/pom.xml @@ -701,7 +701,7 @@ org.apache.maven.plugins maven-site-plugin - 3.20.0 + 3.21.0 From 17200f8335d66b3d08b104b4e22be3efbc34c389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:57:25 +0000 Subject: [PATCH 15/30] Bump pmd.version from 7.6.0 to 7.7.0 Bumps `pmd.version` from 7.6.0 to 7.7.0. Updates `net.sourceforge.pmd:pmd-core` from 7.6.0 to 7.7.0 - [Release notes](https://github.com/pmd/pmd/releases) - [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb) - [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.6.0...pmd_releases/7.7.0) Updates `net.sourceforge.pmd:pmd-java` from 7.6.0 to 7.7.0 - [Release notes](https://github.com/pmd/pmd/releases) - [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb) - [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.6.0...pmd_releases/7.7.0) Updates `net.sourceforge.pmd:pmd-javascript` from 7.6.0 to 7.7.0 - [Release notes](https://github.com/pmd/pmd/releases) - [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb) - [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.6.0...pmd_releases/7.7.0) Updates `net.sourceforge.pmd:pmd-jsp` from 7.6.0 to 7.7.0 - [Release notes](https://github.com/pmd/pmd/releases) - [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb) - [Commits](https://github.com/pmd/pmd/compare/pmd_releases/7.6.0...pmd_releases/7.7.0) --- updated-dependencies: - dependency-name: net.sourceforge.pmd:pmd-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: net.sourceforge.pmd:pmd-java dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: net.sourceforge.pmd:pmd-javascript dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: net.sourceforge.pmd:pmd-jsp 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 24f6d94..ceb21bb 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,7 @@ 4.8.6.5 1.12.0 - 7.6.0 + 7.7.0 0.8.12 2.17.1 From 4f0d29f1cc3c3d0492bdd386f5e1a6dc4f7dc25c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:59:28 +0000 Subject: [PATCH 16/30] Bump org.apache.maven.plugins:maven-jxr-plugin from 3.5.0 to 3.6.0 Bumps [org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/apache/maven-jxr/releases) - [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.5.0...jxr-3.6.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jxr-plugin 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 ceb21bb..c76d84d 100644 --- a/pom.xml +++ b/pom.xml @@ -596,7 +596,7 @@ org.apache.maven.plugins maven-jxr-plugin - 3.5.0 + 3.6.0 From 33ee2457482a0f959b4e7502a270391638bc711b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:59:34 +0000 Subject: [PATCH 17/30] Bump com.puppycrawl.tools:checkstyle from 10.18.2 to 10.19.0 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.18.2 to 10.19.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.18.2...checkstyle-10.19.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle 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 c76d84d..ac01091 100644 --- a/pom.xml +++ b/pom.xml @@ -616,7 +616,7 @@ com.puppycrawl.tools checkstyle - 10.18.2 + 10.19.0 From 14a851a99d820f1ae6731eb26752e1ec2975d300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:59:41 +0000 Subject: [PATCH 18/30] Bump org.apache.maven.plugins:maven-dependency-plugin Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.8.0...maven-dependency-plugin-3.8.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ac01091..669192e 100644 --- a/pom.xml +++ b/pom.xml @@ -453,7 +453,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.8.0 + 3.8.1 From 32081f3ce4d43d3ca5c6b3a054721d1a9d8ba662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:59:39 +0000 Subject: [PATCH 19/30] Bump org.apache.maven.plugins:maven-checkstyle-plugin Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.5.0 to 3.6.0. - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.5.0...maven-checkstyle-plugin-3.6.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin 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 669192e..7244f10 100644 --- a/pom.xml +++ b/pom.xml @@ -602,7 +602,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.5.0 + 3.6.0 global-build-tools/checkstyle.xml checkstyle.suppressions.file From 7cf901c8c5167b3b398fafa7a843fef35308eb7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:38:30 +0000 Subject: [PATCH 20/30] Bump org.apache.maven.plugins:maven-pmd-plugin from 3.25.0 to 3.26.0 Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.25.0...maven-pmd-plugin-3.26.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-pmd-plugin 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 7244f10..47a4372 100644 --- a/pom.xml +++ b/pom.xml @@ -624,7 +624,7 @@ org.apache.maven.plugins maven-pmd-plugin - 3.25.0 + 3.26.0 ${java.version} xml From 7f80fefa6b4e4f7b877a0510345b560951c703ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:59:58 +0000 Subject: [PATCH 21/30] Bump com.puppycrawl.tools:checkstyle from 10.19.0 to 10.20.0 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.19.0 to 10.20.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.19.0...checkstyle-10.20.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle 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 47a4372..8d919b9 100644 --- a/pom.xml +++ b/pom.xml @@ -616,7 +616,7 @@ com.puppycrawl.tools checkstyle - 10.19.0 + 10.20.0 From fead0c780dcd27751589a91dfde16f63124b34ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:55:22 +0000 Subject: [PATCH 22/30] Bump maven-surefire-plugin.version from 3.5.1 to 3.5.2 Bumps `maven-surefire-plugin.version` from 3.5.1 to 3.5.2. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8d919b9..3bf5883 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ https://oss.sonatype.org/service/local/staging/deploy/maven2/ - 3.5.1 + 3.5.2 3.1.1 4.8.6.5 From ccdabe73c83a0212c0c742dd569ca3446ae627b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:55:28 +0000 Subject: [PATCH 23/30] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.10.1 to 3.11.1. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.1...maven-javadoc-plugin-3.11.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin 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 3bf5883..66dc603 100644 --- a/pom.xml +++ b/pom.xml @@ -590,7 +590,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.10.1 + 3.11.1 From e0d7239e55363989d34ed315803b3c0e1aad26a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:43:12 +0000 Subject: [PATCH 24/30] Bump org.sonarsource.scanner.maven:sonar-maven-plugin Bumps [org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven) from 4.0.0.4121 to 5.0.0.4389. - [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases) - [Commits](https://github.com/SonarSource/sonar-scanner-maven/compare/4.0.0.4121...5.0.0.4389) --- updated-dependencies: - dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 66dc603..956fefc 100644 --- a/pom.xml +++ b/pom.xml @@ -779,7 +779,7 @@ org.sonarsource.scanner.maven sonar-maven-plugin - 4.0.0.4121 + 5.0.0.4389 From f23dd45013a8109f21922c02e2b791d04053ac6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:25:16 +0000 Subject: [PATCH 25/30] Bump com.puppycrawl.tools:checkstyle from 10.20.0 to 10.20.1 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.20.0 to 10.20.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.20.0...checkstyle-10.20.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 956fefc..b3e482a 100644 --- a/pom.xml +++ b/pom.xml @@ -616,7 +616,7 @@ com.puppycrawl.tools checkstyle - 10.20.0 + 10.20.1 From 067555c1e722d0aa3daa5d1d4cc883d29be3bd6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:43:50 +0000 Subject: [PATCH 26/30] Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.5 to 4.8.6.6 Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.6.5 to 4.8.6.6. - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.8.6.5...spotbugs-maven-plugin-4.8.6.6) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b3e482a..a407eb6 100644 --- a/pom.xml +++ b/pom.xml @@ -94,7 +94,7 @@ 3.5.2 3.1.1 - 4.8.6.5 + 4.8.6.6 1.12.0 7.7.0 From b2385e5ce743e98df5298e2795a38f7723e26e7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:58:20 +0000 Subject: [PATCH 27/30] Bump org.codehaus.mojo:versions-maven-plugin from 2.17.1 to 2.18.0 Bumps [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) from 2.17.1 to 2.18.0. - [Release notes](https://github.com/mojohaus/versions/releases) - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md) - [Commits](https://github.com/mojohaus/versions/compare/2.17.1...2.18.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:versions-maven-plugin 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 a407eb6..c2045b4 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ 1.12.0 7.7.0 0.8.12 - 2.17.1 + 2.18.0 disabled From 9393ad6bcefea2a05961b7372b2e9ed5a1079644 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Mon, 18 Nov 2024 15:45:05 +0100 Subject: [PATCH 28/30] Update to global-build-tools 30 --- changes.xml | 3 +++ pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changes.xml b/changes.xml index 530bf52..655482f 100644 --- a/changes.xml +++ b/changes.xml @@ -27,6 +27,9 @@ Update plugins and dependencies to latest versions. + + Update to global-build-tools 30. + diff --git a/pom.xml b/pom.xml index c2045b4..2172e06 100644 --- a/pom.xml +++ b/pom.xml @@ -158,7 +158,7 @@ io.wcm.maven io.wcm.maven.global-build-tools - 29 + 30-SNAPSHOT From 3695aadf1cf3c767f8e5b5d42e506d0d42c6b5c0 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Mon, 18 Nov 2024 16:50:21 +0100 Subject: [PATCH 29/30] prepare release --- changes.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changes.xml b/changes.xml index 655482f..beac581 100644 --- a/changes.xml +++ b/changes.xml @@ -23,7 +23,7 @@ xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd"> - + Update plugins and dependencies to latest versions. diff --git a/pom.xml b/pom.xml index 2172e06..d7e26a5 100644 --- a/pom.xml +++ b/pom.xml @@ -158,7 +158,7 @@ io.wcm.maven io.wcm.maven.global-build-tools - 30-SNAPSHOT + 30 From 715f8f487cab175b989562386bb4b57c80994442 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Mon, 18 Nov 2024 16:50:52 +0100 Subject: [PATCH 30/30] [gitflow-maven-plugin] Update versions for release 59 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d7e26a5..7c151d7 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ io.wcm.maven io.wcm.maven.global-parent - 59-SNAPSHOT + 59 pom io.wcm.maven.global-parent