This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new 030134720 Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1
(#3240)
030134720 is described below
commit 03013472083fb156db7b5a57dac2633f5d4cd9c3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 20 09:18:28 2025 +0200
Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 (#3240)
Bumps org.apache.commons:commons-text from 1.13.0 to 1.13.1.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-text
dependency-version: 1.13.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 1aa75a20d..f726c544e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
<jcommander.version>1.82</jcommander.version>
<tukaani.version>1.10</tukaani.version>
<zstd-jni.version>1.5.7-3</zstd-jni.version>
- <commons-text.version>1.13.0</commons-text.version>
+ <commons-text.version>1.13.1</commons-text.version>
<jsr305.version>3.0.2</jsr305.version>
<commons-lang3.version>3.17.0</commons-lang3.version>