Skip to content

Commit 5865f64

Browse files
committed
update jackson to 2.x latest
Signed-off-by: neo <1100909+neowu@users.noreply.github.com>
1 parent 1e0d2b0 commit 5865f64

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Change log
22

3+
### 9.3.2 ( - )
4+
5+
* log: for rust version of log-processor/log-collector/log-exporter, refer to https://github.com/neowu/core_rs_workspace
6+
37
### 9.3.1 (10/8/2025 - 11/7/2025)
48

59
* tracking: add readBytes/writeBytes to perf_test, to separate read row/doc/keys and read bytes

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ subprojects {
1818
}
1919

2020
val elasticVersion = "8.18.1"
21-
val jacksonVersion = "2.20.0"
21+
val jacksonVersion = "2.20.1"
2222
val junitVersion = "6.0.0"
2323
val mockitoVersion = "5.20.0"
2424
val assertjVersion = "3.27.6"

0 commit comments

Comments
 (0)