|
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> |
|
177 | 176 | <!-- END: Modules that are consumed only internally --> |
178 | 177 |
|
179 | 178 | <dependency> |
180 | | - <groupId>org.codehaus.groovy</groupId> |
| 179 | + <groupId>org.apache.groovy</groupId> |
181 | 180 | <artifactId>groovy-bom</artifactId> |
182 | 181 | <version>${groovy.version}</version> |
183 | 182 | <type>pom</type> |
|
1042 | 1041 | <plugin> |
1043 | 1042 | <groupId>org.codehaus.gmavenplus</groupId> |
1044 | 1043 | <artifactId>gmavenplus-plugin</artifactId> |
1045 | | - <version>${gmavenplus-plugin.version}</version> |
1046 | | - <dependencies> |
1047 | | - <dependency> |
1048 | | - <groupId>org.codehaus.groovy</groupId> |
1049 | | - <artifactId>groovy-ant</artifactId> |
1050 | | - <version>${groovy.version}</version> |
1051 | | - <scope>runtime</scope> |
1052 | | - </dependency> |
1053 | | - <dependency> |
1054 | | - <groupId>org.codehaus.groovy</groupId> |
1055 | | - <artifactId>groovy</artifactId> |
1056 | | - <version>${groovy.version}</version> |
1057 | | - <scope>runtime</scope> |
1058 | | - </dependency> |
1059 | | - </dependencies> |
1060 | 1044 | <executions> |
1061 | 1045 | <execution> |
1062 | 1046 | <id>ban-static-transitive</id> |
|
0 commit comments