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 7b01898b Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 
to 3.6.2
7b01898b is described below

commit 7b01898bcd094cc7f430ce3fe68e460aa0eab29c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 04:05:35 2026 +0000

    Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2
    
    Bumps 
[org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin)
 from 3.6.1 to 3.6.2.
    - [Release notes](https://github.com/apache/maven-shade-plugin/releases)
    - 
[Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.6.1...maven-shade-plugin-3.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-shade-plugin
      dependency-version: 3.6.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 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 20fbe7db..efb92fdd 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.7</statistics.picocli.version>
-    <statistics.shade.version>3.6.1</statistics.shade.version>
+    <statistics.shade.version>3.6.2</statistics.shade.version>
 
     <!-- Disable JApiCmp failures (but keep the report). The examples API is 
allowed to change. -->
     
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>

Reply via email to