|
53 | 53 | <asciidoctor-maven-plugin.version>2.2.4</asciidoctor-maven-plugin.version>
|
54 | 54 | <docker-maven-plugin.version>0.45.0</docker-maven-plugin.version>
|
55 | 55 | <exam-maven-plugin.version>4.13.5</exam-maven-plugin.version>
|
56 |
| - <gmavenplus-plugin.version>3.0.2</gmavenplus-plugin.version> |
57 | 56 | <maven-taglib-plugin.version>2.4</maven-taglib-plugin.version>
|
58 | 57 | <!-- `surefire.version` property used in `apache.org:apache`: -->
|
59 | 58 | <surefire.version>3.5.0</surefire.version>
|
|
84 | 83 | <felix.version>7.0.5</felix.version>
|
85 | 84 | <flapdoodle-embed.version>4.13.1</flapdoodle-embed.version>
|
86 | 85 | <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> |
88 | 87 | <guava.version>33.3.0-jre</guava.version>
|
89 | 88 | <h2.version>2.2.224</h2.version>
|
90 | 89 | <hamcrest.version>3.0</hamcrest.version>
|
|
176 | 175 | <!-- END: Modules that are not published (and hence missing in the BOM) -->
|
177 | 176 |
|
178 | 177 | <dependency>
|
179 |
| - <groupId>org.codehaus.groovy</groupId> |
| 178 | + <groupId>org.apache.groovy</groupId> |
180 | 179 | <artifactId>groovy-bom</artifactId>
|
181 | 180 | <version>${groovy.version}</version>
|
182 | 181 | <type>pom</type>
|
|
983 | 982 | <plugin>
|
984 | 983 | <groupId>org.codehaus.gmavenplus</groupId>
|
985 | 984 | <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> |
1001 | 985 | <executions>
|
1002 | 986 | <execution>
|
1003 | 987 | <id>ban-static-transitive</id>
|
|
0 commit comments