This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new b3269df5d0 build(deps): bump org.apache.commons:commons-text from
1.14.0 to 1.15.0 (#2380)
b3269df5d0 is described below
commit b3269df5d09da20a07d4ee2bce8b370c29de0644
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 8 10:29:33 2025 +0100
build(deps): bump org.apache.commons:commons-text from 1.14.0 to 1.15.0
(#2380)
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index eba0e35846..209b8e6a63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
<commons-logging.version>1.3.5</commons-logging.version>
<commons-math3.version>3.6.1</commons-math3.version>
<commons-net.version>3.12.0</commons-net.version>
- <commons-text.version>1.14.0</commons-text.version>
+ <commons-text.version>1.15.0</commons-text.version>
<commons-csv.version>1.14.1</commons-csv.version>
<dom4j.version>2.2.0</dom4j.version>
<equalsverifier.version>4.2.5</equalsverifier.version>