Skip to content

Commit

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

* fix(web)): introduce kork-cloud-config-server dependency in halyard-web

com.netflix.spinnaker.kork.configserver.ConfigServerBootstrap contains all the relevant cloud config server properties to bootstrap and manage the embedded config server. This class was part of the kork-config module along with com.netflix.spinnaker.kork.boot.DefaultPropertiesBuilder. However, ConfigServerBootstrap moved kork-cloud-config-server.

Co-authored-by: root <root@bcf79e336dd9>
Co-authored-by: j-sandy <30489233+j-sandy@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 16, 2022
1 parent 53fe865 commit 2a9896a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
clouddriverVersion=5.79.0
fiatVersion=1.36.0
korkVersion=7.157.0
korkVersion=7.158.0
front50Version=2.27.0
org.gradle.parallel=true
spinnakerGradleVersion=8.24.0
Expand Down
1 change: 1 addition & 0 deletions halyard-web/halyard-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies {
implementation 'io.github.lognet:grpc-spring-boot-starter:2.4.4'
implementation 'org.codehaus.groovy:groovy'
implementation "io.spinnaker.kork:kork-web"
implementation "io.spinnaker.kork:kork-cloud-config-server"
implementation "io.spinnaker.kork:kork-config"
runtimeOnly "io.spinnaker.kork:kork-actuator"

Expand Down

0 comments on commit 2a9896a

Please sign in to comment.