This is an automated email from the ASF dual-hosted git repository.

HTHou 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 c7615f756 Bump com.fasterxml.jackson.core:jackson-core in /java (#877)
c7615f756 is described below

commit c7615f756cc29ff9e37e3d47f714581714414d75
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 24 09:31:02 2026 +0800

    Bump com.fasterxml.jackson.core:jackson-core in /java (#877)
    
    Bumps 
[com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core)
 from 2.18.6 to 2.18.8.
    - 
[Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.18.6...jackson-core-2.18.8)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-core
      dependency-version: 2.18.8
      dependency-type: direct:production
    ...
    
    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 6790d7ae0..515628317 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -158,7 +158,7 @@
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-core</artifactId>
-                <version>2.18.6</version>
+                <version>2.18.8</version>
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>

Reply via email to