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-project-info-reports-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new c0555fb Bump org.apache.maven.doxia:doxia-integration-tools from
2.0.0 to 2.1.0 (#631)
c0555fb is described below
commit c0555fbd7989db72bb2a08707cc2773c5208f891
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 12 13:17:34 2026 +0200
Bump org.apache.maven.doxia:doxia-integration-tools from 2.0.0 to 2.1.0
(#631)
Bumps
[org.apache.maven.doxia:doxia-integration-tools](https://github.com/apache/maven-doxia-sitetools)
from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/apache/maven-doxia-sitetools/releases)
-
[Commits](https://github.com/apache/maven-doxia-sitetools/compare/doxia-sitetools-2.0.0...doxia-sitetools-2.1.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.doxia:doxia-integration-tools
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 b5db500..f3e62de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@ under the License.
<mavenVersion>3.9.14</mavenVersion>
<resolverVersion>1.9.27</resolverVersion>
<doxiaVersion>2.1.0</doxiaVersion>
- <doxiaSitetoolsVersion>2.0.0</doxiaSitetoolsVersion>
+ <doxiaSitetoolsVersion>2.1.0</doxiaSitetoolsVersion>
<scmVersion>2.2.1</scmVersion>
<fluidoSkinVersion>2.0.1</fluidoSkinVersion>
<checkstyle.violation.ignore>ParameterNumber,MethodLength</checkstyle.violation.ignore>