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-io.git
commit 38f0cb9c10ef7b5a6d382c354435614be15ac63f Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Mon Mar 3 11:13:08 2025 -0500 Bump commons.bytebuddy.version from 1.17.1 to 1.17.2 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7f6071390..1adc84cae 100644 --- a/pom.xml +++ b/pom.xml @@ -149,7 +149,7 @@ file comparators, endian transformation classes, and much more. <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/</commons.scmPubUrl> <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> <jmh.version>1.37</jmh.version> - <commons.bytebuddy.version>1.17.1</commons.bytebuddy.version> + <commons.bytebuddy.version>1.17.2</commons.bytebuddy.version> <japicmp.skip>false</japicmp.skip> <commons.release.isDistModule>true</commons.release.isDistModule> <!-- JaCoCo: Don't make code coverage worse than: --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6528d0290..32f078f20 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -81,7 +81,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="add" due-to="Gary Gregory">Add Uncheck.getAsBoolean(IOBooleanSupplier).</action> <action dev="ggregory" type="fix" due-to="Gary Gregory">Add FileChannels.contentEquals(SeekableByteChannel, SeekableByteChannel, int).</action> <!-- UPDATE --> - <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump commons.bytebuddy.version from 1.15.10 to 1.17.1 #710, #715, #720.</action> + <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump commons.bytebuddy.version from 1.15.10 to 1.17.2 #710, #715, #720.</action> <action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.17.1 to 1.18.0. #717.</action> <action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 78 to 81.</action> </release>