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 1edaf0bf5 Bump commons-logging:commons-logging from 1.3.2 to 1.3.3
(#2954)
1edaf0bf5 is described below
commit 1edaf0bf5c2c02a5329a20d83a2ba2b0c49e2725
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 16 12:16:59 2024 +0200
Bump commons-logging:commons-logging from 1.3.2 to 1.3.3 (#2954)
Bumps commons-logging:commons-logging from 1.3.2 to 1.3.3.
---
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 e0b600517..bdbf776b4 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.2</version>
+ <version>1.3.3</version>
<scope>${deps.scope}</scope>
</dependency>
</dependencies>