Skip to content

Commit bf97552

Browse files
committed
Upgrade from Groovy 3 to 4
1 parent 93483ef commit bf97552

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

log4j-core-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,12 @@
174174
<scope>test</scope>
175175
</dependency>
176176
<dependency>
177-
<groupId>org.codehaus.groovy</groupId>
177+
<groupId>org.apache.groovy</groupId>
178178
<artifactId>groovy-dateutil</artifactId>
179179
<scope>test</scope>
180180
</dependency>
181181
<dependency>
182-
<groupId>org.codehaus.groovy</groupId>
182+
<groupId>org.apache.groovy</groupId>
183183
<artifactId>groovy-jsr223</artifactId>
184184
<scope>test</scope>
185185
</dependency>

log4j-parent/pom.xml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
<asciidoctor-maven-plugin.version>2.2.4</asciidoctor-maven-plugin.version>
5454
<docker-maven-plugin.version>0.45.0</docker-maven-plugin.version>
5555
<exam-maven-plugin.version>4.13.5</exam-maven-plugin.version>
56-
<gmavenplus-plugin.version>3.0.2</gmavenplus-plugin.version>
5756
<maven-taglib-plugin.version>2.4</maven-taglib-plugin.version>
5857
<!-- `surefire.version` property used in `apache.org:apache`: -->
5958
<surefire.version>3.5.0</surefire.version>
@@ -84,7 +83,7 @@
8483
<felix.version>7.0.5</felix.version>
8584
<flapdoodle-embed.version>4.13.1</flapdoodle-embed.version>
8685
<flapdoodle-reverse.version>1.8.0</flapdoodle-reverse.version>
87-
<groovy.version>3.0.22</groovy.version>
86+
<groovy.version>4.0.22</groovy.version>
8887
<guava.version>33.3.0-jre</guava.version>
8988
<h2.version>2.2.224</h2.version>
9089
<hamcrest.version>3.0</hamcrest.version>
@@ -176,7 +175,7 @@
176175
<!-- END: Modules that are not published (and hence missing in the BOM) -->
177176

178177
<dependency>
179-
<groupId>org.codehaus.groovy</groupId>
178+
<groupId>org.apache.groovy</groupId>
180179
<artifactId>groovy-bom</artifactId>
181180
<version>${groovy.version}</version>
182181
<type>pom</type>
@@ -983,21 +982,6 @@
983982
<plugin>
984983
<groupId>org.codehaus.gmavenplus</groupId>
985984
<artifactId>gmavenplus-plugin</artifactId>
986-
<version>${gmavenplus-plugin.version}</version>
987-
<dependencies>
988-
<dependency>
989-
<groupId>org.codehaus.groovy</groupId>
990-
<artifactId>groovy-ant</artifactId>
991-
<version>${groovy.version}</version>
992-
<scope>runtime</scope>
993-
</dependency>
994-
<dependency>
995-
<groupId>org.codehaus.groovy</groupId>
996-
<artifactId>groovy</artifactId>
997-
<version>${groovy.version}</version>
998-
<scope>runtime</scope>
999-
</dependency>
1000-
</dependencies>
1001985
<executions>
1002986
<execution>
1003987
<id>ban-static-transitive</id>

0 commit comments

Comments
 (0)