Skip to content

Commit 20eeeef

Browse files
authored
CHK-13321: override jackson-bom version to 3.1.1 for GHSA-2m67-wjpj-xhg9 (#347)
1 parent 2779eaf commit 20eeeef

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/example-spring-boot-starter-web/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ plugins {
55
alias(libs.plugins.openapi.generator)
66
}
77

8+
ext['jackson-bom.version'] = '3.1.1'
9+
810
dependencies {
911
implementation project(':examples:examples-common')
1012
implementation project(':spring-boot-starter:spring-boot-starter-web')

examples/example-spring-boot-starter-webflux/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ plugins {
55
alias(libs.plugins.openapi.generator)
66
}
77

8+
ext['jackson-bom.version'] = '3.1.1'
9+
810
dependencies {
911
implementation project(':examples:examples-common')
1012
implementation project(':spring-boot-starter:spring-boot-starter-webflux')

0 commit comments

Comments
 (0)