Skip to content

Commit 1b8c011

Browse files
Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.5.0
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.1.1 to 3.5.0. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@3.1.1...3.5.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 58e8029 commit 1b8c011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>org.codehaus.mojo</groupId>
131131
<artifactId>exec-maven-plugin</artifactId>
132-
<version>3.1.1</version>
132+
<version>3.5.0</version>
133133
</plugin>
134134
<plugin>
135135
<groupId>org.apache.maven.plugins</groupId>

saic-java-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<plugin>
4545
<groupId>org.codehaus.mojo</groupId>
4646
<artifactId>exec-maven-plugin</artifactId>
47-
<version>3.1.1</version>
47+
<version>3.5.0</version>
4848
<configuration>
4949
<includePluginDependencies>true</includePluginDependencies>
5050
<includeProjectDependencies>false</includeProjectDependencies>

0 commit comments

Comments
 (0)