Skip to content

Commit

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

Updates `org.apache.tomcat.embed:tomcat-embed-core` from 10.1.31 to 10.1.33

Updates `org.apache.tomcat.embed:tomcat-embed-el` from 10.1.31 to 10.1.33

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.31 to 10.1.33

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Nov 15, 2024
1 parent 5dd1adb commit 23c2fd9
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.5'
springVersion = '6.1.12'
tomcatVersion = '10.1.31'
tomcatVersion = '10.1.33'
seleniumVersion = '4.26.0'
jacksonVersion = '2.18.1'
nettyVersion = '4.1.115.Final'
Expand Down

0 comments on commit 23c2fd9

Please sign in to comment.