Skip to content

Commit 14fd262

Browse files
Update all non-major dependencies
1 parent 2ac8bc5 commit 14fd262

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
220220
<plugin>
221221
<artifactId>maven-clean-plugin</artifactId>
222-
<version>3.4.1</version>
222+
<version>3.5.0</version>
223223
</plugin>
224224
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
225225
<plugin>
@@ -236,7 +236,7 @@
236236
</plugin>
237237
<plugin>
238238
<artifactId>maven-surefire-plugin</artifactId>
239-
<version>3.5.2</version>
239+
<version>3.5.3</version>
240240
<configuration>
241241
<includes>
242242
<include>**/Test*.java</include>
@@ -362,7 +362,7 @@
362362
<plugin>
363363
<groupId>org.codehaus.mojo</groupId>
364364
<artifactId>exec-maven-plugin</artifactId>
365-
<version>3.5.0</version>
365+
<version>3.5.1</version>
366366
</plugin>
367367
<plugin>
368368
<groupId>org.jetbrains.kotlin</groupId>

0 commit comments

Comments
 (0)