Skip to content

Commit 21cc255

Browse files
committed
build: Uplift biz.aQute.bnd.builder plugin version to 7.1.0 as compatible with gradle 9
Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
1 parent 4baf7e6 commit 21cc255

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

galasa-simbank-tests/dev.galasa.simbank.manager/build-example.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java-library'
3-
id 'biz.aQute.bnd.builder' version '5.3.0'
3+
id 'biz.aQute.bnd.builder' version '7.1.0'
44
}
55

66
sourceCompatibility = '11'

galasa-simbank-tests/dev.galasa.simbank.tests/build-example.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java-library'
3-
id 'biz.aQute.bnd.builder' version '5.3.0'
3+
id 'biz.aQute.bnd.builder' version '7.1.0'
44
}
55

66
sourceCompatibility = '11'

0 commit comments

Comments
 (0)