This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
commit 9d24faf5c88c170affdf4696f17774ccb20c19ec Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Apr 4 08:41:29 2024 -0400 Update commons.bc.version to released version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index daba2319..1f37e153 100644 --- a/pom.xml +++ b/pom.xml @@ -101,7 +101,7 @@ limitations under the License. <jacoco.skip>false</jacoco.skip> <!-- Commons Release Plugin --> <commons.release.version>1.17.0</commons.release.version> - <commons.bc.version>1.16.0</commons.bc.version> + <commons.bc.version>1.16.1</commons.bc.version> <commons.bc.next>1.17.1</commons.bc.next> <commons.rc.version>RC1</commons.rc.version> <commons.release.isDistModule>true</commons.release.isDistModule>