This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a commit to branch support_set_compression_by_type_1.3
in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit a845e7a55464f7f8e13147e793fc7517655f04d8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 14 12:09:15 2025 +0800
Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.18.0 in /java (#543)
Bumps org.apache.commons:commons-lang3 from 3.15.0 to 3.18.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
dependency-version: 3.18.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 110a5a284562bbcad7a9b186182b3edc12544823)
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 7a9ae1b5..303d7a35 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.15.0</version>
+ <version>3.18.0</version>
</dependency>
<dependency>
<groupId>org.lz4</groupId>