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-text.git
The following commit(s) were added to refs/heads/master by this push: new af47adb5 Bump commons.bytebuddy.version from 1.16.1 to 1.17.0 (#643) af47adb5 is described below commit af47adb54b4083a7071434a145bb18e10f4b0c7a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Jan 31 15:18:35 2025 -0500 Bump commons.bytebuddy.version from 1.16.1 to 1.17.0 (#643) Bumps `commons.bytebuddy.version` from 1.16.1 to 1.17.0. Updates `net.bytebuddy:byte-buddy` from 1.16.1 to 1.17.0 - [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.16.1...byte-buddy-1.17.0) Updates `net.bytebuddy:byte-buddy-agent` from 1.16.1 to 1.17.0 - [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.16.1...byte-buddy-1.17.0) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:development update-type: version-update:semver-minor ... 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 6446721e..35d16d88 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> <commons.lang3.version>3.17.0</commons.lang3.version> - <commons.bytebuddy.version>1.16.1</commons.bytebuddy.version> + <commons.bytebuddy.version>1.17.0</commons.bytebuddy.version> <commons.rng.version>1.6</commons.rng.version> <japicmp.skip>false</japicmp.skip> <jmh.version>1.37</jmh.version>