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 01b96de7d Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0
(#3429)
01b96de7d is described below
commit 01b96de7d267a6d6001fcecef400b471526940ce
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 10 16:44:20 2026 +0100
Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 (#3429)
Bumps org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
dependency-version: 3.20.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 eb3c6225a..6ac0bda67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
<zstd-jni.version>1.5.7-7</zstd-jni.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>
+ <commons-lang3.version>3.20.0</commons-lang3.version>
<!-- properties for the profiles -->
<surefire.argLine>-XX:MaxJavaStackTraceDepth=8</surefire.argLine>