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 2a3349034 Bump com.fasterxml.jackson.core:jackson-databind in /java
(#865)
2a3349034 is described below
commit 2a33490343b0b7a0e39f100dcff44506a314e6b9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 14 10:36:00 2026 +0800
Bump com.fasterxml.jackson.core:jackson-databind in /java (#865)
Bumps
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
from 2.18.6 to 2.18.9.
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: 2.18.9
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 3106d99bb..6790d7ae0 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -153,7 +153,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.18.6</version>
+ <version>2.18.9</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>