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-compress.git
commit 45cdf0906e67bec73e8b4f1285cb32a5fdff2431 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 4 17:30:15 2022 -0400 Update commons.bc.version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4b89c22e..0e02c935 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <commons.release.version>${project.version}</commons.release.version> <commons.rc.version>RC1</commons.rc.version> <!-- old version used by japicmp --> - <commons.bc.version>1.21</commons.bc.version> + <commons.bc.version>1.22</commons.bc.version> <mockito.version>4.8.1</mockito.version> <commons.pmd.version>3.19.0</commons.pmd.version> <commons.pmd-impl.version>6.51.0</commons.pmd-impl.version>