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-changes-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 42c5fd7 Bump doxiaVersion from 2.0.0 to 2.1.0 (#632)
42c5fd7 is described below
commit 42c5fd73e41e39f4c97159023e0dadf1cca340e6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 24 09:22:24 2026 +0100
Bump doxiaVersion from 2.0.0 to 2.1.0 (#632)
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f7967d5..2a05f24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@ under the License.
<properties>
<javaVersion>8</javaVersion>
- <doxiaVersion>2.0.0</doxiaVersion>
+ <doxiaVersion>2.1.0</doxiaVersion>
<mavenVersion>3.6.3</mavenVersion>
<mavenResolverVersion>1.4.1</mavenResolverVersion>
<version.maven-site-plugin>3.21.0</version.maven-site-plugin>