Skip to content

Commit

Permalink
Bump org.apache.tomcat:tomcat-juli from 10.1.30 to 11.0.0
Browse files Browse the repository at this point in the history
Bumps org.apache.tomcat:tomcat-juli from 10.1.30 to 11.0.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent b0a25ea commit 36cecfd
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.30</version>
<version>11.0.0</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.30</tomcat.version> <!-- TO BE OVERRIDDEN BY CHILD -->
<tomcat.version>11.0.0</tomcat.version> <!-- TO BE OVERRIDDEN BY CHILD -->
</properties>

<dependencies>
Expand Down

0 comments on commit 36cecfd

Please sign in to comment.