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 3956bc71 Bump commons.bytebuddy.version from 1.14.12 to 1.14.13 (#521) 3956bc71 is described below commit 3956bc717be09727261b0b3994a053b90edfc701 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Mar 29 17:26:42 2024 -0400 Bump commons.bytebuddy.version from 1.14.12 to 1.14.13 (#521) Bumps `commons.bytebuddy.version` from 1.14.12 to 1.14.13. Updates `net.bytebuddy:byte-buddy` from 1.14.12 to 1.14.13 - [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.12...byte-buddy-1.14.13) Updates `net.bytebuddy:byte-buddy-agent` from 1.14.12 to 1.14.13 - [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.12...byte-buddy-1.14.13) --- 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 04413f2b..22d9f114 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text</commons.scmPubUrl> <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> - <commons.bytebuddy.version>1.14.12</commons.bytebuddy.version> + <commons.bytebuddy.version>1.14.13</commons.bytebuddy.version> <commons.mockito.version>4.11.0</commons.mockito.version> <!-- 22.1.0 requires Java 11 -->