Skip to content

Commit 216a0e9

Browse files
fix(examples): bump netty.version to 4.2.16.Final
Update Spring Dependency Management BOM overrides in both example subprojects (example-spring-boot-starter-web and example-spring-boot-starter-webflux) to use netty 4.2.16.Final, matching the bump to the root resolutionStrategy floor. This ensures examples remain consistent with the enforced netty version and are not vulnerable to GHSA-mvh2-crg5-v77c. Co-Authored-By: Catarina Correia <catarina.correia@getyourguide.com>
1 parent 3b8664e commit 216a0e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
ext['jackson-bom.version'] = '3.1.4'
99
ext['jackson-2-bom.version'] = '2.21.5'
1010
ext['logback.version'] = '1.5.34'
11-
ext['netty.version'] = '4.2.15.Final'
11+
ext['netty.version'] = '4.2.16.Final'
1212
ext['tomcat.version'] = '11.0.22'
1313

1414
dependencies {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
ext['jackson-bom.version'] = '3.1.4'
99
ext['jackson-2-bom.version'] = '2.21.5'
1010
ext['logback.version'] = '1.5.34'
11-
ext['netty.version'] = '4.2.15.Final'
11+
ext['netty.version'] = '4.2.16.Final'
1212
ext['tomcat.version'] = '11.0.22'
1313

1414
dependencies {

0 commit comments

Comments
 (0)