From fb5d1dec46bfacb4d400eccc6d2403ed8fcaddad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 22:04:52 +0000 Subject: [PATCH] chore(deps): bump net.bytebuddy:byte-buddy in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy). Updates `net.bytebuddy:byte-buddy` from 1.18.12 to 1.18.13 - [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.18.12...byte-buddy-1.18.13) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 56d13ce2..1e5ace50 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ apache-commons-codec = "1.22.1" apache-commons-io = "2.22.0" appium-java-client = "10.1.1" assertj-core = "3.27.7" -byte-buddy = "1.18.12" +byte-buddy = "1.18.13" cucumber = "7.34.7" guava = "33.7.1-jre" json = "20260814"