Skip to content

Commit

Permalink
Update bnd gradle plugin to v5.1.1 for Java 14 support (mockito#1952)
Browse files Browse the repository at this point in the history
  • Loading branch information
epeee committed Jun 22, 2020
1 parent c75f553 commit 7cd16fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Expand Up @@ -32,7 +32,7 @@ libraries.asm = 'org.ow2.asm:asm:7.0'

libraries.osgi = 'org.osgi:osgi.core:7.0.0'
libraries.equinox = 'org.eclipse.platform:org.eclipse.osgi:3.15.0'
libraries.bndGradle = 'biz.aQute.bnd:biz.aQute.bnd.gradle:4.3.1'
libraries.bndGradle = 'biz.aQute.bnd:biz.aQute.bnd.gradle:5.1.1'

def kotlinVersion = '1.3.72'
libraries.kotlin = [
Expand Down

0 comments on commit 7cd16fb

Please sign in to comment.