Skip to content

Commit

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

Updates `org.apache.tomcat.embed:tomcat-embed-core` from 10.1.24 to 10.1.25

Updates `org.apache.tomcat.embed:tomcat-embed-el` from 10.1.24 to 10.1.25

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.24 to 10.1.25

---
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 Jun 20, 2024
1 parent a336af8 commit 64c70bb
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.2.5'
springVersion = '6.1.2'
tomcatVersion = '10.1.24'
tomcatVersion = '10.1.25'
seleniumVersion = '4.21.0'
jacksonVersion = '2.17.1'
nettyVersion = '4.1.111.Final'
Expand Down

0 comments on commit 64c70bb

Please sign in to comment.