Skip to content

Commit

Permalink
bump: Tomcat 9 to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinn0 committed Jan 3, 2025
1 parent 4826713 commit 818a920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ buildscript {
ext['netty.version'] = '4.1.115.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.97
ext["tomcat.version"] = '9.0.97'
// has multipe CVEs including CVE-2024-34750. Setting it to 9.0.98.
ext["tomcat.version"] = '9.0.98'
}

plugins {
Expand Down

0 comments on commit 818a920

Please sign in to comment.