Skip to content

Commit 83ca92c

Browse files
Update all non-major maven dependencies
1 parent 2071f1b commit 83ca92c

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>
@@ -295,12 +295,12 @@
295295
<plugin>
296296
<groupId>org.apache.maven.plugins</groupId>
297297
<artifactId>maven-remote-resources-plugin</artifactId>
298-
<version>3.0.0</version>
298+
<version>3.2.0</version>
299299
<dependencies>
300300
<dependency>
301301
<groupId>org.apache.maven.shared</groupId>
302302
<artifactId>maven-filtering</artifactId>
303-
<version>3.3.0</version>
303+
<version>3.3.2</version>
304304
</dependency>
305305
</dependencies>
306306
<configuration>
@@ -321,7 +321,7 @@
321321
<plugin>
322322
<groupId>org.apache.maven.plugins</groupId>
323323
<artifactId>maven-site-plugin</artifactId>
324-
<version>3.7.1</version>
324+
<version>3.12.1</version>
325325
</plugin>
326326
</plugins>
327327
</build>

0 commit comments

Comments
 (0)