Skip to content

Commit 52d6112

Browse files
authored
Merge pull request #557 from graphql-java-kickstart/renovate/org.apache.maven.plugins-maven-enforcer-plugin-3.x
Update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.0.0
2 parents 6abf314 + 32d1dc0 commit 52d6112

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@
8686
<groupId>org.jetbrains.kotlin</groupId>
8787
<artifactId>kotlin-reflect</artifactId>
8888
</exclusion>
89+
<exclusion>
90+
<groupId>org.jetbrains.kotlin</groupId>
91+
<artifactId>kotlin-stdlib</artifactId>
92+
</exclusion>
8993
</exclusions>
9094
</dependency>
9195
<dependency>
@@ -261,7 +265,7 @@
261265
<plugin>
262266
<groupId>org.apache.maven.plugins</groupId>
263267
<artifactId>maven-enforcer-plugin</artifactId>
264-
<version>3.0.0-M3</version>
268+
<version>3.0.0</version>
265269
<executions>
266270
<execution>
267271
<id>enforce</id>

0 commit comments

Comments
 (0)