Skip to content

Commit 637a0bf

Browse files
committed
Bump Maven Groovy Plugin to 2.1.1
To avoid error on Java 18, it fails because of the usage of the SecurityManager (deprecated). (cherry picked from commit ba4ebba)
1 parent ca54ff9 commit 637a0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<versions.maven.plugin.version>2.3</versions.maven.plugin.version>
7171
<maven.resources.plugin.version>3.1.0</maven.resources.plugin.version>
7272
<maven.source.plugin.version>3.0.1</maven.source.plugin.version>
73-
<groovy.maven.plugin.version>2.0</groovy.maven.plugin.version>
73+
<groovy.maven.plugin.version>2.1.1</groovy.maven.plugin.version>
7474
<groovy.all.version>2.4.8</groovy.all.version>
7575
<keytool.maven.plugin.version>1.5</keytool.maven.plugin.version>
7676
<build.helper.maven-plugin.version>1.12</build.helper.maven-plugin.version>

0 commit comments

Comments
 (0)