From b0d51b6beca52ceb7b9a28515f85a3db6fbb9d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 09:53:35 +0000 Subject: [PATCH] Bump biz.aQute.bnd.builder from 6.1.0 to 6.4.0 Bumps [biz.aQute.bnd.builder](https://github.com/bndtools/bnd) from 6.1.0 to 6.4.0. - [Release notes](https://github.com/bndtools/bnd/releases) - [Changelog](https://github.com/bndtools/bnd/blob/master/docs/ADDING_RELEASE_DOCS.md) - [Commits](https://github.com/bndtools/bnd/compare/6.1.0...6.4.0) --- updated-dependencies: - dependency-name: biz.aQute.bnd.builder dependency-type: direct:production update-type: version-update:semver-minor ... 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 5fa7deab8..1c466405f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,5 +30,5 @@ testNg = "org.testng:testng:7.5" [plugins] artifactory = { id = "com.jfrog.artifactory", version = "4.27.1" } -bnd = { id = "biz.aQute.bnd.builder", version = "6.1.0" } +bnd = { id = "biz.aQute.bnd.builder", version = "6.4.0" } kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } \ No newline at end of file