Skip to content

Commit

Permalink
Vulnerability fix for 1.7.02 (#1379)
Browse files Browse the repository at this point in the history
* Vulnerability fix for 1.7.02

* Vulnerability fix for 1.7.02
  • Loading branch information
itsKedar authored Aug 2, 2024
1 parent 9f937e4 commit 8d1f69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ configurations {
all*.exclude module: 'wss-agent-api'
}

ext['tomcat.version'] = '10.1.19'
ext['tomcat.version'] = '10.1.25'
ext['groovy.version'] = '4.0.15'
ext['logback-classic.version'] = '1.2.10'
ext['spring-core.version'] = '6.1.6'
Expand Down

0 comments on commit 8d1f69e

Please sign in to comment.