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 09fed20 commit b10c142Copy full SHA for b10c142
modules/nextflow/build.gradle
@@ -44,7 +44,7 @@ dependencies {
44
api "com.beust:jcommander:1.35"
45
api("com.esotericsoftware.kryo:kryo:2.24.0") { exclude group: 'com.esotericsoftware.minlog', module: 'minlog' }
46
api('org.iq80.leveldb:leveldb:0.12')
47
- api('org.eclipse.jgit:org.eclipse.jgit:7.1.0.202411261347-r')
+ api('org.eclipse.jgit:org.eclipse.jgit:7.1.1.202505221757-r')
48
api ('javax.activation:activation:1.1.1')
49
api ('javax.mail:mail:1.4.7')
50
api ('org.yaml:snakeyaml:2.2')
0 commit comments