Skip to content

Commit c979af1

Browse files
committed
updated dependencies
1 parent a1a744b commit c979af1

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

pom.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
<maven.compiler.release>11</maven.compiler.release>
2626
<maven.compiler.source>11</maven.compiler.source>
2727
<maven.compiler.target>11</maven.compiler.target>
28-
<junit5.version>5.13.3</junit5.version>
28+
<junit5.version>5.14.1</junit5.version>
2929
<junit4.version>4.13.2</junit4.version>
30-
<commonsio.version>2.17.0</commonsio.version>
31-
<jmh.version>1.36</jmh.version>
30+
<commonsio.version>2.21.0</commonsio.version>
31+
<jmh.version>1.37</jmh.version>
3232
</properties>
3333

3434
<issueManagement>
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>org.junit.platform</groupId>
101101
<artifactId>junit-platform-launcher</artifactId>
102-
<version>1.13.4</version>
102+
<version>1.14.1</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>commons-io</groupId>
@@ -109,17 +109,17 @@
109109
<dependency>
110110
<groupId>commons-codec</groupId>
111111
<artifactId>commons-codec</artifactId>
112-
<version>1.18.0</version>
112+
<version>1.20.0</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>net.minidev</groupId>
116116
<artifactId>json-smart</artifactId>
117-
<version>2.5.2</version>
117+
<version>2.6.0</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.codehaus.mojo</groupId>
121121
<artifactId>exec-maven-plugin</artifactId>
122-
<version>3.5.0</version>
122+
<version>3.6.2</version>
123123
</dependency>
124124
</dependencies>
125125
</dependencyManagement>
@@ -197,12 +197,12 @@
197197
<plugin>
198198
<groupId>org.apache.maven</groupId>
199199
<artifactId>maven-clean-plugin</artifactId>
200-
<version>3.1.0</version>
200+
<version>3.5.0</version>
201201
</plugin>
202202
<plugin>
203203
<groupId>org.codehaus.mojo</groupId>
204204
<artifactId>animal-sniffer-maven-plugin</artifactId>
205-
<version>1.24</version>
205+
<version>1.26</version>
206206
</plugin>
207207
<plugin>
208208
<groupId>org.apache.maven.plugins</groupId>
@@ -212,7 +212,7 @@
212212
<plugin>
213213
<groupId>org.apache.maven.plugins</groupId>
214214
<artifactId>maven-gpg-plugin</artifactId>
215-
<version>3.2.7</version>
215+
<version>3.2.8</version>
216216
</plugin>
217217
<plugin>
218218
<groupId>net.nicoulaj.maven.plugins</groupId>
@@ -222,12 +222,12 @@
222222
<plugin>
223223
<groupId>org.apache.maven.plugins</groupId>
224224
<artifactId>maven-javadoc-plugin</artifactId>
225-
<version>3.10.1</version>
225+
<version>3.12.0</version>
226226
</plugin>
227227
<plugin>
228228
<groupId>org.apache.maven.plugins</groupId>
229229
<artifactId>maven-enforcer-plugin</artifactId>
230-
<version>3.5.0</version>
230+
<version>3.6.2</version>
231231
</plugin>
232232
<plugin>
233233
<groupId>org.apache.maven.plugins</groupId>
@@ -247,12 +247,12 @@
247247
<plugin>
248248
<groupId>org.apache.maven.plugins</groupId>
249249
<artifactId>maven-compiler-plugin</artifactId>
250-
<version>3.14.0</version>
250+
<version>3.14.1</version>
251251
</plugin>
252252
<plugin>
253253
<groupId>org.apache.maven.plugins</groupId>
254254
<artifactId>maven-surefire-plugin</artifactId>
255-
<version>3.5.3</version>
255+
<version>3.5.4</version>
256256
</plugin>
257257
</plugins>
258258
</pluginManagement>
@@ -322,7 +322,7 @@
322322
<dependency>
323323
<groupId>org.codehaus.mojo</groupId>
324324
<artifactId>extra-enforcer-rules</artifactId>
325-
<version>1.10.0</version>
325+
<version>1.11.0</version>
326326
</dependency>
327327
</dependencies>
328328
</plugin>

0 commit comments

Comments
 (0)