Skip to content

Commit b681e07

Browse files
spinnakerbotrootkirangodishala
authored
chore(dependencies): Autobump korkVersion (#1764)
* chore(dependencies): Autobump korkVersion * chore(dependency): upgrade bouncycastle dependency to 1.77 --------- Co-authored-by: root <root@d9bfe69dfeda> Co-authored-by: kirangodishala <kiran@opsmx.io>
1 parent b42b304 commit b681e07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gate-x509/gate-x509.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
dependencies {
22
implementation project(':gate-core')
3-
implementation "org.bouncycastle:bcprov-jdk15on"
3+
implementation "org.bouncycastle:bcprov-jdk18on"
44
implementation "io.spinnaker.kork:kork-core"
55
implementation "io.spinnaker.kork:kork-security"
66
implementation "com.netflix.spectator:spectator-api"
77
implementation "com.github.ben-manes.caffeine:caffeine"
88
implementation "io.spinnaker.fiat:fiat-api:$fiatVersion"
99
implementation "io.spinnaker.fiat:fiat-core:$fiatVersion"
10-
testImplementation "org.bouncycastle:bcpkix-jdk15on"
10+
testImplementation "org.bouncycastle:bcpkix-jdk18on"
1111
}
1212

1313
sourceSets {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
enablePublishing=false
22
fiatVersion=1.43.0
33
includeProviders=basic,iap,ldap,oauth2,saml,x509
4-
korkVersion=7.211.0
4+
korkVersion=7.212.0
55
kotlinVersion=1.5.32
66
org.gradle.parallel=true
77
spinnakerGradleVersion=8.32.1

0 commit comments

Comments
 (0)