From 34e279e6d73a24650ad2f5f61e94579ddf388c4b Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Mon, 15 Sep 2025 07:46:27 +0200 Subject: [PATCH 01/21] [maven-release-plugin] prepare for next development iteration --- apps/pom.xml | 2 +- apps/rest-showcase/pom.xml | 4 ++-- apps/showcase/pom.xml | 2 +- assembly/pom.xml | 2 +- bom/pom.xml | 8 ++++---- bundles/admin/pom.xml | 2 +- bundles/demo/pom.xml | 2 +- bundles/pom.xml | 2 +- core/pom.xml | 2 +- plugins/async/pom.xml | 2 +- plugins/bean-validation/pom.xml | 2 +- plugins/cdi/pom.xml | 2 +- plugins/config-browser/pom.xml | 2 +- plugins/convention/pom.xml | 2 +- plugins/dwr/pom.xml | 2 +- plugins/embeddedjsp/pom.xml | 2 +- plugins/gxp/pom.xml | 2 +- plugins/jasperreports/pom.xml | 2 +- plugins/javatemplates/pom.xml | 2 +- plugins/jfreechart/pom.xml | 2 +- plugins/json/pom.xml | 2 +- plugins/junit/pom.xml | 2 +- plugins/osgi/pom.xml | 2 +- plugins/oval/pom.xml | 2 +- plugins/pell-multipart/pom.xml | 2 +- plugins/plexus/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/portlet-junit/pom.xml | 2 +- plugins/portlet-mocks/pom.xml | 2 +- plugins/portlet-tiles/pom.xml | 2 +- plugins/portlet/pom.xml | 2 +- plugins/rest/pom.xml | 2 +- plugins/sitemesh/pom.xml | 2 +- plugins/spring/pom.xml | 2 +- plugins/testng/pom.xml | 2 +- plugins/tiles/pom.xml | 2 +- plugins/velocity/pom.xml | 2 +- plugins/xslt/pom.xml | 2 +- pom.xml | 6 +++--- 39 files changed, 45 insertions(+), 45 deletions(-) diff --git a/apps/pom.xml b/apps/pom.xml index 0f6494923..16c9d556a 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent - 6.8.0 + 6.8.1-SNAPSHOT struts2-apps pom diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml index 0e047f0ea..bb0e1e373 100644 --- a/apps/rest-showcase/pom.xml +++ b/apps/rest-showcase/pom.xml @@ -24,12 +24,12 @@ org.apache.struts struts2-apps - 6.8.0 + 6.8.1-SNAPSHOT struts2-rest-showcase war - 6.8.0 + 6.8.1-SNAPSHOT Struts 2 Rest Showcase Webapp Struts 2 Rest Showcase Example diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index 6e3648700..7da6a54dd 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-apps - 6.8.0 + 6.8.1-SNAPSHOT struts2-showcase diff --git a/assembly/pom.xml b/assembly/pom.xml index b5a5c0ab7..b2a415f00 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent - 6.8.0 + 6.8.1-SNAPSHOT struts2-assembly diff --git a/bom/pom.xml b/bom/pom.xml index b907e7df7..f38632200 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -25,11 +25,11 @@ org.apache.struts struts2-parent - 6.8.0 + 6.8.1-SNAPSHOT struts2-bom - 6.8.0 + 6.8.1-SNAPSHOT pom Struts 2 Bill of Materials @@ -44,7 +44,7 @@ - 6.8.0 + 6.8.1-SNAPSHOT true true @@ -190,7 +190,7 @@ - STRUTS_6_8_0 + STRUTS_6_7_0 scm:git:https://gitbox.apache.org/repos/asf/struts.git scm:git:https://gitbox.apache.org/repos/asf/struts.git https://github.com/apache/struts/ diff --git a/bundles/admin/pom.xml b/bundles/admin/pom.xml index d7bf679f8..d9b73681d 100644 --- a/bundles/admin/pom.xml +++ b/bundles/admin/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-osgi-bundles - 6.8.0 + 6.8.1-SNAPSHOT struts2-osgi-admin-bundle diff --git a/bundles/demo/pom.xml b/bundles/demo/pom.xml index 6ada10406..ed8d464bf 100644 --- a/bundles/demo/pom.xml +++ b/bundles/demo/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-osgi-bundles - 6.8.0 + 6.8.1-SNAPSHOT struts2-osgi-demo-bundle diff --git a/bundles/pom.xml b/bundles/pom.xml index c230ce8b9..22f4ba080 100755 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent - 6.8.0 + 6.8.1-SNAPSHOT struts2-osgi-bundles diff --git a/core/pom.xml b/core/pom.xml index e5c62d10c..3d4442b5c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent - 6.8.0 + 6.8.1-SNAPSHOT struts2-core jar diff --git a/plugins/async/pom.xml b/plugins/async/pom.xml index b8a13fe2d..1540bd896 100644 --- a/plugins/async/pom.xml +++ b/plugins/async/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-async-plugin diff --git a/plugins/bean-validation/pom.xml b/plugins/bean-validation/pom.xml index a14603166..91913c640 100644 --- a/plugins/bean-validation/pom.xml +++ b/plugins/bean-validation/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT 4.0.0 diff --git a/plugins/cdi/pom.xml b/plugins/cdi/pom.xml index b15c44f40..4ce4c45a8 100644 --- a/plugins/cdi/pom.xml +++ b/plugins/cdi/pom.xml @@ -25,7 +25,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-cdi-plugin diff --git a/plugins/config-browser/pom.xml b/plugins/config-browser/pom.xml index b908e7a26..38e9e470b 100644 --- a/plugins/config-browser/pom.xml +++ b/plugins/config-browser/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-config-browser-plugin diff --git a/plugins/convention/pom.xml b/plugins/convention/pom.xml index 4acd96071..2fb001643 100644 --- a/plugins/convention/pom.xml +++ b/plugins/convention/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-convention-plugin diff --git a/plugins/dwr/pom.xml b/plugins/dwr/pom.xml index 27846a44b..14a8da00d 100644 --- a/plugins/dwr/pom.xml +++ b/plugins/dwr/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-dwr-plugin diff --git a/plugins/embeddedjsp/pom.xml b/plugins/embeddedjsp/pom.xml index 0094c74ae..9174eafb2 100644 --- a/plugins/embeddedjsp/pom.xml +++ b/plugins/embeddedjsp/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-embeddedjsp-plugin diff --git a/plugins/gxp/pom.xml b/plugins/gxp/pom.xml index 725bc3c16..932f6d67d 100644 --- a/plugins/gxp/pom.xml +++ b/plugins/gxp/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-gxp-plugin diff --git a/plugins/jasperreports/pom.xml b/plugins/jasperreports/pom.xml index ec50d0562..656121266 100644 --- a/plugins/jasperreports/pom.xml +++ b/plugins/jasperreports/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-jasperreports-plugin diff --git a/plugins/javatemplates/pom.xml b/plugins/javatemplates/pom.xml index fa8f21df8..1300f0df1 100644 --- a/plugins/javatemplates/pom.xml +++ b/plugins/javatemplates/pom.xml @@ -25,7 +25,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-javatemplates-plugin diff --git a/plugins/jfreechart/pom.xml b/plugins/jfreechart/pom.xml index 229e13297..dc9c61cd4 100644 --- a/plugins/jfreechart/pom.xml +++ b/plugins/jfreechart/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-jfreechart-plugin diff --git a/plugins/json/pom.xml b/plugins/json/pom.xml index a0d789998..70d973122 100644 --- a/plugins/json/pom.xml +++ b/plugins/json/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-json-plugin diff --git a/plugins/junit/pom.xml b/plugins/junit/pom.xml index a2bc75649..4ad1987df 100644 --- a/plugins/junit/pom.xml +++ b/plugins/junit/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-junit-plugin diff --git a/plugins/osgi/pom.xml b/plugins/osgi/pom.xml index dfd1f0e85..50777f825 100644 --- a/plugins/osgi/pom.xml +++ b/plugins/osgi/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-osgi-plugin diff --git a/plugins/oval/pom.xml b/plugins/oval/pom.xml index 8af904a9f..40d3ac962 100644 --- a/plugins/oval/pom.xml +++ b/plugins/oval/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-oval-plugin diff --git a/plugins/pell-multipart/pom.xml b/plugins/pell-multipart/pom.xml index 8fb32dbd5..f7bd7ed68 100644 --- a/plugins/pell-multipart/pom.xml +++ b/plugins/pell-multipart/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-pell-multipart-plugin diff --git a/plugins/plexus/pom.xml b/plugins/plexus/pom.xml index 03bab49ac..15e1de2a2 100644 --- a/plugins/plexus/pom.xml +++ b/plugins/plexus/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-plexus-plugin diff --git a/plugins/pom.xml b/plugins/pom.xml index afa979f95..dc879db33 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent - 6.8.0 + 6.8.1-SNAPSHOT struts2-plugins diff --git a/plugins/portlet-junit/pom.xml b/plugins/portlet-junit/pom.xml index d3d788caa..33bae686d 100644 --- a/plugins/portlet-junit/pom.xml +++ b/plugins/portlet-junit/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-portlet-junit-plugin diff --git a/plugins/portlet-mocks/pom.xml b/plugins/portlet-mocks/pom.xml index 0f393039a..a3bba86ab 100644 --- a/plugins/portlet-mocks/pom.xml +++ b/plugins/portlet-mocks/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-portlet-mocks-plugin diff --git a/plugins/portlet-tiles/pom.xml b/plugins/portlet-tiles/pom.xml index 98d89f805..a9d4eb8fc 100644 --- a/plugins/portlet-tiles/pom.xml +++ b/plugins/portlet-tiles/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-portlet-tiles-plugin diff --git a/plugins/portlet/pom.xml b/plugins/portlet/pom.xml index 6463a0c7b..c1f2d1994 100644 --- a/plugins/portlet/pom.xml +++ b/plugins/portlet/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-portlet-plugin diff --git a/plugins/rest/pom.xml b/plugins/rest/pom.xml index 595512439..c106dbb62 100644 --- a/plugins/rest/pom.xml +++ b/plugins/rest/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-rest-plugin diff --git a/plugins/sitemesh/pom.xml b/plugins/sitemesh/pom.xml index 346ec5e56..db098283c 100644 --- a/plugins/sitemesh/pom.xml +++ b/plugins/sitemesh/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-sitemesh-plugin diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml index 6cd1f0944..ec1a7cfca 100644 --- a/plugins/spring/pom.xml +++ b/plugins/spring/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-spring-plugin diff --git a/plugins/testng/pom.xml b/plugins/testng/pom.xml index 410dc2ee1..50ed69c83 100644 --- a/plugins/testng/pom.xml +++ b/plugins/testng/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-testng-plugin diff --git a/plugins/tiles/pom.xml b/plugins/tiles/pom.xml index be9255755..3dcc72cff 100644 --- a/plugins/tiles/pom.xml +++ b/plugins/tiles/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-tiles-plugin diff --git a/plugins/velocity/pom.xml b/plugins/velocity/pom.xml index d07339ff4..86aa105d6 100644 --- a/plugins/velocity/pom.xml +++ b/plugins/velocity/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-velocity-plugin diff --git a/plugins/xslt/pom.xml b/plugins/xslt/pom.xml index 007fe01b2..af8944423 100644 --- a/plugins/xslt/pom.xml +++ b/plugins/xslt/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 6.8.0 + 6.8.1-SNAPSHOT struts2-xslt-plugin diff --git a/pom.xml b/pom.xml index ae575d260..02bddae83 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ 4.0.0 struts2-parent - 6.8.0 + 6.8.1-SNAPSHOT pom Struts 2 https://struts.apache.org/ @@ -51,7 +51,7 @@ scm:git:https://gitbox.apache.org/repos/asf/struts.git scm:git:https://gitbox.apache.org/repos/asf/struts.git https://github.com/apache/struts/ - STRUTS_6_8_0 + STRUTS_6_7_0 @@ -104,7 +104,7 @@ UTF-8 - 2025-09-15T05:41:00Z + 2025-09-15T05:46:27Z 1.8 1.8 From 730d5536644c759036e88b08c68e95f083cb5a3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 01:36:06 +0000 Subject: [PATCH 02/21] Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.1 to 3.5.4 Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.5.1 to 3.5.4. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/showcase/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index 7da6a54dd..fad0cbce5 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -163,7 +163,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.5.1 + 3.5.4 it.org.apache.struts2.showcase.*Test From e5e535b01a5e4bedb6aab940c8982e0e765b112b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 01:36:07 +0000 Subject: [PATCH 03/21] Bump org.apache.maven.doxia:doxia-module-markdown from 1.12.0 to 2.0.0 Bumps org.apache.maven.doxia:doxia-module-markdown from 1.12.0 to 2.0.0. --- updated-dependencies: - dependency-name: org.apache.maven.doxia:doxia-module-markdown dependency-version: 2.0.0 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 02bddae83..739852674 100644 --- a/pom.xml +++ b/pom.xml @@ -429,7 +429,7 @@ org.apache.maven.doxia doxia-module-markdown - 1.12.0 + 2.0.0 From e07612b762e2a437d61da57ec81cc3fa19e8faa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 19:13:17 +0200 Subject: [PATCH 04/21] Bump org.assertj:assertj-core from 3.27.4 to 3.27.6 (#1387) Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.4 to 3.27.6. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.4...assertj-build-3.27.6) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 739852674..183379118 100644 --- a/pom.xml +++ b/pom.xml @@ -994,7 +994,7 @@ org.assertj assertj-core - 3.27.4 + 3.27.6 test From eb7a0804b8e7b3bed0f4f98271eb32c73676e3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 06:48:12 +0100 Subject: [PATCH 05/21] Bump commons-validator:commons-validator from 1.9.0 to 1.10.0 (#1385) Bumps commons-validator:commons-validator from 1.9.0 to 1.10.0. --- updated-dependencies: - dependency-name: commons-validator:commons-validator dependency-version: 1.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 183379118..3f65eba66 100644 --- a/pom.xml +++ b/pom.xml @@ -901,7 +901,7 @@ commons-validator commons-validator - 1.9.0 + 1.10.0 From e805bb389f181ef835a7d6a58f5b1e28dfd553d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 06:49:41 +0100 Subject: [PATCH 06/21] Bump org.freemarker:freemarker from 2.3.33 to 2.3.34 (#1386) Bumps org.freemarker:freemarker from 2.3.33 to 2.3.34. --- updated-dependencies: - dependency-name: org.freemarker:freemarker dependency-version: 2.3.34 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3f65eba66..a21342007 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ 1.0.7 3.5.1 6.2.4.Final - 2.3.33 + 2.3.34 1.9 From f053c78db2309f43dcc1da78474450f984265dab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 06:51:55 +0100 Subject: [PATCH 07/21] Bump asm.version from 9.7.1 to 9.9 (#1393) Bumps `asm.version` from 9.7.1 to 9.9. Updates `org.ow2.asm:asm` from 9.7.1 to 9.9 Updates `org.ow2.asm:asm-commons` from 9.7.1 to 9.9 --- updated-dependencies: - dependency-name: org.ow2.asm:asm dependency-version: '9.9' dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.ow2.asm:asm-commons dependency-version: '9.9' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a21342007..300548f74 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ 1.8 - 9.7.1 + 9.9 2.20.0 2.25.1 3.3.5 From 8d935b13942f4e88a1e55700b29e5908d45c1131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 07:54:56 +0100 Subject: [PATCH 08/21] Bump com.thoughtworks.xstream:xstream from 1.4.20 to 1.4.21 (#1408) Bumps [com.thoughtworks.xstream:xstream](https://github.com/x-stream/xstream) from 1.4.20 to 1.4.21. - [Release notes](https://github.com/x-stream/xstream/releases) - [Commits](https://github.com/x-stream/xstream/commits) --- updated-dependencies: - dependency-name: com.thoughtworks.xstream:xstream dependency-version: 1.4.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 300548f74..306680bfc 100644 --- a/pom.xml +++ b/pom.xml @@ -1064,7 +1064,7 @@ com.thoughtworks.xstream xstream - 1.4.20 + 1.4.21 io.github.x-stream From 7003406d4c48325268d3201e70b8e93e189187c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 07:56:47 +0100 Subject: [PATCH 09/21] Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.6.2 (#1411) Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.4.1 to 3.6.2. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.4.1...3.6.2) --- updated-dependencies: - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- plugins/tiles/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tiles/pom.xml b/plugins/tiles/pom.xml index 3dcc72cff..b69db1f6a 100644 --- a/plugins/tiles/pom.xml +++ b/plugins/tiles/pom.xml @@ -40,7 +40,7 @@ org.codehaus.mojo exec-maven-plugin - 3.4.1 + 3.6.2 compile From d9b84bc89e8d431ce7e22c53f19d918406193132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 07:57:35 +0100 Subject: [PATCH 10/21] Bump jackson.version from 2.20.0 to 2.20.1 (#1412) Bumps `jackson.version` from 2.20.0 to 2.20.1. Updates `com.fasterxml.jackson.core:jackson-core` from 2.20.0 to 2.20.1 - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.20.0...jackson-core-2.20.1) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.0 to 2.20.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.20.0 to 2.20.1 - [Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.20.0...jackson-dataformat-xml-2.20.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 306680bfc..9ae0522c8 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ 9.9 - 2.20.0 + 2.20.1 2.25.1 3.3.5 2.0.17 From 96006ab4ff1b6d5130c67b8c9fb405765b6ab0d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:18:05 +0100 Subject: [PATCH 11/21] Bump org.apache.maven.plugins:maven-dependency-plugin (#1426) Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.8.0 to 3.9.0. - [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.9.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-version: 3.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9ae0522c8..a056b5228 100644 --- a/pom.xml +++ b/pom.xml @@ -300,7 +300,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.8.0 + 3.9.0 org.apache.maven.plugins From 0489abde404e35c3a9b929ec4f095c361ae43045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:18:34 +0100 Subject: [PATCH 12/21] Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.14 (#1428) Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.12 to 0.8.14. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.12...v0.8.14) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a056b5228..18d21225b 100644 --- a/pom.xml +++ b/pom.xml @@ -224,7 +224,7 @@ org.jacoco jacoco-maven-plugin - 0.8.12 + 0.8.14 prepare-agent From a810da139735bb104d5580854569470c84210537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 19:07:26 +0100 Subject: [PATCH 13/21] Bump com.sun.xml.bind:jaxb-core from 2.3.0.1 to 4.0.6 (#1429) Bumps com.sun.xml.bind:jaxb-core from 2.3.0.1 to 4.0.6. --- updated-dependencies: - dependency-name: com.sun.xml.bind:jaxb-core dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- plugins/bean-validation/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bean-validation/pom.xml b/plugins/bean-validation/pom.xml index 91913c640..c7266be75 100644 --- a/plugins/bean-validation/pom.xml +++ b/plugins/bean-validation/pom.xml @@ -71,7 +71,7 @@ com.sun.xml.bind jaxb-core - 2.3.0.1 + 4.0.6 test From cae08102d5d4a3ad63dda9805ec114802f7ce762 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Fri, 28 Nov 2025 08:44:15 +0100 Subject: [PATCH 14/21] Removes unused jaxb-core dependency (#1434) --- plugins/bean-validation/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/bean-validation/pom.xml b/plugins/bean-validation/pom.xml index c7266be75..d56086df8 100644 --- a/plugins/bean-validation/pom.xml +++ b/plugins/bean-validation/pom.xml @@ -68,12 +68,6 @@ 2.3.1 test - - com.sun.xml.bind - jaxb-core - 4.0.6 - test - com.sun.xml.bind jaxb-impl From 1fcfc42ab2f677860a48d139bf3e77dfb429ddc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 06:54:13 +0100 Subject: [PATCH 15/21] Bump log4j2.version from 2.25.1 to 2.25.2 (#1437) Bumps `log4j2.version` from 2.25.1 to 2.25.2. Updates `org.apache.logging.log4j:log4j-api` from 2.25.1 to 2.25.2 Updates `org.apache.logging.log4j:log4j-core` from 2.25.1 to 2.25.2 Updates `org.apache.logging.log4j:log4j-jcl` from 2.25.1 to 2.25.2 Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.25.1 to 2.25.2 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-api dependency-version: 2.25.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.25.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-jcl dependency-version: 2.25.2 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl dependency-version: 2.25.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 18d21225b..c1a28418f 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,7 @@ 9.9 2.20.1 - 2.25.1 + 2.25.2 3.3.5 2.0.17 5.3.39 From 52dba77dc05f5be791f966fb1b5459013f25204c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 06:55:32 +0100 Subject: [PATCH 16/21] Bump org.jfree:jfreechart from 1.5.5 to 1.5.6 (#1440) Bumps [org.jfree:jfreechart](https://github.com/jfree/jfreechart) from 1.5.5 to 1.5.6. - [Release notes](https://github.com/jfree/jfreechart/releases) - [Commits](https://github.com/jfree/jfreechart/compare/v1.5.5...v1.5.6) --- updated-dependencies: - dependency-name: org.jfree:jfreechart dependency-version: 1.5.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- plugins/jfreechart/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/jfreechart/pom.xml b/plugins/jfreechart/pom.xml index dc9c61cd4..c84576c93 100644 --- a/plugins/jfreechart/pom.xml +++ b/plugins/jfreechart/pom.xml @@ -47,7 +47,7 @@ org.jfree jfreechart - 1.5.5 + 1.5.6 provided From 5d648a62bf1e0ef460c2ca6d1e0caf59f3721e7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 09:33:05 +0100 Subject: [PATCH 17/21] Bump org.apache.rat:apache-rat-plugin from 0.15 to 0.17 (#1436) * Bump org.apache.rat:apache-rat-plugin from 0.15 to 0.17 Bumps org.apache.rat:apache-rat-plugin from 0.15 to 0.17. --- updated-dependencies: - dependency-name: org.apache.rat:apache-rat-plugin dependency-version: '0.17' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Updates exclusions * Cleans up files with missing header --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukasz Lenart --- Jenkinsfile | 18 +++++++++++++ plugins/convention/README.md | 44 ++++++++++++++++++++++++++++++++ plugins/convention/design.txt | 39 ---------------------------- pom.xml | 37 ++++++++++----------------- src/main/groovy/Jenkinsfile.gdsl | 18 +++++++++++++ 5 files changed, 94 insertions(+), 62 deletions(-) delete mode 100644 plugins/convention/design.txt diff --git a/Jenkinsfile b/Jenkinsfile index d35283582..6c8efef0e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,22 @@ #!groovy +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ pipeline { agent none diff --git a/plugins/convention/README.md b/plugins/convention/README.md index b9a6a7c19..68aee4c80 100644 --- a/plugins/convention/README.md +++ b/plugins/convention/README.md @@ -4,3 +4,47 @@ You will find more details in [documentation](https://struts.apache.org/plugins/ ## Installation Just drop this plugin JAR into `WEB-INF/lib` folder or add it as a Maven dependency. + +## Design + +### Action with no annotations (all the default handlings) + +Action name is class name. + +Action package is based on the either any Namespace annotations on the class or Java package the +action class is defined in or the Java package name and the root Java package, which is determined +based on the package locators or the action package list. In either case, a root package is +identified and the namespace is the packages below the root up to and including the package that +contains the action class. + +Action method is execute in all cases. + +Results are built first from the Result annotations at the class level. Next, they are built from +the resources available in the web application and in the classpath based on the result location, +namespace of the action and action name (not anything to do with the code element names). Results +are found for common result codes including, success, error, input, failure, etc. If a specific +result doesn't exist using the result code then just the action namespace and action name are used to +locate results. If there are still no results found, than a redirect is added back to the index +action for the namespace, if one exists. + +### Action with Action(s) annotations + +If the annotation is located on any method other than execute, than the action configuration built +from the annotation is in addition to the action configuration built using the default. Unless there +is an annotation that contains no value, in which case, the method that annotation is defined for +becomes the default action method. If the annotation is defined on the execute method, regardless of +the value of the annotation, no default configuration is built for the class. + +If multiple annotations have no value, an error should occur. +If multiple annotations have the same value, an error should occur. + +Action name is taken from the annotation value. If the value is empty, the default action name +is used. + +Action package is taken from the annotation value. If the annotation value doesn't start with a slash +character, the default action namespace is used. + +Action method is always the method that the annotation is defined on. +Results are built first from the array of Results on the Action annotation. Next, they are built +from the class level Result annotations. Lastly, all default results are created. All Results already +created during this process should not be overridden later in the process. diff --git a/plugins/convention/design.txt b/plugins/convention/design.txt deleted file mode 100644 index 397956e45..000000000 --- a/plugins/convention/design.txt +++ /dev/null @@ -1,39 +0,0 @@ -Design - -Action with no annotations (all the default handlings) --------------------------- - -Action name is class name. -Action package is based on the either any Namespace annotations on the class or Java package the - action class is defined in or the Java package name and the root Java package, which is determined - based on the package locators or the action package list. In either case, a root package is - identified and the namespace is the packages below the root up to and including the package that - contains the action class. -Action method is execute in all cases. -Results are built first from the Result annotations at the class level. Next, they are built from - the resources available in the web application and in the classpath based on the result location, - namespace of the action and action name (not anything to do with the code element names). Results - are found for common result codes including, success, error, input, failure, etc. If a specific - result doesn't exist using the result code then just the action namespace and action name are used to - locate results. If there are still no results found, than a redirect is added back to the index - action for the namespace, if one exists. - -Action with Action(s) annotations ---------------------------------- - -If the annotation is located on any method other than execute, than the action configuration built - from the annotation is in addition to the action configuration built using the default. Unless there - is an annotation that contains no value, in which case, the method that annotation is defined for - becomes the default action method. If the annotation is defined on the execute method, regardless of - the value of the annotation, no default configuration is built for the class. -If multiple annotations have no value, an error should occur. -If multiple annotations have the same value, an error should occur. - -Action name is taken from the annotation value. If the value is empty, the default action name - is used. -Action package is taken from the annotation value. If the annotation value doesn't start with a slash - character, the default action namespace is used. -Action method is always the method that the annotation is defined on. -Results are built first from the array of Results on the Action annotation. Next, they are built - from the class level Result annotations. Lastly, all default results are created. All Results already - created during this process should not be overridden later in the process. diff --git a/pom.xml b/pom.xml index c1a28418f..f6fd84a4a 100644 --- a/pom.xml +++ b/pom.xml @@ -310,41 +310,32 @@ org.apache.rat apache-rat-plugin - 0.15 + 0.17 - true - true - true - false - - - - - - - - pom.xml - src/** - - - Jenkinsfile - src/main/groovy/Jenkinsfile.gdsl - src/main/resources/org/apache/struts2/static/domTT.js + ALL + + CLAUDE.md + CODEOWNERS + SECURITY.md + **/README.md + src/main/resources/*-LICENSE.txt src/site/resources/tags/**/*.html - src/main/resources/*LICENSE.txt src/test/resources/**/*.txt + src/main/resources/org/apache/struts2/static/domTT.js src/main/webapp/**/*.css src/main/webapp/**/*.map src/main/webapp/**/*.js src/main/webapp/**/*.svg src/main/webapp/**/*.txt - src/main/resources/**/docs-urls.txt + **/src/main/resources/**/docs-urls.txt src/etc/header.txt src/main/resources/static/css/**/*.css src/main/resources/static/js/**/*.js - src/main/resources/docs.cfg + **/src/main/resources/docs.cfg src/main/webapp/fonts/**/* - + thoughts/**/*.md + test-output/** + diff --git a/src/main/groovy/Jenkinsfile.gdsl b/src/main/groovy/Jenkinsfile.gdsl index 005f7b155..210bb1e41 100644 --- a/src/main/groovy/Jenkinsfile.gdsl +++ b/src/main/groovy/Jenkinsfile.gdsl @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ //The global script scope def ctx = context(scope: scriptScope()) From 4997040be43fd7671f16ee4912961abdac2aa578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 12:25:02 +0100 Subject: [PATCH 18/21] Bump maven-surefire-plugin.version from 3.5.1 to 3.5.4 (#1452) Bumps `maven-surefire-plugin.version` from 3.5.1 to 3.5.4. Updates `org.apache.maven.surefire:surefire-junit47` from 3.5.1 to 3.5.4 Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.1 to 3.5.4 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.4) --- updated-dependencies: - dependency-name: org.apache.maven.surefire:surefire-junit47 dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f6fd84a4a..b8e831742 100644 --- a/pom.xml +++ b/pom.xml @@ -117,7 +117,7 @@ 5.3.39 3.0.8 1.0.7 - 3.5.1 + 3.5.4 6.2.4.Final 2.3.34 From e5d835bc19e8d3d157a0c2ff2a9ac3bca31a60b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 12:25:21 +0100 Subject: [PATCH 19/21] Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.2 (#1453) Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.5.0 to 3.6.2. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.5.0...enforcer-3.6.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-version: 3.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b8e831742..996629987 100644 --- a/pom.xml +++ b/pom.xml @@ -354,7 +354,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.5.0 + 3.6.2 enforce From c8b1d0e2f29bf6c0cced3e7f3b885338cd234130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 12:25:39 +0100 Subject: [PATCH 20/21] Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.3.0 (#1454) Bumps [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) from 3.1.1 to 3.3.0. - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.1.1...maven-release-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 996629987..c86b7b18a 100644 --- a/pom.xml +++ b/pom.xml @@ -381,7 +381,7 @@ org.apache.maven.plugins maven-release-plugin - 3.1.1 + 3.3.0 maven-jar-plugin From 80739da11715dcd83e06b7fa27e4a3b81c7cd810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 10:26:46 +0100 Subject: [PATCH 21/21] Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 (#1455) Bumps org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c86b7b18a..8b43c3035 100644 --- a/pom.xml +++ b/pom.xml @@ -866,7 +866,7 @@ org.apache.commons commons-lang3 - 3.17.0 + 3.20.0 org.apache.commons