From 61bbbd6ba8e55df5b11b86d7ee98620c8ea6023b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 11:29:48 +0000 Subject: [PATCH] Bump biz.aQute.bnd.gradle from 5.1.2 to 6.1.0 Bumps [biz.aQute.bnd.gradle](https://github.com/bndtools/bnd) from 5.1.2 to 6.1.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/commits/6.1.0) --- updated-dependencies: - dependency-name: biz.aQute.bnd:biz.aQute.bnd.gradle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4c4d245c3..cf9c3173b 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { classpath "org.asciidoctor:asciidoctor-gradle-jvm:$asciidoctorGradlePluginVersion" classpath 'org.asciidoctor:asciidoctorj-pdf:1.6.0' classpath "gradle.plugin.org.beryx:badass-jar:1.1.3" - classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:5.1.2' + classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:6.1.0' classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0" } }