This is an automated email from the ASF dual-hosted git repository.
wgtmac 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 8db1c67f7 Bump commons-logging:commons-logging from 1.3.6 to 1.4.0
(#3623)
8db1c67f7 is described below
commit 8db1c67f7f8a79bca9bd8bb5b4d330f8329380f8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 14:21:47 2026 +0800
Bump commons-logging:commons-logging from 1.3.6 to 1.4.0 (#3623)
Bumps
[commons-logging:commons-logging](https://github.com/apache/commons-logging)
from 1.3.6 to 1.4.0.
-
[Changelog](https://github.com/apache/commons-logging/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-logging/compare/rel/commons-logging-1.3.6...rel/commons-logging-1.4.0)
---
updated-dependencies:
- dependency-name: commons-logging:commons-logging
dependency-version: 1.4.0
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>
---
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 d73877e6e..76e0dd8d1 100644
--- a/parquet-cli/pom.xml
+++ b/parquet-cli/pom.xml
@@ -239,7 +239,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.3.6</version>
+ <version>1.4.0</version>
<scope>${deps.scope}</scope>
</dependency>
</dependencies>