Skip to content

Commit

Permalink
build(deps): update dependency org.codehaus.mojo:exec-maven-plugin to…
Browse files Browse the repository at this point in the history
… v3.3.0 (#1893)
  • Loading branch information
renovate-bot authored May 31, 2024
1 parent b1d75ca commit 9ff826e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/java-snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<configuration>
<mainClass>com.google.example.SampleRunner</mainClass>
<cleanupDaemonThreads>false</cleanupDaemonThreads>
Expand Down

0 comments on commit 9ff826e

Please sign in to comment.