Skip to content

Commit

Permalink
Bump tomcatVersion from 10.1.30 to 11.0.0
Browse files Browse the repository at this point in the history
Bumps `tomcatVersion` from 10.1.30 to 11.0.0.

Updates `org.apache.tomcat.embed:tomcat-embed-core` from 10.1.30 to 11.0.0

Updates `org.apache.tomcat.embed:tomcat-embed-el` from 10.1.30 to 11.0.0

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.30 to 11.0.0

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.apache.tomcat.embed:tomcat-embed-el
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent fd1b30d commit e245857
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 @@ -2,7 +2,7 @@ buildscript {
ext {
springBootVersion = '3.3.4'
springVersion = '6.1.12'
tomcatVersion = '10.1.31'
tomcatVersion = '11.0.0'
seleniumVersion = '4.25.0'
jacksonVersion = '2.18.1'
nettyVersion = '4.1.114.Final'
Expand Down

0 comments on commit e245857

Please sign in to comment.