Skip to content

Commit e2b2c91

Browse files
committed
update parent
1 parent a7be20c commit e2b2c91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

code-assert/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<plugin>
2828
<groupId>guru.nidi</groupId>
2929
<artifactId>code-assert-maven-plugin</artifactId>
30-
<version>0.8.5</version>
30+
<version>0.9.4</version>
3131
<executions>
3232
<execution>
3333
<goals>
@@ -64,8 +64,8 @@
6464
</executions>
6565
</plugin>
6666
<plugin>
67-
<artifactId>kotlin-maven-plugin</artifactId>
6867
<groupId>org.jetbrains.kotlin</groupId>
68+
<artifactId>kotlin-maven-plugin</artifactId>
6969
<version>${kotlin.version}</version>
7070
<executions>
7171
<execution>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>guru.nidi</groupId>
77
<artifactId>guru-nidi-parent-pom</artifactId>
8-
<version>1.1.6</version>
8+
<version>1.1.19</version>
99
<relativePath />
1010
</parent>
1111

0 commit comments

Comments
 (0)