|
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> |
|
81 | 80 | <disruptor.version>3.4.4</disruptor.version> |
82 | 81 | <embedded-ldap.version>0.9.0</embedded-ldap.version> |
83 | 82 | <felix.version>7.0.5</felix.version> |
84 | | - <groovy.version>3.0.22</groovy.version> |
| 83 | + <groovy.version>4.0.22</groovy.version> |
85 | 84 | <guava.version>33.3.0-jre</guava.version> |
86 | 85 | <h2.version>2.2.224</h2.version> |
87 | 86 | <hamcrest.version>3.0</hamcrest.version> |
|
175 | 174 | <!-- END: Modules that are not published (and hence missing in the BOM) --> |
176 | 175 |
|
177 | 176 | <dependency> |
178 | | - <groupId>org.codehaus.groovy</groupId> |
| 177 | + <groupId>org.apache.groovy</groupId> |
179 | 178 | <artifactId>groovy-bom</artifactId> |
180 | 179 | <version>${groovy.version}</version> |
181 | 180 | <type>pom</type> |
|
972 | 971 | <plugin> |
973 | 972 | <groupId>org.codehaus.gmavenplus</groupId> |
974 | 973 | <artifactId>gmavenplus-plugin</artifactId> |
975 | | - <version>${gmavenplus-plugin.version}</version> |
976 | | - <dependencies> |
977 | | - <dependency> |
978 | | - <groupId>org.codehaus.groovy</groupId> |
979 | | - <artifactId>groovy-ant</artifactId> |
980 | | - <version>${groovy.version}</version> |
981 | | - <scope>runtime</scope> |
982 | | - </dependency> |
983 | | - <dependency> |
984 | | - <groupId>org.codehaus.groovy</groupId> |
985 | | - <artifactId>groovy</artifactId> |
986 | | - <version>${groovy.version}</version> |
987 | | - <scope>runtime</scope> |
988 | | - </dependency> |
989 | | - </dependencies> |
990 | 974 | <executions> |
991 | 975 | <execution> |
992 | 976 | <id>ban-static-transitive</id> |
|
0 commit comments