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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new b42f4f65 Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 #447 b42f4f65 is described below commit b42f4f654afd18b79607b4798497965a1525530f Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Thu Jul 11 18:10:38 2024 -0400 Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 #447 --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 395a18df..d1a91663 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -34,7 +34,8 @@ <action type="add" dev="ggregory" due-to="Gary Gregory">Add PrefixedKeysIterator.toString() to package-private PrefixedKeysIterator.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 70 to 71 #434.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-logging:commons-logging from 1.3.2 to 1.3.3 #442.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-logging:commons-logging from 1.3.2 to 1.3.3 #442.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 #447.</action> </release> <release version="2.11.0" date="2024-06-07" description="Minor release with new features and updated dependencies; requires Java 8 or above."> <!-- ADD -->