Skip to content

Commit c9a54ba

Browse files
committed
[pom] Bump parent to 1.5.0 to better support jdk 21
1 parent 0ac9f27 commit c9a54ba

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.github.tomcat-slf4j-logback</groupId>
2121
<artifactId>tomcat-slf4j-logback-parent</artifactId>
22-
<version>1.4.3</version>
22+
<version>1.5.0</version>
2323
<relativePath />
2424
</parent>
2525

@@ -68,9 +68,6 @@
6868
<!-- Override for Latest Versions -->
6969
<logback.version>1.4.8</logback.version>
7070
<slf4j.version>2.0.7</slf4j.version>
71-
72-
<!-- Skip Enforcer until it supports jdk 21 -->
73-
<enforcer.skip>true</enforcer.skip>
7471
</properties>
7572

7673
<dependencies>

0 commit comments

Comments
 (0)