From 0be6f01b6710530cbf26ae7ec1aa367ffbd407eb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 13:34:18 +0200 Subject: [PATCH] Bump byte-buddy-parent from 1.10.9 to 1.10.10 (#6408) Bumps [byte-buddy-parent](https://github.com/raphw/byte-buddy) from 1.10.9 to 1.10.10. - [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.10.9...byte-buddy-1.10.10) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4946a9ad527..c56c4cc07dc 100644 --- a/build.gradle +++ b/build.gradle @@ -200,7 +200,7 @@ dependencies { testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.6.2' testImplementation 'org.junit.platform:junit-platform-launcher:1.6.2' - testImplementation 'net.bytebuddy:byte-buddy-parent:1.10.9' + testImplementation 'net.bytebuddy:byte-buddy-parent:1.10.10' testRuntime group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT' testRuntime group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT' testImplementation 'org.mockito:mockito-core:3.3.3'