Skip to content

Commit 15b0405

Browse files
build(deps): Bump org.codehaus.mojo:exec-maven-plugin (#2446)
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@3.6.2...3.6.3) --- updated-dependencies: - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.6.3 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 b463754 commit 15b0405

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.2</version>
280+
<version>3.6.3</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.2</version>
53+
<version>3.6.3</version>
5454
</plugin>
5555
</plugins>
5656
</pluginManagement>

0 commit comments

Comments
 (0)