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 c7a72d2 commit 1726172Copy full SHA for 1726172
build.gradle.kts
@@ -69,7 +69,7 @@ dependencies {
69
runtimeOnly("com.kohlschutter.junixsocket:junixsocket-core:2.9.1")
70
runtimeOnly("net.java.dev.jna:jna-platform:5.15.0")
71
72
- testImplementation("org.ajoberstar.grgit:grgit-core:5.2.2") {
+ testImplementation("org.ajoberstar.grgit:grgit-core:5.3.0") {
73
exclude("org.eclipse.jgit", "org.eclipse.jgit.ui")
74
exclude("org.eclipse.jgit", "org.eclipse.jgit")
75
}
0 commit comments