Skip to content

Commit 0f53ad7

Browse files
dependabot[bot]slachiewicz
authored andcommitted
Bump maven-invoker-plugin from 3.3.0 to 3.5.1
Bumps [maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.3.0 to 3.5.1. - [Release notes](https://github.com/apache/maven-invoker-plugin/releases) - [Commits](apache/maven-invoker-plugin@maven-invoker-plugin-3.3.0...maven-invoker-plugin-3.5.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0bd22a2 commit 0f53ad7

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

plexus-compiler-its/pom.xml

+1-21
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
<properties>
1717
<junit.version>4.13.2</junit.version>
18-
<groovy.version>3.0.16</groovy.version>
1918
<maven.deploy.skip>true</maven.deploy.skip>
2019
</properties>
2120

@@ -38,7 +37,7 @@
3837
<plugin>
3938
<groupId>org.apache.maven.plugins</groupId>
4039
<artifactId>maven-invoker-plugin</artifactId>
41-
<version>3.3.0</version>
40+
<version>3.5.1</version>
4241
<executions>
4342
<execution>
4443
<id>integration-tests</id>
@@ -66,25 +65,6 @@
6665
</configuration>
6766
</execution>
6867
</executions>
69-
<dependencies>
70-
<!-- required for Java 19+ (ASM 9.3) -->
71-
<dependency>
72-
<groupId>org.codehaus.groovy</groupId>
73-
<artifactId>groovy</artifactId>
74-
<version>${groovy.version}</version>
75-
<scope>runtime</scope>
76-
</dependency>
77-
<dependency>
78-
<groupId>org.codehaus.groovy</groupId>
79-
<artifactId>groovy-json</artifactId>
80-
<version>${groovy.version}</version>
81-
</dependency>
82-
<dependency>
83-
<groupId>org.codehaus.groovy</groupId>
84-
<artifactId>groovy-xml</artifactId>
85-
<version>${groovy.version}</version>
86-
</dependency>
87-
</dependencies>
8868
</plugin>
8969
</plugins>
9070
</build>

0 commit comments

Comments
 (0)