From 110be4cc5f79aeb72abe1864e43e5c258a4985d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Dec 2021 19:14:29 +0000 Subject: [PATCH] Bump byte-buddy from 1.12.2 to 1.12.3 Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.2 to 1.12.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.12.2...byte-buddy-1.12.3) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 013c5a26..a47feaae 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ repositories { dependencies { testCompile group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.8.2' testImplementation "org.mockito.kotlin:mockito-kotlin:4.0.0" - testImplementation 'net.bytebuddy:byte-buddy:1.12.2' + testImplementation 'net.bytebuddy:byte-buddy:1.12.3' testImplementation 'net.bytebuddy:byte-buddy-agent:1.12.3' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"