Skip to content

Commit ad2616d

Browse files
Bump org.apache.tomcat:tomcat-juli from 11.0.12 to 11.0.13 (#75)
Bumps org.apache.tomcat:tomcat-juli from 11.0.12 to 11.0.13. --- updated-dependencies: - dependency-name: org.apache.tomcat:tomcat-juli dependency-version: 11.0.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5854d6 commit ad2616d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>org.apache.tomcat</groupId>
2727
<artifactId>tomcat-juli</artifactId>
28-
<version>11.0.12</version>
28+
<version>11.0.13</version>
2929
<scope>provided</scope>
3030
</dependency>
3131
</dependencies>

dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</modules>
2020

2121
<properties>
22-
<tomcat.version>11.0.12</tomcat.version> <!-- TO BE OVERRIDDEN BY CHILD -->
22+
<tomcat.version>11.0.13</tomcat.version> <!-- TO BE OVERRIDDEN BY CHILD -->
2323
</properties>
2424

2525
<dependencies>

0 commit comments

Comments
 (0)