Skip to content

Commit 8921382

Browse files
committed
Upgrade biz.aQute.bnd.gradle plugin to fix concurrent modification exception on JDK15
1 parent 90282cf commit 8921382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ plugins {
3636
id 'net.researchgate.release' version '2.7.0'
3737
id 'io.franzbecker.gradle-lombok' version '3.2.0' apply false
3838
id "com.jfrog.artifactory" version "4.11.0" apply false
39-
id "biz.aQute.bnd.builder" version "5.0.0" apply false
39+
id "biz.aQute.bnd.builder" version "5.1.2" apply false
4040
}
4141

4242
subprojects {

0 commit comments

Comments
 (0)