|
25 | 25 | <maven.compiler.release>11</maven.compiler.release> |
26 | 26 | <maven.compiler.source>11</maven.compiler.source> |
27 | 27 | <maven.compiler.target>11</maven.compiler.target> |
28 | | - <junit5.version>5.11.4</junit5.version> |
| 28 | + <junit5.version>5.13.3</junit5.version> |
29 | 29 | <junit4.version>4.13.2</junit4.version> |
30 | 30 | <commonsio.version>2.17.0</commonsio.version> |
31 | 31 | <jmh.version>1.36</jmh.version> |
|
96 | 96 | <artifactId>junit-jupiter-params</artifactId> |
97 | 97 | <version>${junit5.version}</version> |
98 | 98 | </dependency> |
| 99 | + <dependency> |
| 100 | + <groupId>org.junit.platform</groupId> |
| 101 | + <artifactId>junit-platform-launcher</artifactId> |
| 102 | + <version>1.13.4</version> |
| 103 | + </dependency> |
99 | 104 | <dependency> |
100 | 105 | <groupId>commons-io</groupId> |
101 | 106 | <artifactId>commons-io</artifactId> |
|
104 | 109 | <dependency> |
105 | 110 | <groupId>commons-codec</groupId> |
106 | 111 | <artifactId>commons-codec</artifactId> |
107 | | - <version>1.17.2</version> |
| 112 | + <version>1.18.0</version> |
108 | 113 | </dependency> |
109 | 114 | <dependency> |
110 | 115 | <groupId>net.minidev</groupId> |
111 | 116 | <artifactId>json-smart</artifactId> |
112 | | - <version>2.5.1</version> |
| 117 | + <version>2.5.2</version> |
113 | 118 | </dependency> |
114 | 119 | <dependency> |
115 | 120 | <groupId>org.codehaus.mojo</groupId> |
|
135 | 140 | <artifactId>junit-jupiter-params</artifactId> |
136 | 141 | <scope>test</scope> |
137 | 142 | </dependency> |
| 143 | + <dependency> |
| 144 | + <groupId>org.junit.platform</groupId> |
| 145 | + <artifactId>junit-platform-launcher</artifactId> |
| 146 | + <scope>test</scope> |
| 147 | + </dependency> |
138 | 148 | </dependencies> |
139 | 149 |
|
140 | 150 | <profiles> |
|
232 | 242 | <plugin> |
233 | 243 | <groupId>org.apache.maven.plugins</groupId> |
234 | 244 | <artifactId>maven-compiler-plugin</artifactId> |
235 | | - <version>3.13.0</version> |
| 245 | + <version>3.14.0</version> |
236 | 246 | </plugin> |
237 | 247 | <plugin> |
238 | 248 | <groupId>org.apache.maven.plugins</groupId> |
239 | 249 | <artifactId>maven-surefire-plugin</artifactId> |
240 | | - <version>3.5.2</version> |
| 250 | + <version>3.5.3</version> |
241 | 251 | </plugin> |
242 | 252 | </plugins> |
243 | 253 | </pluginManagement> |
|
307 | 317 | <dependency> |
308 | 318 | <groupId>org.codehaus.mojo</groupId> |
309 | 319 | <artifactId>extra-enforcer-rules</artifactId> |
310 | | - <version>1.9.0</version> |
| 320 | + <version>1.10.0</version> |
311 | 321 | </dependency> |
312 | 322 | </dependencies> |
313 | 323 | </plugin> |
|
0 commit comments