Skip to content

Commit 5ca8eed

Browse files
committed
[CHK-12769] fix dependabot security alert
1 parent 6467f11 commit 5ca8eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
ext['spring-framework.version'] = '6.2.11'
7-
ext['tomcat.version'] = '11.0.10'
7+
ext['tomcat.version'] = '11.0.11'
88
ext['netty.version'] = '4.2.6.Final' // Due to security vulnerabilities in 4.125.Final and older
99

1010
apply from: "${rootDir}/gradle/publish-root.gradle"

0 commit comments

Comments
 (0)