Skip to content

Commit 2fcdd29

Browse files
dependabot[bot]karesti
authored andcommitted
Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@3.5.0...3.5.1) --- updated-dependencies: - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e03c01 commit 2fcdd29

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

integrations/hibernate/spring-local/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>org.codehaus.mojo</groupId>
6464
<artifactId>exec-maven-plugin</artifactId>
65-
<version>3.5.0</version>
65+
<version>3.5.1</version>
6666
<executions>
6767
<execution>
6868
<goals>

integrations/hibernate/wildfly-local/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<plugin>
9494
<groupId>org.codehaus.mojo</groupId>
9595
<artifactId>exec-maven-plugin</artifactId>
96-
<version>3.5.0</version>
96+
<version>3.5.1</version>
9797
</plugin>
9898
<plugin>
9999
<groupId>org.wildfly.plugins</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>org.codehaus.mojo</groupId>
6969
<artifactId>exec-maven-plugin</artifactId>
70-
<version>3.5.0</version>
70+
<version>3.5.1</version>
7171
</plugin>
7272
</plugins>
7373
</pluginManagement>

0 commit comments

Comments
 (0)