From 3c240d6f53d691b88e5b0b809bb2d5aa93194590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 00:40:19 +0000 Subject: [PATCH] Bump biz.aQute.bnd.gradle from 6.3.1 to 6.4.0 Bumps [biz.aQute.bnd.gradle](https://github.com/bndtools/bnd) from 6.3.1 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.3.1...6.4.0) --- updated-dependencies: - dependency-name: biz.aQute.bnd:biz.aQute.bnd.gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index debfcb1a9..85fa972a4 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { classpath "org.asciidoctor:asciidoctor-gradle-jvm:$asciidoctorGradlePluginVersion" classpath 'org.asciidoctor:asciidoctorj-pdf:2.3.3' classpath "org.beryx:badass-jar:2.0.0" - classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:6.3.1' + classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:6.4.0' classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0" } }