|
4 | 4 | <groupId>com.github.javadev</groupId> |
5 | 5 | <artifactId>underscore21</artifactId> |
6 | 6 | <packaging>jar</packaging> |
7 | | - <version>1.56</version> |
| 7 | + <version>1.57</version> |
8 | 8 | <name>java 21 port of Underscore.js</name> |
9 | 9 | <description>The java 21 port of Underscore.js</description> |
10 | 10 | <url>https://github.com/javadev/underscore-java17</url> |
|
42 | 42 | <plugin> |
43 | 43 | <groupId>org.apache.maven.plugins</groupId> |
44 | 44 | <artifactId>maven-compiler-plugin</artifactId> |
45 | | - <version>3.11.0</version> |
| 45 | + <version>3.13.0</version> |
46 | 46 | <configuration> |
47 | 47 | <source>21</source> |
48 | 48 | <target>21</target> |
|
52 | 52 | <plugin> |
53 | 53 | <groupId>org.apache.maven.plugins</groupId> |
54 | 54 | <artifactId>maven-surefire-plugin</artifactId> |
55 | | - <version>3.0.0</version> |
| 55 | + <version>3.2.5</version> |
56 | 56 | <dependencies> |
57 | 57 | <dependency> |
58 | 58 | <groupId>org.junit.jupiter</groupId> |
|
64 | 64 | <plugin> |
65 | 65 | <groupId>org.apache.maven.plugins</groupId> |
66 | 66 | <artifactId>maven-jar-plugin</artifactId> |
67 | | - <version>3.3.0</version> |
| 67 | + <version>3.4.0</version> |
68 | 68 | <configuration> |
69 | 69 | <archive> |
70 | 70 | <manifestEntries> |
|
79 | 79 | <plugin> |
80 | 80 | <groupId>org.apache.maven.plugins</groupId> |
81 | 81 | <artifactId>maven-source-plugin</artifactId> |
82 | | - <version>3.2.0</version> |
| 82 | + <version>3.3.1</version> |
83 | 83 | <executions> |
84 | 84 | <execution> |
85 | 85 | <id>attach-sources</id> |
|
93 | 93 | <plugin> |
94 | 94 | <groupId>org.apache.maven.plugins</groupId> |
95 | 95 | <artifactId>maven-javadoc-plugin</artifactId> |
96 | | - <version>3.4.1</version> |
| 96 | + <version>3.6.3</version> |
97 | 97 | <executions> |
98 | 98 | <execution> |
99 | 99 | <id>attach-sources</id> |
|
112 | 112 | <plugin> |
113 | 113 | <groupId>org.apache.maven.plugins</groupId> |
114 | 114 | <artifactId>maven-gpg-plugin</artifactId> |
115 | | - <version>1.6</version> |
| 115 | + <version>3.2.4</version> |
116 | 116 | <executions> |
117 | 117 | <execution> |
118 | 118 | <id>sign-artifacts</id> |
|
0 commit comments