This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-4.0.x by this push:
new 7ac961157f Bump org.apache.maven.reporting:maven-reporting-exec from
2.0.0 to 2.0.1 (#12066)
7ac961157f is described below
commit 7ac961157fe34e9f87d32d26f310e878e24392e7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 20 11:56:15 2026 +0200
Bump org.apache.maven.reporting:maven-reporting-exec from 2.0.0 to 2.0.1
(#12066)
Bumps
[org.apache.maven.reporting:maven-reporting-exec](https://github.com/apache/maven-reporting-exec)
from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/apache/maven-reporting-exec/releases)
-
[Commits](https://github.com/apache/maven-reporting-exec/compare/maven-reporting-exec-2.0.0...maven-reporting-exec-2.0.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.reporting:maven-reporting-exec
dependency-version: 2.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
its/core-it-support/core-it-plugins/maven-it-plugin-site/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-site/pom.xml
b/its/core-it-support/core-it-plugins/maven-it-plugin-site/pom.xml
index 35243e75c7..4541ea8de5 100644
--- a/its/core-it-support/core-it-plugins/maven-it-plugin-site/pom.xml
+++ b/its/core-it-support/core-it-plugins/maven-it-plugin-site/pom.xml
@@ -56,7 +56,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-exec</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency>
</dependencies>
</project>