Skip to content

Commit

Permalink
chore(dependencies): Autobump korkVersion (#685)
Browse files Browse the repository at this point in the history
* chore(dependencies): Autobump korkVersion

* chore(okhttp): remove references to com.squareup.okhttp

see spinnaker/kork#1210 for background.

---------

Co-authored-by: root <root@f15c9eb9818b>
Co-authored-by: David Byron <[email protected]>
  • Loading branch information
3 people authored Nov 15, 2024
1 parent f62fd57 commit 08594ad
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
korkVersion=7.243.0
korkVersion=7.244.0
kotlinVersion=1.6.21
org.gradle.parallel=true
spinnakerGradleVersion=8.32.1
Expand Down
2 changes: 0 additions & 2 deletions swabbie-aws/swabbie-aws.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ dependencies {
implementation "io.spinnaker.kork:kork-web"

implementation "com.squareup.retrofit:retrofit"
implementation "com.squareup.okhttp:okhttp-apache"
implementation "com.squareup.okhttp:okhttp-urlconnection"
implementation "com.squareup.retrofit:converter-jackson"

testImplementation project(":swabbie-test")
Expand Down
2 changes: 0 additions & 2 deletions swabbie-clouddriver/swabbie-clouddriver.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ dependencies {
implementation "io.spinnaker.kork:kork-moniker"
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client"
implementation "com.squareup.retrofit:retrofit"
implementation "com.squareup.okhttp:okhttp-apache"
implementation "com.squareup.okhttp:okhttp-urlconnection"
implementation "com.squareup.retrofit:converter-jackson"

testImplementation project(":swabbie-test")
Expand Down
2 changes: 0 additions & 2 deletions swabbie-echo/swabbie-echo.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ dependencies {
implementation "io.spinnaker.kork:kork-web"
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client"
implementation "com.squareup.retrofit:retrofit"
implementation "com.squareup.okhttp:okhttp-apache"
implementation "com.squareup.okhttp:okhttp-urlconnection"
implementation "com.squareup.retrofit:converter-jackson"

testImplementation project(":swabbie-test")
Expand Down
2 changes: 0 additions & 2 deletions swabbie-front50/swabbie-front50.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ dependencies {
implementation "io.spinnaker.kork:kork-web"
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client"
implementation "com.squareup.retrofit:retrofit"
implementation "com.squareup.okhttp:okhttp-apache"
implementation "com.squareup.okhttp:okhttp-urlconnection"
implementation "com.squareup.retrofit:converter-jackson"

testImplementation project(":swabbie-test")
Expand Down
2 changes: 0 additions & 2 deletions swabbie-orca/swabbie-orca.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ dependencies {
implementation "net.logstash.logback:logstash-logback-encoder"
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client"
implementation "com.squareup.retrofit:retrofit"
implementation "com.squareup.okhttp:okhttp-apache"
implementation "com.squareup.okhttp:okhttp-urlconnection"
implementation "com.squareup.retrofit:converter-jackson"
}
2 changes: 0 additions & 2 deletions swabbie-retrofit/swabbie-retrofit.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
dependencies {
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client"
implementation "com.squareup.retrofit:retrofit"
implementation "com.squareup.okhttp:okhttp-apache"
implementation "com.squareup.okhttp:okhttp-urlconnection"
implementation "com.squareup.retrofit:converter-jackson"
implementation "io.spinnaker.kork:kork-web"
implementation "io.reactivex:rxjava"
Expand Down

0 comments on commit 08594ad

Please sign in to comment.