From 11d15fa3617e79076b190d09c9ba53a4aea575cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2020 09:12:12 +0100 Subject: [PATCH] Bump biz.aQute.bnd.gradle from 4.3.1 to 5.0.0 (#50) 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 c0694f7d..70a13cfe 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { dependencies { classpath "me.champeau.gradle:jmh-gradle-plugin:0.5.0" classpath 'ru.vyarus:gradle-animalsniffer-plugin:1.5.0' - classpath "biz.aQute.bnd:biz.aQute.bnd.gradle:4.3.1" + classpath "biz.aQute.bnd:biz.aQute.bnd.gradle:5.0.0" classpath 'com.vanniktech:gradle-maven-publish-plugin:0.8.0' classpath "gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.15.0" }