Skip to content

Commit

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

Updates `org.apache.tomcat.embed:tomcat-embed-core` from 10.1.11 to 10.1.12

Updates `org.apache.tomcat.embed:tomcat-embed-el` from 10.1.11 to 10.1.12

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.11 to 10.1.12

---
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 Aug 16, 2023
1 parent 60a00f3 commit 9553760
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.1.2'
springVersion = '6.0.11'
tomcatVersion = '10.1.11'
tomcatVersion = '10.1.12'
seleniumVersion = '4.11.0'
jacksonVersion = '2.15.2'
nettyVersion = '4.1.96.Final'
Expand Down

0 comments on commit 9553760

Please sign in to comment.