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-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 79c79b9a Bump commons-parent 79c79b9a is described below commit 79c79b9a73697399fcc93910b8123c55d784c373 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Oct 9 17:51:24 2023 -0400 Bump commons-parent --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8a9d0d8f..72dd8acb 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>62</version> + <version>64</version> </parent> <groupId>org.apache.bcel</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e708ee63..bc0e369c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -87,7 +87,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="BCEL-368" type="fix" dev="ggregory" due-to="Katherine Hough, Gary Gregory">Fixes java.lang.StackOverflowError in Select#toString(boolean) #229.</action> <action type="fix" dev="ggregory" due-to="nbauma109, Judit Knoll, Gary Gregory">Fix for type.getType(...) use on non-signature type names #221.</action> <!-- UPDATE --> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 54 to 62 #189, #198, #222.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 54 to 64 #189, #198, #222.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump jna.version from 5.12.1 to 5.13.0 #203.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump kotlin-stdlib from 1.8.10 to 1.9.10 #217, #219, #227, #231, #235.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump commons-io from 2.11.0 to 2.14.0.</action>