Skip to content

Commit

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

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

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

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

---
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 Dec 13, 2024
1 parent d225649 commit 1826f4e
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.33'
tomcatVersion = '10.1.34'
seleniumVersion = '4.27.0'
jacksonVersion = '2.18.2'
nettyVersion = '4.1.115.Final'
Expand Down

0 comments on commit 1826f4e

Please sign in to comment.