Skip to content

Commit

Permalink
Bump tomcat.version from 10.1.13 to 10.1.14
Browse files Browse the repository at this point in the history
Bumps `tomcat.version` from 10.1.13 to 10.1.14.

Updates `org.apache.tomcat.embed:tomcat-embed-core` from 10.1.13 to 10.1.14

Updates `org.apache.tomcat.embed:tomcat-embed-jasper` from 10.1.13 to 10.1.14

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.apache.tomcat.embed:tomcat-embed-jasper
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 4ed12d6 commit b3b2f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- dependencies -->
<junit5.version>5.10.0</junit5.version>
<tomcat.version>10.1.13</tomcat.version>
<tomcat.version>10.1.14</tomcat.version>
<!-- plugins -->
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down

0 comments on commit b3b2f75

Please sign in to comment.