From 0bfc98944fd6eff4add2a9db0e22a2644664eb64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 22:17:27 +0000 Subject: [PATCH] Bump biz.aQute.bnd.builder from 4.1.0 to 5.2.0 Bumps [biz.aQute.bnd.builder](https://github.com/bndtools/bnd) from 4.1.0 to 5.2.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[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0082a3d..1d2de8b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'biz.aQute.bnd.builder' version '4.1.0' + id 'biz.aQute.bnd.builder' version '5.2.0' id 'com.github.ben-manes.versions' version '0.34.0' id 'com.github.hierynomus.license' version '0.15.0' id 'com.github.kt3k.coveralls' version '2.10.2'