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 310f1f12a5 build(deps): bump org.apache.commons:commons-text from
1.13.1 to 1.14.0 (#2194)
310f1f12a5 is described below
commit 310f1f12a5a0bd9b5ffd82db4babfcd543e7e12d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 25 09:14:09 2025 +0200
build(deps): bump org.apache.commons:commons-text from 1.13.1 to 1.14.0
(#2194)
Bumps
[org.apache.commons:commons-text](https://github.com/apache/commons-text) from
1.13.1 to 1.14.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.13.1...rel/commons-text-1.14.0)
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-text
dependency-version: 1.14.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 7f093537b7..00184e9b80 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.11.1</commons-net.version>
- <commons-text.version>1.13.1</commons-text.version>
+ <commons-text.version>1.14.0</commons-text.version>
<commons-csv.version>1.14.0</commons-csv.version>
<dom4j.version>2.2.0</dom4j.version>
<equalsverifier.version>3.19.1</equalsverifier.version>