|
17 | 17 |
|
18 | 18 | <licenses> |
19 | 19 | <license> |
20 | | - <name>MIT License (Expat)</name> |
| 20 | + <name>MIT License</name> |
21 | 21 | <url>https://opensource.org/licenses/mit-license.php</url> |
22 | 22 | <distribution>repo</distribution> |
23 | 23 | </license> |
24 | 24 | </licenses> |
25 | 25 |
|
26 | 26 | <organization> |
27 | 27 | <name>Kitteh</name> |
28 | | - <url>https://kitteh.org</url> |
| 28 | + <url>https://kitteh.dev</url> |
29 | 29 | </organization> |
30 | 30 |
|
31 | 31 | <developers> |
32 | 32 | <developer> |
33 | 33 | <id>mbaxter</id> |
34 | 34 | <name>Matt Baxter</name> |
35 | 35 | |
36 | | - <url>https://kitteh.org</url> |
| 36 | + <url>https://kitteh.dev</url> |
37 | 37 | <organization>Kitteh</organization> |
38 | | - <organizationUrl>https://kitteh.org</organizationUrl> |
| 38 | + <organizationUrl>https://kitteh.dev</organizationUrl> |
39 | 39 | </developer> |
40 | 40 | </developers> |
41 | 41 |
|
|
54 | 54 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
55 | 55 | <plugin.javadocs.version>3.11.2</plugin.javadocs.version> |
56 | 56 | <plugin.source.version>3.3.1</plugin.source.version> |
57 | | - <dependency.netty.version>4.1.116.Final</dependency.netty.version> |
| 57 | + <dependency.netty.version>4.1.123.Final</dependency.netty.version> |
58 | 58 | </properties> |
59 | 59 |
|
60 | 60 | <dependencies> |
|
196 | 196 | <plugin> |
197 | 197 | <groupId>org.apache.maven.plugins</groupId> |
198 | 198 | <artifactId>maven-gpg-plugin</artifactId> |
199 | | - <version>3.2.7</version> |
| 199 | + <version>3.2.8</version> |
200 | 200 | <executions> |
201 | 201 | <execution> |
202 | 202 | <id>sign-artifacts</id> |
|
263 | 263 | <plugin> |
264 | 264 | <groupId>org.apache.maven.plugins</groupId> |
265 | 265 | <artifactId>maven-clean-plugin</artifactId> |
266 | | - <version>3.4.0</version> |
| 266 | + <version>3.5.0</version> |
267 | 267 | </plugin> |
268 | 268 | <plugin> |
269 | 269 | <groupId>org.apache.maven.plugins</groupId> |
|
285 | 285 | <plugin> |
286 | 286 | <groupId>org.apache.maven.plugins</groupId> |
287 | 287 | <artifactId>maven-compiler-plugin</artifactId> |
288 | | - <version>3.13.0</version> |
| 288 | + <version>3.14.0</version> |
289 | 289 | <configuration> |
290 | 290 | <source>1.8</source> |
291 | 291 | <target>1.8</target> |
|
294 | 294 | <plugin> |
295 | 295 | <groupId>org.apache.maven.plugins</groupId> |
296 | 296 | <artifactId>maven-surefire-plugin</artifactId> |
297 | | - <version>3.5.2</version> |
| 297 | + <version>3.5.3</version> |
298 | 298 | </plugin> |
299 | 299 | <plugin> |
300 | 300 | <groupId>org.apache.maven.plugins</groupId> |
|
361 | 361 | <plugin> |
362 | 362 | <groupId>org.jacoco</groupId> |
363 | 363 | <artifactId>jacoco-maven-plugin</artifactId> |
364 | | - <version>0.8.12</version> |
| 364 | + <version>0.8.13</version> |
365 | 365 | <executions> |
366 | 366 | <execution> |
367 | 367 | <goals> |
|
0 commit comments