From c492b1321146dfc98b2bd16b51fa48d560b663ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 12:50:04 +0100 Subject: [PATCH] Bump net.bytebuddy:byte-buddy-agent from 1.15.11 to 1.16.0 (#511) Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.15.11 to 1.16.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.15.11...byte-buddy-1.16.0) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fbb3c09..a8725e6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -72,7 +72,7 @@ dependencies { val dependencyVersions = listOf( "net.bytebuddy:byte-buddy:1.15.11", - "net.bytebuddy:byte-buddy-agent:1.15.11", + "net.bytebuddy:byte-buddy-agent:1.16.0", "org.jetbrains:annotations:26.0.1", "org.opentest4j:opentest4j:1.3.0", )