This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new e845d206 Bump commons-cli:commons-cli from 1.5.0 to 1.9.0 (#356)
e845d206 is described below
commit e845d206cd48b712a92d5b8cb68ef37b8a68e93b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 1 18:17:17 2025 +0800
Bump commons-cli:commons-cli from 1.5.0 to 1.9.0 (#356)
Bumps commons-cli:commons-cli from 1.5.0 to 1.9.0.
---
updated-dependencies:
- dependency-name: commons-cli:commons-cli
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>
---
java/tools/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/tools/pom.xml b/java/tools/pom.xml
index d7904f85..c5d2bc75 100644
--- a/java/tools/pom.xml
+++ b/java/tools/pom.xml
@@ -37,7 +37,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <version>1.5.0</version>
+ <version>1.9.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>