Skip to content

Force versions in the examples - #377

Merged
catarina-correia merged 1 commit into
mainfrom
CHK-fix
May 27, 2026
Merged

Force versions in the examples#377
catarina-correia merged 1 commit into
mainfrom
CHK-fix

Conversation

@catarina-correia

@catarina-correiacatarina-correia commented May 27, 2026

Copy link
Copy Markdown
Contributor

Summary

Force specific versions for Netty and Tomcat dependencies in the example Spring Boot applications.

Changes

  • Pin netty.version to 4.2.13.Final in both web and webflux example build configurations
  • Pin tomcat.version to 11.0.22 in both example modules
  • Ensures consistent transitive dependency resolution across example projects

Impact

  • Stabilizes example builds and reduces version mismatch issues
  • Affects only example modules, not core library code
  • No functional changes to production code

@catarina-correia
catarina-correia requested review from a team and pboosMay 27, 2026 16:08
@catarina-correia
catarina-correia merged commit 9e0cb03 into mainMay 27, 2026
4 checks passed
@catarina-correia
catarina-correia deleted the CHK-fix branch May 27, 2026 16:12
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@catarina-correia