Skip to content

Commit

Permalink
chore(dependencies): kork bump and necessary fixes (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsie committed Sep 17, 2020
1 parent 0db5cec commit 5186b90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -35,7 +35,7 @@ internal class Proxy(val config: ProxyConfig) {
*/
fun init(okHttpClientProvider: OkHttpClientProvider) : Proxy {
val okHttpClient = okHttpClientProvider.getClient(DefaultServiceEndpoint(
"proxy__${config.id}", config.uri, config.additionalAttributes as Map<String, Any>, false
"proxy__${config.id}", config.uri, config.additionalAttributes, false
))

this.okHttpClient = okHttpClient
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,7 +1,7 @@
enablePublishing=false
fiatVersion=1.23.0
includeProviders=basic,iap,ldap,oauth2,saml,x509
korkVersion=7.67.0
korkVersion=7.68.0
kotlinVersion=1.4.0
org.gradle.parallel=true
spinnakerGradleVersion=8.5.1
Expand Down

0 comments on commit 5186b90

Please sign in to comment.