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 023203a commit 27d1d6dCopy full SHA for 27d1d6d
build.gradle.kts
@@ -28,7 +28,12 @@ dependencies {
28
testImplementation("org.assertj:assertj-core:3.26.3")
29
30
implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r")
31
- implementation("org.eclipse.jgit:org.eclipse.jgit.gpg.bc:5.13.3.202401111512-r")
+ implementation("org.eclipse.jgit:org.eclipse.jgit.gpg.bc:5.13.3.202401111512-r") {
32
+ exclude(group = "org.bouncycastle")
33
+ }
34
+ implementation("org.bouncycastle:bcpg-jdk18on:1.79")
35
+ implementation("org.bouncycastle:bcutil-jdk18on:1.79")
36
+ implementation("org.bouncycastle:bcpkix-jdk18on:1.79")
37
implementation("org.slf4j:slf4j-api:1.7.36")
38
}
39
0 commit comments