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 8d71f080 Bump org.tukaani:xz from 1.9 to 1.10 (#190)
8d71f080 is described below

commit 8d71f08050da9c05a61095754dc12aed48a06edc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 1 15:01:41 2024 +0800

    Bump org.tukaani:xz from 1.9 to 1.10 (#190)
    
    Bumps [org.tukaani:xz](https://github.com/tukaani-project/xz-java) from 1.9 
to 1.10.
    - [Release notes](https://github.com/tukaani-project/xz-java/releases)
    - 
[Changelog](https://github.com/tukaani-project/xz-java/blob/master/NEWS.md)
    - [Commits](https://github.com/tukaani-project/xz-java/compare/v1.9...v1.10)
    
    ---
    updated-dependencies:
    - dependency-name: org.tukaani:xz
      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 e70594fd..6c6bed6c 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -65,7 +65,7 @@
             <dependency>
                 <groupId>org.tukaani</groupId>
                 <artifactId>xz</artifactId>
-                <version>1.9</version>
+                <version>1.10</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>

Reply via email to