Skip to content

Commit c1c0497

Browse files
authored
Updated pom for java 21
1 parent 41ea1a8 commit c1c0497

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom-central21.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>underscore21</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.56</version>
7+
<version>1.57</version>
88
<name>java 21 port of Underscore.js</name>
99
<description>The java 21 port of Underscore.js</description>
1010
<url>https://github.com/javadev/underscore-java17</url>
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-compiler-plugin</artifactId>
45-
<version>3.11.0</version>
45+
<version>3.13.0</version>
4646
<configuration>
4747
<source>21</source>
4848
<target>21</target>
@@ -52,7 +52,7 @@
5252
<plugin>
5353
<groupId>org.apache.maven.plugins</groupId>
5454
<artifactId>maven-surefire-plugin</artifactId>
55-
<version>3.0.0</version>
55+
<version>3.2.5</version>
5656
<dependencies>
5757
<dependency>
5858
<groupId>org.junit.jupiter</groupId>
@@ -64,7 +64,7 @@
6464
<plugin>
6565
<groupId>org.apache.maven.plugins</groupId>
6666
<artifactId>maven-jar-plugin</artifactId>
67-
<version>3.3.0</version>
67+
<version>3.4.0</version>
6868
<configuration>
6969
<archive>
7070
<manifestEntries>
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<artifactId>maven-source-plugin</artifactId>
82-
<version>3.2.0</version>
82+
<version>3.3.1</version>
8383
<executions>
8484
<execution>
8585
<id>attach-sources</id>
@@ -93,7 +93,7 @@
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-javadoc-plugin</artifactId>
96-
<version>3.4.1</version>
96+
<version>3.6.3</version>
9797
<executions>
9898
<execution>
9999
<id>attach-sources</id>
@@ -112,7 +112,7 @@
112112
<plugin>
113113
<groupId>org.apache.maven.plugins</groupId>
114114
<artifactId>maven-gpg-plugin</artifactId>
115-
<version>1.6</version>
115+
<version>3.2.4</version>
116116
<executions>
117117
<execution>
118118
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)