We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100065c commit a3e7113Copy full SHA for a3e7113
build.gradle
@@ -30,7 +30,7 @@ def isRelease = !version.endsWith('-SNAPSHOT')
30
31
dependencies {
32
implementation gradleApi()
33
- implementation 'biz.aQute.bnd:biz.aQute.bndlib:6.4.1'
+ implementation 'biz.aQute.bnd:biz.aQute.bndlib:7.0.0'
34
implementation 'org.osgi:osgi.core:6.0.0'
35
implementation 'commons-io:commons-io:2.15.1'
36
implementation 'de.undercouch:gradle-download-task:5.6.0'
0 commit comments