This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch release/struts-6-8-x
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/release/struts-6-8-x by this
push:
new 08fe3a226 build(deps): bump org.apache.commons:commons-text from
1.12.0 to 1.15.0 (#1549)
08fe3a226 is described below
commit 08fe3a2267081f2ac945dd13aa473b019e689561
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 2 19:43:30 2026 +0100
build(deps): bump org.apache.commons:commons-text from 1.12.0 to 1.15.0
(#1549)
Bumps
[org.apache.commons:commons-text](https://github.com/apache/commons-text) from
1.12.0 to 1.15.0.
-
[Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-text/compare/rel/commons-text-1.12.0...rel/commons-text-1.15.0)
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-text
dependency-version: 1.15.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 9948196f9..e7e22b3cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -871,7 +871,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
- <version>1.12.0</version>
+ <version>1.15.0</version>
</dependency>
<dependency>
<groupId>commons-el</groupId>