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 5dec9aa1 Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.15.0
(#187)
5dec9aa1 is described below
commit 5dec9aa1709878b0533bf8fc6fabd0f82286be86
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 1 15:02:10 2024 +0800
Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.15.0 (#187)
Bumps org.apache.commons:commons-lang3 from 3.13.0 to 3.15.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
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/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 6c6bed6c..9f207cd7 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.13.0</version>
+ <version>3.15.0</version>
</dependency>
<dependency>
<groupId>org.lz4</groupId>