Skip to content

Commit 8b84ea1

Browse files
build(deps): Bump org.codehaus.mojo:exec-maven-plugin (#2381)
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@3.6.0...3.6.1) --- updated-dependencies: - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b466a5 commit 8b84ea1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testsuite/data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
<plugin>
278278
<groupId>org.codehaus.mojo</groupId>
279279
<artifactId>exec-maven-plugin</artifactId>
280-
<version>3.6.0</version>
280+
<version>3.6.1</version>
281281
<executions>
282282
<execution>
283283
<goals>

tools/gradle-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<plugin>
5151
<groupId>org.codehaus.mojo</groupId>
5252
<artifactId>exec-maven-plugin</artifactId>
53-
<version>3.6.0</version>
53+
<version>3.6.1</version>
5454
</plugin>
5555
</plugins>
5656
</pluginManagement>

0 commit comments

Comments
 (0)