Skip to content

Commit

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

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

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

---
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 and agebhar1 committed Oct 17, 2023
1 parent 8341929 commit dc1a184
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.14</tomcat.version>
<tomcat.version>10.1.15</tomcat.version>
<!-- plugins -->
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down

0 comments on commit dc1a184

Please sign in to comment.