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

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 611c21acf1 chore: bump com.fasterxml.jackson to 2.20.0
611c21acf1 is described below

commit 611c21acf1b7bf447e8faa35523f77662cb6f42c
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Thu Oct 30 13:46:54 2025 +0300

    chore: bump com.fasterxml.jackson to 2.20.0
---
 src/bom-thirdparty/build.gradle.kts         | 4 +---
 src/dist/src/dist/expected_release_jars.csv | 6 +++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/bom-thirdparty/build.gradle.kts 
b/src/bom-thirdparty/build.gradle.kts
index 2a72371137..b10c825e52 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -28,6 +28,7 @@ javaPlatform {
 dependencies {
     api(platform("org.apache.groovy:groovy-bom:5.0.2"))
     api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"))
+    api(platform("com.fasterxml.jackson:jackson-bom:2.20.0"))
 
     constraints {
         // api means "the dependency is for both compilation and runtime"
@@ -42,9 +43,6 @@ dependencies {
 
         api("bsf:bsf:2.4.0")
         api("cglib:cglib-nodep:3.3.0")
-        api("com.fasterxml.jackson.core:jackson-annotations:2.16.1")
-        api("com.fasterxml.jackson.core:jackson-core:2.16.1")
-        api("com.fasterxml.jackson.core:jackson-databind:2.16.1")
         api("com.fifesoft:rsyntaxtextarea:3.3.4")
         api("com.github.ben-manes.caffeine:caffeine:2.9.3")
         api("com.github.weisj:darklaf-core:3.1.1")
diff --git a/src/dist/src/dist/expected_release_jars.csv 
b/src/dist/src/dist/expected_release_jars.csv
index 381697c86b..6d79b32359 100644
--- a/src/dist/src/dist/expected_release_jars.csv
+++ b/src/dist/src/dist/expected_release_jars.csv
@@ -74,9 +74,9 @@
 327891,httpcore-4.4.16.jar
 368896,httpcore-nio-4.4.16.jar
 41727,httpmime-4.5.14.jar
-78480,jackson-annotations-2.16.1.jar
-578125,jackson-core-2.16.1.jar
-1637611,jackson-databind-2.16.1.jar
+79195,jackson-annotations-2.20.jar
+593063,jackson-core-2.20.0.jar
+1688471,jackson-databind-2.20.0.jar
 26378,jakarta.annotation-api-3.0.0.jar
 78030,javax.activation-1.2.0.jar
 142391,jcharts-0.7.5.jar

Reply via email to