From af83b948b30655153b794441844cc0b3af8cfb65 Mon Sep 17 00:00:00 2001 From: Simon Templer Date: Wed, 27 Nov 2024 10:29:33 +0100 Subject: [PATCH] build: update bnd-platform to 3.1.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 12bea83..9c46cd7 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { } dependencies { classpath 'org.standardout:gradle-include-plugin:0.2.0' - classpath 'org.standardout:bnd-platform:3.0.0-SNAPSHOT' + classpath 'org.standardout:bnd-platform:3.1.0' classpath 'zipdiff:zipdiff:0.4' classpath "biz.aQute.bnd:biz.aQute.bnd.gradle:6.3.0" }