Skip to content

Commit 8803208

Browse files
committed
Update build.gradle
1 parent 1809eee commit 8803208

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,16 @@ tasks.withType(Javadoc) {
6464
dependencies {
6565
implementation gradleApi()
6666
implementation "org.kohsuke:github-api:1.321"
67+
6768
implementation "org.eclipse.jgit:org.eclipse.jgit:6.9.0.202403050737-r"
6869
implementation "org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:6.9.0.202403050737-r"
70+
71+
implementation "org.bouncycastle:bcprov-jdk18on:1.78.1"
72+
6973
implementation "com.squareup.okhttp3:okhttp:4.12.0"
7074

7175
testImplementation(platform("org.junit:junit-bom:5.9.1"))
72-
testImplementation("org.junit.jupiter:junit-jupiter")
76+
testImplementation "org.junit.jupiter:junit-jupiter"
7377
}
7478

7579
task javadocJar(type: Jar) {

0 commit comments

Comments
 (0)