Skip to content

Commit 92e3e1b

Browse files
deps(deps): bump org.codehaus.mojo:exec-maven-plugin
Bumps the maven-minor-patch group with 1 update: [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin). Updates `org.codehaus.mojo: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 dependency-group: maven-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 53cc7db commit 92e3e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-echo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<plugin>
3434
<groupId>org.codehaus.mojo</groupId>
3535
<artifactId>exec-maven-plugin</artifactId>
36-
<version>3.6.2</version>
36+
<version>3.6.3</version>
3737
<configuration>
3838
<mainClass>io.netty.loom.example.EchoServer</mainClass>
3939
<arguments/>

0 commit comments

Comments
 (0)