Skip to content

Commit c189e7d

Browse files
renovate[bot]Copilotstefanseifert
authored
Update dependency org.apache.maven.shared:maven-invoker to v3 (#126)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: stefanseifert <5614031+stefanseifert@users.noreply.github.com>
1 parent 56fef19 commit c189e7d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,15 @@ under the License.
279279
<dependency>
280280
<groupId>org.apache.maven.shared</groupId>
281281
<artifactId>maven-invoker</artifactId>
282-
<version>2.2</version>
282+
<version>3.3.0</version>
283283
<scope>test</scope>
284284
</dependency>
285+
<dependency>
286+
<groupId>org.apache.maven.shared</groupId>
287+
<artifactId>maven-shared-utils</artifactId>
288+
<version>3.4.2</version>
289+
<scope>provided</scope>
290+
</dependency>
285291
<dependency>
286292
<groupId>junit</groupId>
287293
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)