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-exec.git
commit a94cf190ce07d555db0be82df92ea327070cd6e7 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri May 16 10:06:46 2025 -0400 Bump commons.bc.version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9a56cf76..857268b9 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ limitations under the License. <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <commons.rc.version>RC1</commons.rc.version> - <commons.bc.version>1.3</commons.bc.version> + <commons.bc.version>1.4.0</commons.bc.version> <commons.release.version>1.5.0</commons.release.version> <commons.release.next>1.5.1</commons.release.next> <commons.release.isDistModule>true</commons.release.isDistModule>