|
4 | 4 | <groupId>com.github.javadev</groupId> |
5 | 5 | <artifactId>underscore17</artifactId> |
6 | 6 | <packaging>jar</packaging> |
7 | | - <version>1.68</version> |
| 7 | + <version>1.69</version> |
8 | 8 | <name>java 17 port of Underscore.js</name> |
9 | 9 | <description>The java 17 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.13.0</version> |
| 45 | + <version>3.14.0</version> |
46 | 46 | <configuration> |
47 | 47 | <source>17</source> |
48 | 48 | <target>17</target> |
|
57 | 57 | <dependency> |
58 | 58 | <groupId>org.junit.jupiter</groupId> |
59 | 59 | <artifactId>junit-jupiter-engine</artifactId> |
60 | | - <version>[5.11.3,)</version> |
| 60 | + <version>[5.12.2,)</version> |
61 | 61 | </dependency> |
62 | 62 | </dependencies> |
63 | 63 | </plugin> |
|
129 | 129 | <dependency> |
130 | 130 | <groupId>org.junit.jupiter</groupId> |
131 | 131 | <artifactId>junit-jupiter-api</artifactId> |
132 | | - <version>[5.11.3,)</version> |
| 132 | + <version>[5.12.2,)</version> |
| 133 | + <scope>test</scope> |
| 134 | + </dependency> |
| 135 | + <dependency> |
| 136 | + <groupId>org.junit.jupiter</groupId> |
| 137 | + <artifactId>junit-jupiter-engine</artifactId> |
| 138 | + <version>[5.12.2,)</version> |
133 | 139 | <scope>test</scope> |
134 | 140 | </dependency> |
135 | 141 | <dependency> |
136 | 142 | <groupId>org.junit.platform</groupId> |
137 | 143 | <artifactId>junit-platform-launcher</artifactId> |
138 | | - <version>[1.11.3,)</version> |
| 144 | + <version>[1.12.2,)</version> |
139 | 145 | <scope>test</scope> |
140 | 146 | </dependency> |
141 | 147 | <dependency> |
|
0 commit comments