Skip to content

Commit

Permalink
Bump org.apache.tomcat:tomcat-juli from 10.1.28 to 10.1.29 (#39)
Browse files Browse the repository at this point in the history
Bumps org.apache.tomcat:tomcat-juli from 10.1.28 to 10.1.29.

---
updated-dependencies:
- dependency-name: org.apache.tomcat:tomcat-juli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 62b3820 commit ba95b73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-juli</artifactId>
<version>10.1.28</version>
<version>10.1.29</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</modules>

<properties>
<tomcat.version>10.1.28</tomcat.version> <!-- TO BE OVERRIDDEN BY CHILD -->
<tomcat.version>10.1.29</tomcat.version> <!-- TO BE OVERRIDDEN BY CHILD -->
</properties>

<dependencies>
Expand Down

0 comments on commit ba95b73

Please sign in to comment.