Skip to content

Commit aae9c2e

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
-->
9292

9393
<!-- Versioning for Extensions and Plugins -->
94-
<version.io.github.martinvisser>0.1.0</version.io.github.martinvisser>
94+
<version.io.github.martinvisser>0.1.1</version.io.github.martinvisser>
9595

9696
<!-- Versioning for Dependencies -->
9797
<version.org.junit>5.12.1</version.org.junit>
@@ -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>
@@ -436,7 +436,7 @@
436436
<plugin>
437437
<groupId>org.sonatype.central</groupId>
438438
<artifactId>central-publishing-maven-plugin</artifactId>
439-
<version>0.7.0</version>
439+
<version>0.8.0</version>
440440
<extensions>true</extensions>
441441
<configuration>
442442
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)