This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git
The following commit(s) were added to refs/heads/master by this push: new 364bbcb Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.5.0 364bbcb is described below commit 364bbcb459fa8bd6f2d1ec100737fade8baf4a19 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sun Feb 9 23:49:59 2025 +0000 Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.5.0 Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.3.0...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] <supp...@github.com> --- commons-statistics-examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-statistics-examples/pom.xml b/commons-statistics-examples/pom.xml index f6ec54b..43c2a05 100644 --- a/commons-statistics-examples/pom.xml +++ b/commons-statistics-examples/pom.xml @@ -45,7 +45,7 @@ <project.build.outputTimestamp>${statistics.build.outputTimestamp}</project.build.outputTimestamp> <statistics.picocli.version>4.7.6</statistics.picocli.version> - <statistics.exec.version>3.3.0</statistics.exec.version> + <statistics.exec.version>3.5.0</statistics.exec.version> <statistics.shade.version>3.6.0</statistics.shade.version> <!-- Disable JApiCmp failures (but keep the report). The examples API is allowed to change. -->