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 06c37b2f8 Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 
(#2979)
06c37b2f8 is described below

commit 06c37b2f8b053a174a6815938ce735d39181cd40
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 7 09:52:34 2024 +0200

    Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 (#2979)
    
    Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.15.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 7d16d945d..446adbc55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
     <zstd-jni.version>1.5.6-3</zstd-jni.version>
     <commons-text.version>1.12.0</commons-text.version>
     <jsr305.version>3.0.2</jsr305.version>
-    <commons-lang3.version>3.14.0</commons-lang3.version>
+    <commons-lang3.version>3.15.0</commons-lang3.version>
 
     <!-- properties for the profiles -->
     <surefire.argLine>-XX:MaxJavaStackTraceDepth=8</surefire.argLine>

Reply via email to