Bump net.bytebuddy:byte-buddy-agent from 1.15.10 to 1.15.11

Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.15.10 to 1.15.11.
- [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.15.10...byte-buddy-1.15.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-16 14:42:55 +00:00 committed by GitHub
parent b92a912e7d
commit f6ebfdc29e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ sourceSets {
dependencies { dependencies {
api 'net.bytebuddy:byte-buddy:1.15.10' api 'net.bytebuddy:byte-buddy:1.15.10'
api 'net.bytebuddy:byte-buddy-agent:1.15.10' api 'net.bytebuddy:byte-buddy-agent:1.15.11'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
} }