Skip to content

Commit dd2e146

Browse files
Update all non-major maven dependencies
1 parent 9219c51 commit dd2e146

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 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>
@@ -183,7 +183,7 @@
183183
<dependency>
184184
<groupId>org.apache.commons</groupId>
185185
<artifactId>commons-collections4</artifactId>
186-
<version>4.4</version>
186+
<version>4.5.0</version>
187187
</dependency>
188188
<dependency>
189189
<groupId>com.google.guava</groupId>
@@ -201,7 +201,7 @@
201201
<dependency>
202202
<groupId>org.projectlombok</groupId>
203203
<artifactId>lombok</artifactId>
204-
<version>1.18.30</version>
204+
<version>1.18.38</version>
205205
</dependency>
206206

207207
<!--Test libs-->
@@ -302,12 +302,12 @@
302302
<plugin>
303303
<groupId>org.apache.maven.plugins</groupId>
304304
<artifactId>maven-remote-resources-plugin</artifactId>
305-
<version>3.0.0</version>
305+
<version>3.3.0</version>
306306
<dependencies>
307307
<dependency>
308308
<groupId>org.apache.maven.shared</groupId>
309309
<artifactId>maven-filtering</artifactId>
310-
<version>3.3.0</version>
310+
<version>3.4.0</version>
311311
</dependency>
312312
</dependencies>
313313
<configuration>

0 commit comments

Comments
 (0)