From 289736dd4d199bed4b3ab2c4a87133e77d325505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 07:33:55 +0000 Subject: [PATCH] Bump the gradle group with 2 updates Bumps the gradle group with 2 updates: [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) and org.sonarqube. 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) Updates `org.sonarqube` from 7.4.0.8496 to 7.5.0.8588 --- 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: gradle - dependency-name: org.sonarqube dependency-version: 7.5.0.8588 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 24755209bec..6898386132f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ log4j = "2.26.1" [libraries] bndAnnotation = "biz.aQute.bnd:biz.aQute.bnd.annotation:7.4.0" -bytebuddy = "net.bytebuddy:byte-buddy:1.18.12" +bytebuddy = "net.bytebuddy:byte-buddy:1.18.13" commons-beanutils = "commons-beanutils:commons-beanutils:1.11.0" commons-codec = "commons-codec:commons-codec:1.22.1" commons-collections = "commons-collections:commons-collections:3.2.2" @@ -50,6 +50,6 @@ crowdin = "org.zaproxy.crowdin:0.6.0" cyclonedx.id = "org.cyclonedx.bom" errorprone = "net.ltgt.errorprone:5.1.1" japicmp.id = "me.champeau.gradle.japicmp" -sonarqube = "org.sonarqube:7.4.0.8496" +sonarqube = "org.sonarqube:7.5.0.8588" spotless.id = "com.diffplug.spotless" zaproxy-common.id = "org.zaproxy.common"