From baf2d2c531bb8c603e71a567db6a59266c8e0a51 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Sun, 26 Jul 2026 10:40:34 +0800 Subject: [PATCH 1/2] update jackson to 3.1.5 --- .../Java/libraries/apache-httpclient/build.gradle.mustache | 2 +- .../resources/Java/libraries/apache-httpclient/pom.mustache | 2 +- .../main/resources/Java/libraries/jersey3/build.gradle.mustache | 2 +- .../src/main/resources/Java/libraries/jersey3/pom.mustache | 2 +- .../resources/Java/libraries/restclient/build.gradle.mustache | 2 +- .../src/main/resources/Java/libraries/restclient/pom.mustache | 2 +- .../resources/Java/libraries/resttemplate/build.gradle.mustache | 2 +- .../src/main/resources/Java/libraries/resttemplate/pom.mustache | 2 +- .../resources/Java/libraries/webclient/build.gradle.mustache | 2 +- .../src/main/resources/Java/libraries/webclient/pom.mustache | 2 +- .../kotlin-spring/libraries/spring-boot/pom-sb4.mustache | 2 +- .../libraries/spring-cloud/buildGradle-sb4-Kts.mustache | 2 +- .../kotlin-spring/libraries/spring-cloud/pom-sb4.mustache | 2 +- .../buildGradle-sb4-Kts.mustache | 2 +- .../spring-declarative-http-interface/pom-sb4.mustache | 2 +- .../petstore/java/apache-httpclient-jackson3/build.gradle | 2 +- samples/client/petstore/java/apache-httpclient-jackson3/pom.xml | 2 +- samples/client/petstore/java/jersey3-jackson3/build.gradle | 2 +- samples/client/petstore/java/jersey3-jackson3/pom.xml | 2 +- .../java/restclient-springBoot4-jackson3-jspecify/build.gradle | 2 +- .../java/restclient-springBoot4-jackson3-jspecify/pom.xml | 2 +- .../petstore/java/restclient-springBoot4-jackson3/build.gradle | 2 +- .../petstore/java/restclient-springBoot4-jackson3/pom.xml | 2 +- .../resttemplate-springBoot4-jackson3-jspecify/build.gradle | 2 +- .../java/resttemplate-springBoot4-jackson3-jspecify/pom.xml | 2 +- .../java/resttemplate-springBoot4-jackson3/build.gradle | 2 +- .../petstore/java/resttemplate-springBoot4-jackson3/pom.xml | 2 +- .../java/webclient-springBoot4-jackson3-jspecify/build.gradle | 2 +- .../java/webclient-springBoot4-jackson3-jspecify/pom.xml | 2 +- .../petstore/java/webclient-springBoot4-jackson3/build.gradle | 2 +- .../client/petstore/java/webclient-springBoot4-jackson3/pom.xml | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/apache-httpclient/build.gradle.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/apache-httpclient/build.gradle.mustache index b169bf764efd..b43becd09282 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/apache-httpclient/build.gradle.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/apache-httpclient/build.gradle.mustache @@ -133,7 +133,7 @@ ext { {{/openApiNullable}} {{/useJackson3}} {{#useJackson3}} - jackson3_version = "3.1.0" + jackson3_version = "3.1.5" jackson_annotations_version = "2.21" {{#openApiNullable}} jackson_databind_nullable_version = "0.2.10" diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/apache-httpclient/pom.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/apache-httpclient/pom.mustache index 780f3a00689c..9e6823460908 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/apache-httpclient/pom.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/apache-httpclient/pom.mustache @@ -401,7 +401,7 @@ {{/openApiNullable}} {{/useJackson3}} {{#useJackson3}} - 3.1.0 + 3.1.5 2.21 {{#openApiNullable}} 0.2.10 diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/jersey3/build.gradle.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/jersey3/build.gradle.mustache index f0742b8282dc..0d09602e5f9f 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/jersey3/build.gradle.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/jersey3/build.gradle.mustache @@ -105,7 +105,7 @@ ext { jackson_databind_version = "2.21.1" {{/useJackson3}} {{#useJackson3}} - jackson3_version = "3.1.0" + jackson3_version = "3.1.5" jackson_annotations_version = "2.21" {{/useJackson3}} {{#openApiNullable}} diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/jersey3/pom.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/jersey3/pom.mustache index 264ec8f551b3..f5d9e3b2f67f 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/jersey3/pom.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/jersey3/pom.mustache @@ -450,7 +450,7 @@ 2.21.1 {{/useJackson3}} {{#useJackson3}} - 3.1.0 + 3.1.5 2.21 {{/useJackson3}} 0.2.10 diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/restclient/build.gradle.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/restclient/build.gradle.mustache index 5c2365aa5a57..bb83b88d6a44 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/restclient/build.gradle.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/restclient/build.gradle.mustache @@ -104,7 +104,7 @@ ext { swagger_annotations_version = "2.2.43" {{/swagger2AnnotationLibrary}} {{#useJackson3}} - jackson_version = "3.1.0" + jackson_version = "3.1.5" {{/useJackson3}} {{^useJackson3}} jackson_version = "2.21.1" diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/restclient/pom.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/restclient/pom.mustache index 02f848fb2464..3e949d1295d1 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/restclient/pom.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/restclient/pom.mustache @@ -357,7 +357,7 @@ {{#useSpringBoot4}} 7.0.5 {{#useJackson3}} - 3.1.0 + 3.1.5 {{/useJackson3}} {{^useJackson3}} 2.21.1 diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/build.gradle.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/build.gradle.mustache index 58f89e8c1c75..5a3bf3800a41 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/build.gradle.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/build.gradle.mustache @@ -116,7 +116,7 @@ ext { swagger_annotations_version = "2.2.9" {{/swagger2AnnotationLibrary}} {{#useJackson3}} - jackson_version = "3.1.0" + jackson_version = "3.1.5" {{/useJackson3}} {{^useJackson3}} jackson_version = "2.21.1" diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/pom.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/pom.mustache index ad2532db6d42..b9f4bf0006e9 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/pom.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/resttemplate/pom.mustache @@ -381,7 +381,7 @@ {{#useSpringBoot4}} 7.0.5 {{#useJackson3}} - 3.1.0 + 3.1.5 {{/useJackson3}} {{^useJackson3}} 2.21.1 diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/webclient/build.gradle.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/webclient/build.gradle.mustache index 6b5e23870ae2..54f5bb2c7226 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/webclient/build.gradle.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/webclient/build.gradle.mustache @@ -150,7 +150,7 @@ ext { reactor_netty_version = "1.2.8" {{/useJakartaEe}} {{#useJackson3}} - jackson_version = "3.1.0" + jackson_version = "3.1.5" {{/useJackson3}} {{^useJackson3}} jackson_version = "2.21.1" diff --git a/modules/openapi-generator/src/main/resources/Java/libraries/webclient/pom.mustache b/modules/openapi-generator/src/main/resources/Java/libraries/webclient/pom.mustache index 72e304865408..251c5ad1e0ab 100644 --- a/modules/openapi-generator/src/main/resources/Java/libraries/webclient/pom.mustache +++ b/modules/openapi-generator/src/main/resources/Java/libraries/webclient/pom.mustache @@ -191,7 +191,7 @@ 2.2.43 {{/swagger2AnnotationLibrary}} {{#useJackson3}} - 3.1.0 + 3.1.5 {{/useJackson3}} {{^useJackson3}} 2.21.1 diff --git a/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-boot/pom-sb4.mustache b/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-boot/pom-sb4.mustache index 004a1a002067..4feda148e61f 100644 --- a/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-boot/pom-sb4.mustache +++ b/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-boot/pom-sb4.mustache @@ -12,7 +12,7 @@ 1.6.6{{/swagger1AnnotationLibrary}}{{#swagger2AnnotationLibrary}} 2.2.28{{/swagger2AnnotationLibrary}}{{/springDocDocumentationProvider}} 3.0.2{{#useJackson3}} - 3.1.0{{/useJackson3}} + 3.1.5{{/useJackson3}} 3.0.0 2.2.0 diff --git a/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-cloud/buildGradle-sb4-Kts.mustache b/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-cloud/buildGradle-sb4-Kts.mustache index 46e0a213b740..76e1661966a4 100644 --- a/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-cloud/buildGradle-sb4-Kts.mustache +++ b/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-cloud/buildGradle-sb4-Kts.mustache @@ -54,7 +54,7 @@ dependencies { implementation("com.google.code.findbugs:jsr305:3.0.2") {{#useJackson3}} - val jackson3Version = "3.1.0" + val jackson3Version = "3.1.5" implementation("tools.jackson.dataformat:jackson-dataformat-yaml:$jackson3Version") implementation("tools.jackson.dataformat:jackson-dataformat-xml:$jackson3Version") implementation("tools.jackson.module:jackson-module-kotlin:$jackson3Version") diff --git a/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-cloud/pom-sb4.mustache b/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-cloud/pom-sb4.mustache index 4324adc2b447..6ba6cd02f604 100644 --- a/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-cloud/pom-sb4.mustache +++ b/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-cloud/pom-sb4.mustache @@ -18,7 +18,7 @@ 2.2.28 {{/swagger2AnnotationLibrary}}{{/springDocDocumentationProvider}} 3.0.2{{#useJackson3}} - 3.1.0{{/useJackson3}} + 3.1.5{{/useJackson3}} 3.0.0 2.2.0 diff --git a/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-declarative-http-interface/buildGradle-sb4-Kts.mustache b/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-declarative-http-interface/buildGradle-sb4-Kts.mustache index 72aa154c8a18..f7c7371fb2e7 100644 --- a/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-declarative-http-interface/buildGradle-sb4-Kts.mustache +++ b/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-declarative-http-interface/buildGradle-sb4-Kts.mustache @@ -54,7 +54,7 @@ dependencies { implementation("com.google.code.findbugs:jsr305:3.0.2") {{#useJackson3}} - val jackson3Version = "3.1.0" + val jackson3Version = "3.1.5" implementation("tools.jackson.dataformat:jackson-dataformat-yaml:$jackson3Version") implementation("tools.jackson.dataformat:jackson-dataformat-xml:$jackson3Version") implementation("tools.jackson.module:jackson-module-kotlin:$jackson3Version") diff --git a/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-declarative-http-interface/pom-sb4.mustache b/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-declarative-http-interface/pom-sb4.mustache index 7b9dd3d6832e..149bcde6bd31 100644 --- a/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-declarative-http-interface/pom-sb4.mustache +++ b/modules/openapi-generator/src/main/resources/kotlin-spring/libraries/spring-declarative-http-interface/pom-sb4.mustache @@ -18,7 +18,7 @@ 2.2.28 {{/swagger2AnnotationLibrary}}{{/springDocDocumentationProvider}} 3.0.2{{#useJackson3}} - 3.1.0{{/useJackson3}} + 3.1.5{{/useJackson3}} 3.0.0 2.2.0 diff --git a/samples/client/petstore/java/apache-httpclient-jackson3/build.gradle b/samples/client/petstore/java/apache-httpclient-jackson3/build.gradle index 85fcf1d22dc7..51167c40d183 100644 --- a/samples/client/petstore/java/apache-httpclient-jackson3/build.gradle +++ b/samples/client/petstore/java/apache-httpclient-jackson3/build.gradle @@ -118,7 +118,7 @@ if(hasProperty('target') && target == 'android') { ext { swagger_annotations_version = "1.6.6" - jackson3_version = "3.1.0" + jackson3_version = "3.1.5" jackson_annotations_version = "2.21" jackson_databind_nullable_version = "0.2.10" jakarta_annotation_version = "1.3.5" diff --git a/samples/client/petstore/java/apache-httpclient-jackson3/pom.xml b/samples/client/petstore/java/apache-httpclient-jackson3/pom.xml index 68a0e25fd285..091d063cb1fc 100644 --- a/samples/client/petstore/java/apache-httpclient-jackson3/pom.xml +++ b/samples/client/petstore/java/apache-httpclient-jackson3/pom.xml @@ -266,7 +266,7 @@ UTF-8 5.2.1 - 3.1.0 + 3.1.5 2.21 0.2.10 1.3.5 diff --git a/samples/client/petstore/java/jersey3-jackson3/build.gradle b/samples/client/petstore/java/jersey3-jackson3/build.gradle index 6fc82e30133a..f45cec259b52 100644 --- a/samples/client/petstore/java/jersey3-jackson3/build.gradle +++ b/samples/client/petstore/java/jersey3-jackson3/build.gradle @@ -99,7 +99,7 @@ if(hasProperty('target') && target == 'android') { ext { swagger_annotations_version = "1.6.5" - jackson3_version = "3.1.0" + jackson3_version = "3.1.5" jackson_annotations_version = "2.21" jackson_databind_nullable_version = "0.2.10" jakarta_annotation_version = "3.0.0" diff --git a/samples/client/petstore/java/jersey3-jackson3/pom.xml b/samples/client/petstore/java/jersey3-jackson3/pom.xml index 91c047f6d66c..1677ce0d7590 100644 --- a/samples/client/petstore/java/jersey3-jackson3/pom.xml +++ b/samples/client/petstore/java/jersey3-jackson3/pom.xml @@ -350,7 +350,7 @@ UTF-8 3.1.11 - 3.1.0 + 3.1.5 2.21 0.2.10 3.0.0 diff --git a/samples/client/petstore/java/restclient-springBoot4-jackson3-jspecify/build.gradle b/samples/client/petstore/java/restclient-springBoot4-jackson3-jspecify/build.gradle index 43a141242b69..4a13d95a0242 100644 --- a/samples/client/petstore/java/restclient-springBoot4-jackson3-jspecify/build.gradle +++ b/samples/client/petstore/java/restclient-springBoot4-jackson3-jspecify/build.gradle @@ -97,7 +97,7 @@ if(hasProperty('target') && target == 'android') { } ext { - jackson_version = "3.1.0" + jackson_version = "3.1.5" jackson_annotations_version = "2.21" spring_web_version = "7.0.5" jakarta_annotation_version = "3.0.0" diff --git a/samples/client/petstore/java/restclient-springBoot4-jackson3-jspecify/pom.xml b/samples/client/petstore/java/restclient-springBoot4-jackson3-jspecify/pom.xml index 35c88fc3595a..cc4ad24872e4 100644 --- a/samples/client/petstore/java/restclient-springBoot4-jackson3-jspecify/pom.xml +++ b/samples/client/petstore/java/restclient-springBoot4-jackson3-jspecify/pom.xml @@ -254,7 +254,7 @@ UTF-8 7.0.5 - 3.1.0 + 3.1.5 3.0.0 2.21 diff --git a/samples/client/petstore/java/restclient-springBoot4-jackson3/build.gradle b/samples/client/petstore/java/restclient-springBoot4-jackson3/build.gradle index 43a141242b69..4a13d95a0242 100644 --- a/samples/client/petstore/java/restclient-springBoot4-jackson3/build.gradle +++ b/samples/client/petstore/java/restclient-springBoot4-jackson3/build.gradle @@ -97,7 +97,7 @@ if(hasProperty('target') && target == 'android') { } ext { - jackson_version = "3.1.0" + jackson_version = "3.1.5" jackson_annotations_version = "2.21" spring_web_version = "7.0.5" jakarta_annotation_version = "3.0.0" diff --git a/samples/client/petstore/java/restclient-springBoot4-jackson3/pom.xml b/samples/client/petstore/java/restclient-springBoot4-jackson3/pom.xml index c864cdf42875..5c48a8a1078f 100644 --- a/samples/client/petstore/java/restclient-springBoot4-jackson3/pom.xml +++ b/samples/client/petstore/java/restclient-springBoot4-jackson3/pom.xml @@ -254,7 +254,7 @@ UTF-8 7.0.5 - 3.1.0 + 3.1.5 3.0.0 2.21 diff --git a/samples/client/petstore/java/resttemplate-springBoot4-jackson3-jspecify/build.gradle b/samples/client/petstore/java/resttemplate-springBoot4-jackson3-jspecify/build.gradle index efa5d8534d70..fb07d06311db 100644 --- a/samples/client/petstore/java/resttemplate-springBoot4-jackson3-jspecify/build.gradle +++ b/samples/client/petstore/java/resttemplate-springBoot4-jackson3-jspecify/build.gradle @@ -97,7 +97,7 @@ if(hasProperty('target') && target == 'android') { } ext { - jackson_version = "3.1.0" + jackson_version = "3.1.5" jackson_annotations_version = "2.21" spring_web_version = "7.0.5" jakarta_annotation_version = "3.0.0" diff --git a/samples/client/petstore/java/resttemplate-springBoot4-jackson3-jspecify/pom.xml b/samples/client/petstore/java/resttemplate-springBoot4-jackson3-jspecify/pom.xml index 0df13fe9e0c0..286993455751 100644 --- a/samples/client/petstore/java/resttemplate-springBoot4-jackson3-jspecify/pom.xml +++ b/samples/client/petstore/java/resttemplate-springBoot4-jackson3-jspecify/pom.xml @@ -267,7 +267,7 @@ UTF-8 7.0.5 - 3.1.0 + 3.1.5 3.0.0 2.21 diff --git a/samples/client/petstore/java/resttemplate-springBoot4-jackson3/build.gradle b/samples/client/petstore/java/resttemplate-springBoot4-jackson3/build.gradle index 58bd80ed4c73..27fddf9c1601 100644 --- a/samples/client/petstore/java/resttemplate-springBoot4-jackson3/build.gradle +++ b/samples/client/petstore/java/resttemplate-springBoot4-jackson3/build.gradle @@ -97,7 +97,7 @@ if(hasProperty('target') && target == 'android') { } ext { - jackson_version = "3.1.0" + jackson_version = "3.1.5" jackson_annotations_version = "2.21" spring_web_version = "7.0.5" jakarta_annotation_version = "3.0.0" diff --git a/samples/client/petstore/java/resttemplate-springBoot4-jackson3/pom.xml b/samples/client/petstore/java/resttemplate-springBoot4-jackson3/pom.xml index e97d0529687e..859141904ec9 100644 --- a/samples/client/petstore/java/resttemplate-springBoot4-jackson3/pom.xml +++ b/samples/client/petstore/java/resttemplate-springBoot4-jackson3/pom.xml @@ -270,7 +270,7 @@ UTF-8 7.0.5 - 3.1.0 + 3.1.5 3.0.0 2.21 diff --git a/samples/client/petstore/java/webclient-springBoot4-jackson3-jspecify/build.gradle b/samples/client/petstore/java/webclient-springBoot4-jackson3-jspecify/build.gradle index 96f4f08aa55a..269880463e64 100644 --- a/samples/client/petstore/java/webclient-springBoot4-jackson3-jspecify/build.gradle +++ b/samples/client/petstore/java/webclient-springBoot4-jackson3-jspecify/build.gradle @@ -117,7 +117,7 @@ ext { beanvalidation_version = "3.0.2" reactor_version = "3.5.12" reactor_netty_version = "1.2.8" - jackson_version = "3.1.0" + jackson_version = "3.1.5" jackson_annotations_version = "2.21" junit_version = "5.10.2" } diff --git a/samples/client/petstore/java/webclient-springBoot4-jackson3-jspecify/pom.xml b/samples/client/petstore/java/webclient-springBoot4-jackson3-jspecify/pom.xml index cd5b03bf6356..06ed2a6f5168 100644 --- a/samples/client/petstore/java/webclient-springBoot4-jackson3-jspecify/pom.xml +++ b/samples/client/petstore/java/webclient-springBoot4-jackson3-jspecify/pom.xml @@ -112,7 +112,7 @@ UTF-8 - 3.1.0 + 3.1.5 4.0.3 2.1.1 3.5.12 diff --git a/samples/client/petstore/java/webclient-springBoot4-jackson3/build.gradle b/samples/client/petstore/java/webclient-springBoot4-jackson3/build.gradle index 73af50da5449..9a32b8ff6340 100644 --- a/samples/client/petstore/java/webclient-springBoot4-jackson3/build.gradle +++ b/samples/client/petstore/java/webclient-springBoot4-jackson3/build.gradle @@ -117,7 +117,7 @@ ext { beanvalidation_version = "3.0.2" reactor_version = "3.5.12" reactor_netty_version = "1.2.8" - jackson_version = "3.1.0" + jackson_version = "3.1.5" jackson_annotations_version = "2.21" junit_version = "5.10.2" } diff --git a/samples/client/petstore/java/webclient-springBoot4-jackson3/pom.xml b/samples/client/petstore/java/webclient-springBoot4-jackson3/pom.xml index 8280ba299566..2eebc7276a16 100644 --- a/samples/client/petstore/java/webclient-springBoot4-jackson3/pom.xml +++ b/samples/client/petstore/java/webclient-springBoot4-jackson3/pom.xml @@ -120,7 +120,7 @@ UTF-8 - 3.1.0 + 3.1.5 4.0.3 2.1.1 3.5.12 From 3dde282c649d4e23b17adfb1318ff14e2e2cc49f Mon Sep 17 00:00:00 2001 From: William Cheng Date: Sun, 26 Jul 2026 12:37:50 +0800 Subject: [PATCH 2/2] update jackson to newer version --- samples/server/petstore/kotlin-springboot-4/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/server/petstore/kotlin-springboot-4/pom.xml b/samples/server/petstore/kotlin-springboot-4/pom.xml index 956c82ac2c0d..646948a09a9e 100644 --- a/samples/server/petstore/kotlin-springboot-4/pom.xml +++ b/samples/server/petstore/kotlin-springboot-4/pom.xml @@ -7,7 +7,7 @@ 1.0.0 3.0.2 - 3.1.0 + 3.1.5 3.0.0 2.2.0