This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new dac39358d5 Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0
(#1326)
dac39358d5 is described below
commit dac39358d517d9f9ce7edbb96aa11d9d916cef0d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 14 15:20:11 2025 +0100
Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0 (#1326)
Bumps
[org.apache.commons:commons-text](https://github.com/apache/commons-text) from
1.14.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.14.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>
---
wicket-migration/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wicket-migration/pom.xml b/wicket-migration/pom.xml
index 2c13e83eae..256e4466a0 100644
--- a/wicket-migration/pom.xml
+++ b/wicket-migration/pom.xml
@@ -19,7 +19,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
- <version>1.14.0</version>
+ <version>1.15.0</version>
</dependency>
<dependency>
<groupId>org.openrewrite.recipe</groupId>