We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344516f commit 640f46cCopy full SHA for 640f46c
indra-git/build.gradle
@@ -1,6 +1,6 @@
1
dependencies {
2
compileOnlyApi "org.jetbrains:annotations:23.0.0"
3
- api "org.eclipse.jgit:org.eclipse.jgit:5.11.0.+"
+ api "org.eclipse.jgit:org.eclipse.jgit:5.13.0.+" // stay on 5.x series, 6+ requires Java 11
4
api "net.kyori:mammoth:$mammothVersion"
5
testImplementation project(":indra-testlib")
6
}
0 commit comments