Skip to content

Commit ebd0df4

Browse files
Update all non-major maven dependencies
1 parent 34fe2e9 commit ebd0df4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<artifactId>hooker</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.1-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>hooker</name>
@@ -298,12 +298,12 @@
298298
<plugin>
299299
<groupId>org.apache.maven.plugins</groupId>
300300
<artifactId>maven-remote-resources-plugin</artifactId>
301-
<version>3.0.0</version>
301+
<version>3.3.0</version>
302302
<dependencies>
303303
<dependency>
304304
<groupId>org.apache.maven.shared</groupId>
305305
<artifactId>maven-filtering</artifactId>
306-
<version>3.3.0</version>
306+
<version>3.4.0</version>
307307
</dependency>
308308
</dependencies>
309309
<configuration>
@@ -324,7 +324,7 @@
324324
<plugin>
325325
<groupId>org.apache.maven.plugins</groupId>
326326
<artifactId>maven-site-plugin</artifactId>
327-
<version>3.7.1</version>
327+
<version>3.21.0</version>
328328
</plugin>
329329
</plugins>
330330
</build>

0 commit comments

Comments
 (0)