Skip to content

Commit 06b894d

Browse files
committed
Merge branch 'release/2023.10.1'
2 parents 9b2aefb + 99cd954 commit 06b894d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.toolisticon.maven.parent</groupId>
66
<artifactId>maven-parent-kotlin-base</artifactId>
7-
<version>2023.10.0</version>
7+
<version>2023.10.1</version>
88

99
<name>Maven Parent - Kotlin Base</name>
1010
<description>Maven parent for a holistic kotlin lib project.</description>
@@ -342,7 +342,7 @@
342342
<plugin>
343343
<groupId>org.apache.maven.plugins</groupId>
344344
<artifactId>maven-javadoc-plugin</artifactId>
345-
<version>3.5.0</version>
345+
<version>3.6.0</version>
346346
<executions>
347347
<execution>
348348
<id>attach-javadocs</id>
@@ -360,7 +360,7 @@
360360
<plugin>
361361
<groupId>org.jetbrains.dokka</groupId>
362362
<artifactId>dokka-maven-plugin</artifactId>
363-
<version>1.9.0</version>
363+
<version>1.9.10</version>
364364
<executions>
365365
<execution>
366366
<phase>package</phase>
@@ -385,7 +385,7 @@
385385
<plugin>
386386
<groupId>org.apache.avro</groupId>
387387
<artifactId>avro-maven-plugin</artifactId>
388-
<version>1.11.2</version>
388+
<version>1.11.3</version>
389389
</plugin>
390390

391391
<!-- CLEAN (version) -->
@@ -544,7 +544,7 @@
544544
<plugin>
545545
<groupId>org.jacoco</groupId>
546546
<artifactId>jacoco-maven-plugin</artifactId>
547-
<version>0.8.10</version>
547+
<version>0.8.11</version>
548548
<executions>
549549
<execution>
550550
<id>pre-unit-test</id>
@@ -614,7 +614,7 @@
614614
<plugin>
615615
<groupId>org.openapitools</groupId>
616616
<artifactId>openapi-generator-maven-plugin</artifactId>
617-
<version>7.0.0</version>
617+
<version>7.0.1</version>
618618
</plugin>
619619

620620
<!-- [GENERATOR]: PROPERTIES (writes maven properties to src) (version,execution) -->
@@ -639,7 +639,7 @@
639639
<plugin>
640640
<groupId>org.codehaus.mojo</groupId>
641641
<artifactId>versions-maven-plugin</artifactId>
642-
<version>2.16.0</version>
642+
<version>2.16.1</version>
643643
<configuration>
644644
<generateBackupPoms>${kp.plugin.generateBackupPoms}</generateBackupPoms>
645645
</configuration>

0 commit comments

Comments
 (0)