From 81b4ffb9e2a933ff2a6dac87f7f94589ac011280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 19:55:54 +0000 Subject: [PATCH] Bump net.bytebuddy:byte-buddy-dep from 1.14.5 to 1.14.11 Bumps [net.bytebuddy:byte-buddy-dep](https://github.com/raphw/byte-buddy) from 1.14.5 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.5...byte-buddy-1.14.11) --- 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 d4b1054a..b39dded6 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.14") implementation("org.assertj:assertj-swing:3.17.1") - implementation("net.bytebuddy:byte-buddy-dep:1.14.5") + implementation("net.bytebuddy:byte-buddy-dep:1.14.11") testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")