Skip to content

Commit

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

Updates `org.apache.tomcat.embed:tomcat-embed-core` from 10.1.28 to 10.1.29

Updates `org.apache.tomcat.embed:tomcat-embed-jasper` from 10.1.28 to 10.1.29

---
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 Sep 11, 2024
1 parent 89803af commit 62a7a0b
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.11.0</junit5.version>
<tomcat.version>10.1.28</tomcat.version>
<tomcat.version>10.1.29</tomcat.version>
<!-- plugins -->
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down

0 comments on commit 62a7a0b

Please sign in to comment.