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
commit f567a13597fa1199027f4efe870e72f1f16b30db Author: Alex Herbert <[email protected]> AuthorDate: Mon Jul 8 11:22:12 2024 +0100 Update exec-maven-plugin 3.0.0 -> 3.3.0 --- 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 fecd678..717c44a 100644 --- a/commons-statistics-examples/pom.xml +++ b/commons-statistics-examples/pom.xml @@ -43,7 +43,7 @@ <statistics.parent.dir>${basedir}/..</statistics.parent.dir> <statistics.picocli.version>4.6.1</statistics.picocli.version> - <statistics.exec.version>3.0.0</statistics.exec.version> + <statistics.exec.version>3.3.0</statistics.exec.version> <statistics.shade.version>3.2.4</statistics.shade.version> <!-- Disable JApiCmp failures (but keep the report). The examples API is allowed to change. -->
