Skip to content

Commit 1521032

Browse files
committed
Nudge maven plugin versions again
1 parent 872c96f commit 1521032

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@
1717

1818
<licenses>
1919
<license>
20-
<name>MIT License (Expat)</name>
20+
<name>MIT License</name>
2121
<url>https://opensource.org/licenses/mit-license.php</url>
2222
<distribution>repo</distribution>
2323
</license>
2424
</licenses>
2525

2626
<organization>
2727
<name>Kitteh</name>
28-
<url>https://kitteh.org</url>
28+
<url>https://kitteh.dev</url>
2929
</organization>
3030

3131
<developers>
3232
<developer>
3333
<id>mbaxter</id>
3434
<name>Matt Baxter</name>
3535
<email>[email protected]</email>
36-
<url>https://kitteh.org</url>
36+
<url>https://kitteh.dev</url>
3737
<organization>Kitteh</organization>
38-
<organizationUrl>https://kitteh.org</organizationUrl>
38+
<organizationUrl>https://kitteh.dev</organizationUrl>
3939
</developer>
4040
</developers>
4141

@@ -54,7 +54,7 @@
5454
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5555
<plugin.javadocs.version>3.11.2</plugin.javadocs.version>
5656
<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>
5858
</properties>
5959

6060
<dependencies>
@@ -196,7 +196,7 @@
196196
<plugin>
197197
<groupId>org.apache.maven.plugins</groupId>
198198
<artifactId>maven-gpg-plugin</artifactId>
199-
<version>3.2.7</version>
199+
<version>3.2.8</version>
200200
<executions>
201201
<execution>
202202
<id>sign-artifacts</id>
@@ -263,7 +263,7 @@
263263
<plugin>
264264
<groupId>org.apache.maven.plugins</groupId>
265265
<artifactId>maven-clean-plugin</artifactId>
266-
<version>3.4.0</version>
266+
<version>3.5.0</version>
267267
</plugin>
268268
<plugin>
269269
<groupId>org.apache.maven.plugins</groupId>
@@ -285,7 +285,7 @@
285285
<plugin>
286286
<groupId>org.apache.maven.plugins</groupId>
287287
<artifactId>maven-compiler-plugin</artifactId>
288-
<version>3.13.0</version>
288+
<version>3.14.0</version>
289289
<configuration>
290290
<source>1.8</source>
291291
<target>1.8</target>
@@ -294,7 +294,7 @@
294294
<plugin>
295295
<groupId>org.apache.maven.plugins</groupId>
296296
<artifactId>maven-surefire-plugin</artifactId>
297-
<version>3.5.2</version>
297+
<version>3.5.3</version>
298298
</plugin>
299299
<plugin>
300300
<groupId>org.apache.maven.plugins</groupId>
@@ -361,7 +361,7 @@
361361
<plugin>
362362
<groupId>org.jacoco</groupId>
363363
<artifactId>jacoco-maven-plugin</artifactId>
364-
<version>0.8.12</version>
364+
<version>0.8.13</version>
365365
<executions>
366366
<execution>
367367
<goals>

0 commit comments

Comments
 (0)