Skip to content

Commit

Permalink
DOCKER-460 - update tomcat for CVE-2024-50379
Browse files Browse the repository at this point in the history
  • Loading branch information
wimfabri committed Jan 2, 2025
1 parent ca18478 commit 6724946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tomcat-base/tomcat-embedded-10/overload.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
tomcat = [
version: '10.1.23'
version: '10.1.34'
]
}
2 changes: 1 addition & 1 deletion tomcat-base/tomcat-embedded-9/overload.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
tomcat = [
version: '9.0.59'
version: '9.0.98'
]
}

0 comments on commit 6724946

Please # to comment.