Skip to content

Commit

Permalink
Tomcat version updated (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsKedar authored Feb 14, 2023
1 parent 3138b67 commit a3ce43a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-11.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ configurations {
all*.exclude module: 'wss-agent-api'
}

ext['tomcat.version'] = '9.0.68'
ext['tomcat.version'] = '9.0.69'
ext['groovy.version'] = '3.0.9'
ext['logback-classic.version'] = '1.2.10'
ext['spring-core.version'] = '5.3.20'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ configurations {
all*.exclude module: 'wss-agent-api'
}

ext['tomcat.version'] = '9.0.68'
ext['tomcat.version'] = '9.0.69'
ext['groovy.version'] = '3.0.9'
ext['logback-classic.version'] = '1.2.10'
ext['spring-core.version'] = '5.3.20'
Expand Down

0 comments on commit a3ce43a

Please sign in to comment.