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 fbe13d89a Bump commons-logging:commons-logging from 1.3.1 to 1.3.2 
(#1366)
fbe13d89a is described below

commit fbe13d89ae4193be12c164d4bb5342c5eba3963f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 17 14:18:01 2024 +0200

    Bump commons-logging:commons-logging from 1.3.1 to 1.3.2 (#1366)
    
    Bumps commons-logging:commons-logging from 1.3.1 to 1.3.2.
    
    ---
    updated-dependencies:
    - dependency-name: commons-logging:commons-logging
      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>
---
 parquet-cli/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parquet-cli/pom.xml b/parquet-cli/pom.xml
index db1333129..e0b600517 100644
--- a/parquet-cli/pom.xml
+++ b/parquet-cli/pom.xml
@@ -211,7 +211,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.3.1</version>
+      <version>1.3.2</version>
       <scope>${deps.scope}</scope>
     </dependency>
   </dependencies>

Reply via email to