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 410f5e1f9 Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.17.0
(#3065)
410f5e1f9 is described below
commit 410f5e1f9c90ab6abe704ef3220f0352984de9a8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 25 22:13:11 2024 +0100
Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.17.0 (#3065)
Bumps org.apache.commons:commons-lang3 from 3.15.0 to 3.17.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
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 b6688ee80..c5b5eba1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
<zstd-jni.version>1.5.6-6</zstd-jni.version>
<commons-text.version>1.12.0</commons-text.version>
<jsr305.version>3.0.2</jsr305.version>
- <commons-lang3.version>3.15.0</commons-lang3.version>
+ <commons-lang3.version>3.17.0</commons-lang3.version>
<!-- properties for the profiles -->
<surefire.argLine>-XX:MaxJavaStackTraceDepth=8</surefire.argLine>