Bump byte-buddy from 1.14.2 to 1.14.3 (#11948)

Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.2 to 1.14.3.
- [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.2...byte-buddy-1.14.3)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-28 16:41:34 +08:00 committed by GitHub
parent 1435c23e92
commit fe22d8723a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
<spring_version>5.3.25</spring_version>
<spring_security_version>5.8.2</spring_security_version>
<javassist_version>3.29.2-GA</javassist_version>
<bytebuddy.version>1.14.2</bytebuddy.version>
<bytebuddy.version>1.14.3</bytebuddy.version>
<netty_version>3.2.10.Final</netty_version>
<netty4_version>4.1.87.Final</netty4_version>
<mina_version>2.2.1</mina_version>