From 93b3b1f045581828a7764c06bb9d6b86c6044ba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 02:53:07 +0000 Subject: [PATCH] Bump biz.aQute.bnd.gradle from 4.2.0 to 5.3.0 Bumps [biz.aQute.bnd.gradle](https://github.com/bndtools/bnd) from 4.2.0 to 5.3.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 0345fa456..01dc5f5df 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:4.2.0' + classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:5.3.0' } }