This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
commit f8547365ccabb6ef1a5ba9b5f1f99b20ab9fd06d Author: Gary Gregory <[email protected]> AuthorDate: Sun Jun 14 12:37:23 2026 +0000 Bump doxia.module.markdown.version from 2.0.0 to 2.1.0. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6c10a8271..b78ec7c43 100644 --- a/pom.xml +++ b/pom.xml @@ -139,7 +139,7 @@ <commons.jacoco.branchRatio>0.78</commons.jacoco.branchRatio> <commons.jacoco.lineRatio>0.85</commons.jacoco.lineRatio> <commons.jacoco.complexityRatio>0.78</commons.jacoco.complexityRatio> - <doxia.module.markdown.version>2.0.0</doxia.module.markdown.version> + <doxia.module.markdown.version>2.1.0</doxia.module.markdown.version> <commons.easymock.version>5.6.0</commons.easymock.version> </properties> <build> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7c99d3ff2..7ebb6b2cd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -59,6 +59,7 @@ <action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 #625.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump commons-io:commons-io from 2.19.0 to 2.22.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.18.0 to 1.22.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump doxia.module.markdown.version from 2.0.0 to 2.1.0.</action> </release> <release version="4.5.0" date="2025-04-19" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
