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 1c9ead4f9 Bump commons-logging:commons-logging from 1.3.3 to 1.3.4
(#3094)
1c9ead4f9 is described below
commit 1c9ead4f95553580ab7ddd8487fc08b6236d093f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 16 09:53:50 2024 +0100
Bump commons-logging:commons-logging from 1.3.3 to 1.3.4 (#3094)
Bumps commons-logging:commons-logging from 1.3.3 to 1.3.4.
---
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 c49191806..d37c4820d 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.3</version>
+ <version>1.3.4</version>
<scope>${deps.scope}</scope>
</dependency>
</dependencies>