Skip to content

Commit

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

---
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 Nov 11, 2024
1 parent 323d54f commit 729efc4
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>11.0.0</version>
<version>11.0.1</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>11.0.0</tomcat.version> <!-- TO BE OVERRIDDEN BY CHILD -->
<tomcat.version>11.0.1</tomcat.version> <!-- TO BE OVERRIDDEN BY CHILD -->
</properties>

<dependencies>
Expand Down

0 comments on commit 729efc4

Please sign in to comment.