Skip to content

Commit 27d1d6d

Browse files
committed
build(deps): Try upgrading Bouncy Castle (used for signing commits).
1 parent 023203a commit 27d1d6d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.gradle.kts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ dependencies {
2828
testImplementation("org.assertj:assertj-core:3.26.3")
2929

3030
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")
31+
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")
3237
implementation("org.slf4j:slf4j-api:1.7.36")
3338
}
3439

0 commit comments

Comments
 (0)