From 7e9c9326bbb7925affd0171e68d037191ba79c58 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2020 07:03:55 +0000 Subject: [PATCH] Bump biz.aQute.bnd.gradle from 4.3.1 to 5.0.0 Bumps [biz.aQute.bnd.gradle](https://github.com/bndtools/bnd) from 4.3.1 to 5.0.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) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ce041a954f..b0a12f1c79 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { ext.licenseVersion = "0.15.0" ext.bintrayVersion = "1.8.4" ext.jfrogExtractorVersion = "4.13.0" - ext.bndVersion = "4.3.1" + ext.bndVersion = "5.0.0" ext.checkstyleVersion = "8.26" // --------------------------------------