From feba287bb48ad297bb1da89fde6493b5700a733e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 02:51:56 +0000 Subject: [PATCH] build(deps): bump net.bytebuddy:byte-buddy-agent from 1.14.8 to 1.14.11 Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.14.8 to 1.14.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.14.8...byte-buddy-1.14.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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2787cad..091d728 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,7 +25,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation "org.mockito:mockito-core:5.5.0" testImplementation 'net.bytebuddy:byte-buddy:1.14.8' - testImplementation 'net.bytebuddy:byte-buddy-agent:1.14.8' + testImplementation 'net.bytebuddy:byte-buddy-agent:1.14.11' implementation 'org.springframework.boot:spring-boot-starter' implementation 'org.springframework.data:spring-data-mongodb'