Skip to content

Commit

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

* chore(dependency): remove hardcoded version of google-api-services

* chore(dependency): add implementation for protobuf in yandex

---------

Co-authored-by: root <root@b2d607896795>
Co-authored-by: Edgar Garcia <edgar.garcia@harness.io>
  • Loading branch information
3 people authored Oct 15, 2024
1 parent 32106c5 commit f9afff4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clouddriver-appengine/clouddriver-appengine.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
implementation project(":clouddriver-google-common")
implementation project(":clouddriver-security")

implementation "com.google.apis:google-api-services-appengine:v1-rev92-1.25.0"
implementation "com.google.apis:google-api-services-appengine"
implementation "com.google.apis:google-api-services-storage"
implementation 'com.google.auth:google-auth-library-oauth2-http'
implementation "com.jcraft:jsch"
Expand Down
2 changes: 1 addition & 1 deletion clouddriver-artifacts/clouddriver-artifacts.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation "com.amazonaws:aws-java-sdk-s3"
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-xml"
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml"
implementation "com.google.apis:google-api-services-storage:v1-rev141-1.25.0"
implementation "com.google.apis:google-api-services-storage"
implementation 'com.google.auth:google-auth-library-oauth2-http'
implementation "com.netflix.frigga:frigga"
implementation "io.spinnaker.kork:kork-artifacts"
Expand Down
2 changes: 1 addition & 1 deletion clouddriver-cloudrun/clouddriver-cloudrun.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
implementation project(":clouddriver-google-common")
implementation project(":clouddriver-security")

implementation "com.google.apis:google-api-services-run:v1-rev49-1.25.0"
implementation "com.google.apis:google-api-services-run"
implementation "com.google.apis:google-api-services-storage"
implementation 'com.google.auth:google-auth-library-oauth2-http'
implementation "com.netflix.frigga:frigga"
Expand Down
2 changes: 2 additions & 0 deletions clouddriver-yandex/clouddriver-yandex.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ dependencies {
implementation "com.squareup.retrofit:retrofit"
implementation "org.springframework.boot:spring-boot-actuator"
implementation "org.springframework.boot:spring-boot-starter-web"
implementation "com.google.protobuf:protobuf-java"
implementation "com.google.protobuf:protobuf-java-util"

testImplementation project(":clouddriver-web")
testImplementation "cglib:cglib-nodep"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
korkVersion=7.241.0
korkVersion=7.242.0
fiatVersion=1.50.0
org.gradle.parallel=true
spinnakerGradleVersion=8.32.1
Expand Down

0 comments on commit f9afff4

Please sign in to comment.