Skip to content

Commit

Permalink
Upgrade bouncycastle
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed May 12, 2024
1 parent 9e2fa43 commit fe6156d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -77,7 +77,7 @@ tasks.getByName<JavaExec>("run") {
}

dependencies {
implementation("org.bouncycastle:bcpkix-jdk15on:1.70")
implementation("org.bouncycastle:bcpkix-lts8on:2.73.6")
implementation("org.eclipse.jgit:org.eclipse.jgit:6.9.0.202403050737-r")
implementation("org.tmatesoft.svnkit:svnkit:1.10.11")
implementation("org.yaml:snakeyaml:2.2")
Expand Down

0 comments on commit fe6156d

Please sign in to comment.