From f60136534f40c2b055ba8ba6f213c519fe2101e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 04:47:35 +0000 Subject: [PATCH] Bump bytebuddy from 1.15.4 to 1.15.5 Bumps `bytebuddy` from 1.15.4 to 1.15.5. Updates `net.bytebuddy:byte-buddy-agent` from 1.15.4 to 1.15.5 - [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.4...byte-buddy-1.15.5) Updates `net.bytebuddy:byte-buddy-android` from 1.15.4 to 1.15.5 - [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.4...byte-buddy-1.15.5) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: net.bytebuddy:byte-buddy-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index de9cfd585..eb7501127 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,7 +38,7 @@ androidx-test-runner = "1.6.2" androidx-test-espresso = "3.6.1" androidx-test-junit = "1.2.1" androidx-test-uiautomator = "2.3.0" -bytebuddy = "1.15.4" +bytebuddy = "1.15.5" junit = "4.13.2" koin = "3.5.6" koin-compose = "3.5.6"