From 758d4bdf76cf0f76cf6896e31a75481396b80c89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 07:34:44 +0000 Subject: [PATCH] Bump biz.aQute.bnd:biz.aQute.bnd.annotation in the gradle group Bumps the gradle group with 1 update: [biz.aQute.bnd:biz.aQute.bnd.annotation](https://github.com/bndtools/bnd). Updates `biz.aQute.bnd:biz.aQute.bnd.annotation` from 7.3.0 to 7.4.0 - [Release notes](https://github.com/bndtools/bnd/releases) - [Commits](https://github.com/bndtools/bnd/compare/7.3.0...7.4.0) --- updated-dependencies: - dependency-name: biz.aQute.bnd:biz.aQute.bnd.annotation dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... 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 5b7ca50af38..cbfa964c6b1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ flatlaf = "3.7.2" log4j = "2.26.1" [libraries] -bndAnnotation = "biz.aQute.bnd:biz.aQute.bnd.annotation:7.3.0" +bndAnnotation = "biz.aQute.bnd:biz.aQute.bnd.annotation:7.4.0" bytebuddy = "net.bytebuddy:byte-buddy:1.18.12" commons-beanutils = "commons-beanutils:commons-beanutils:1.11.0" commons-codec = "commons-codec:commons-codec:1.22.1"