This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
The following commit(s) were added to refs/heads/master by this push:
new 47271884 Bump doxiaVersion from 2.0.0 to 2.1.0 (#1089)
47271884 is described below
commit 47271884b17573cdbdc65c3b5e1ef9a48da6fd70
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 28 19:02:19 2026 +0100
Bump doxiaVersion from 2.0.0 to 2.1.0 (#1089)
Bumps `doxiaVersion` from 2.0.0 to 2.1.0.
Updates `org.apache.maven.doxia:doxia-sink-api` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/apache/maven-doxia/releases)
-
[Commits](https://github.com/apache/maven-doxia/compare/doxia-2.0.0...doxia-2.1.0)
Updates `org.apache.maven.doxia:doxia-core` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/apache/maven-doxia/releases)
-
[Commits](https://github.com/apache/maven-doxia/compare/doxia-2.0.0...doxia-2.1.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.doxia:doxia-sink-api
dependency-version: 2.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.doxia:doxia-core
dependency-version: 2.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
maven-plugin-report-plugin/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/maven-plugin-report-plugin/pom.xml
b/maven-plugin-report-plugin/pom.xml
index fe50f380..a1762f42 100644
--- a/maven-plugin-report-plugin/pom.xml
+++ b/maven-plugin-report-plugin/pom.xml
@@ -39,7 +39,7 @@
<properties>
<it.debug>true</it.debug>
- <doxiaVersion>2.0.0</doxiaVersion>
+ <doxiaVersion>2.1.0</doxiaVersion>
</properties>
<dependencies>