From 0262b118165ee8fdfeab40eebb046d3ccb38052f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:07:05 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy-dep from 1.14.15 to 1.14.19 Bumps [net.bytebuddy:byte-buddy-dep](https://github.com/raphw/byte-buddy) from 1.14.15 to 1.14.19. - [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.15...byte-buddy-1.14.19) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-dep dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- robot-server-core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot-server-core/build.gradle.kts b/robot-server-core/build.gradle.kts index 6a47f760..0eb9b545 100644 --- a/robot-server-core/build.gradle.kts +++ b/robot-server-core/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { implementation("org.mozilla:rhino:1.7.15") implementation("org.assertj:assertj-swing:3.17.1") - implementation("net.bytebuddy:byte-buddy-dep:1.14.15") + implementation("net.bytebuddy:byte-buddy-dep:1.14.19") testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")