This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch release/struts-6-8-x
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/release/struts-6-8-x by this
push:
new 696ee73b7 build(deps): bump
org.apache.maven.doxia:doxia-module-markdown (#1638)
696ee73b7 is described below
commit 696ee73b72440750e63087b86a23352744b4f0b7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 27 13:08:32 2026 +0100
build(deps): bump org.apache.maven.doxia:doxia-module-markdown (#1638)
Bumps org.apache.maven.doxia:doxia-module-markdown from 2.0.0 to 2.1.0.
---
updated-dependencies:
- dependency-name: org.apache.maven.doxia:doxia-module-markdown
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 62658d53c..31f6d2778 100644
--- a/pom.xml
+++ b/pom.xml
@@ -420,7 +420,7 @@
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
- <version>2.0.0</version>
+ <version>2.1.0</version>
</dependency>
</dependencies>
</plugin>