Skip to content

Commit

Permalink
fix(dependencies): upgrade bouncycastle version from 1.70 to 1.77
Browse files Browse the repository at this point in the history
  • Loading branch information
kirangodishala committed Jan 26, 2024
1 parent caabf08 commit ca1d0c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions kork-crypto/kork-crypto.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ dependencies {

api project(":kork-annotations")

implementation "org.bouncycastle:bcpkix-jdk15on"
implementation "org.bouncycastle:bcpkix-jdk18on"
implementation "org.springframework:spring-aop"

testImplementation "org.springframework.boot:spring-boot-starter-test"

testFixturesApi "org.bouncycastle:bcpkix-jdk15on"
testFixturesApi "org.bouncycastle:bcpkix-jdk18on"
testFixturesApi "org.springframework:spring-core"
}
7 changes: 3 additions & 4 deletions spinnaker-dependencies/spinnaker-dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {
arrow : "0.13.2",
aws : "1.12.176",
awsv2 : "2.19.0",
bouncycastle : "1.70",
bouncycastle : "1.77",
brave : "5.12.3",
gcp : "25.3.0",
jooq : "3.13.6",
Expand Down Expand Up @@ -140,9 +140,8 @@ dependencies {
api("javax.xml.bind:jaxb-api:2.3.1")
api("net.logstash.logback:logstash-logback-encoder:4.11")
api("org.apache.commons:commons-exec:1.3")
// TODO(jvz): beginning in BC 1.71, this should use the -jdk18on artifacts
api("org.bouncycastle:bcpkix-jdk15on:${versions.bouncycastle}")
api("org.bouncycastle:bcprov-jdk15on:${versions.bouncycastle}")
api("org.bouncycastle:bcpkix-jdk18on:${versions.bouncycastle}")
api("org.bouncycastle:bcprov-jdk18on:${versions.bouncycastle}")
api("org.jetbrains:annotations:19.0.0")
api("org.spekframework.spek2:spek-dsl-jvm:${versions.spek2}")
api("org.spekframework.spek2:spek-runner-junit5:${versions.spek2}")
Expand Down

0 comments on commit ca1d0c8

Please sign in to comment.