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 05dc53841 Bump commons-logging:commons-logging from 1.3.4 to 1.3.5
(#3159)
05dc53841 is described below
commit 05dc5384169ea1e244fbbf50c5530936c3e1f6d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 26 19:05:55 2025 +0100
Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 (#3159)
Bumps commons-logging:commons-logging from 1.3.4 to 1.3.5.
---
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 f5accdde2..6bd0b5e7d 100644
--- a/parquet-cli/pom.xml
+++ b/parquet-cli/pom.xml
@@ -217,7 +217,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.3.4</version>
+ <version>1.3.5</version>
<scope>${deps.scope}</scope>
</dependency>
</dependencies>