Skip to content

Commit

Permalink
bump: dependencies that we override spring-boot bom
Browse files Browse the repository at this point in the history
- Manually bumped a couple of such depedencies to the latest patches.
  • Loading branch information
hsinn0 committed Mar 5, 2025
1 parent 7e48961 commit dc0d604
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ buildscript {

// spring-boot 2.7.18 has dependency to io.netty 4.1.101, which has
// CVE-2024-29025. So override it with the latest patch.
ext['netty.version'] = '4.1.118.Final'
ext['netty.version'] = '4.1.119.Final'

// spring-boot 2.7.18 has dependency to tomcat-embed-core 9.0.83, which
// has multipe CVEs including CVE-2024-34750. Setting it to 9.0.98.
ext["tomcat.version"] = '9.0.98'
// has multipe CVEs including CVE-2024-34750. So set it to latest 9.0.x.
ext["tomcat.version"] = '9.0.100'
}

plugins {
Expand Down

0 comments on commit dc0d604

Please sign in to comment.