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
The following commit(s) were added to refs/heads/master by this push: new 55731e11 Bump commons.bytebuddy.version from 1.14.9 to 1.14.10 (#516) 55731e11 is described below commit 55731e110f0151e04406de70971688046e279727 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Nov 24 07:51:11 2023 -0500 Bump commons.bytebuddy.version from 1.14.9 to 1.14.10 (#516) Bumps `commons.bytebuddy.version` from 1.14.9 to 1.14.10. Updates `net.bytebuddy:byte-buddy` from 1.14.9 to 1.14.10 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.9...byte-buddy-1.14.10) Updates `net.bytebuddy:byte-buddy-agent` from 1.14.9 to 1.14.10 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.9...byte-buddy-1.14.10) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c9cdd904..8b73edae 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ file comparators, endian transformation classes, and much more. <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> <commons.javadoc.java.link>${commons.javadoc8.java.link}</commons.javadoc.java.link> <jmh.version>1.37</jmh.version> - <commons.bytebuddy.version>1.14.9</commons.bytebuddy.version> + <commons.bytebuddy.version>1.14.10</commons.bytebuddy.version> <japicmp.skip>false</japicmp.skip> <jacoco.skip>${env.JACOCO_SKIP}</jacoco.skip> <commons.release.isDistModule>true</commons.release.isDistModule>