Skip to content

Commit

Permalink
New kork, added liquibase (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher authored Mar 6, 2019
1 parent dcfbad5 commit 85e49ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/spinnaker-dependencies.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
versions:
# spinnaker libs
fiat: "0.54.1"
kork: "4.0.0-rc.4-springBoot2"
kork: "4.0.0-rc.5-springBoot2"
scheduledActions: "0.39.0"
clouddriver: "2.114.4"
front50: "1.139.0"
Expand Down Expand Up @@ -43,6 +43,7 @@ versions:
jupiter: "5.3.2"
kotlin: "1.3.20"
kotlinCoroutines: "1.1.1"
liquibase: "3.6.3"
lombok: "{{lombok.version}}"
logback: "1.2.3"
logstash: "4.11"
Expand Down Expand Up @@ -248,6 +249,7 @@ dependencies:
gson: "com.google.code.gson:gson:${versions.gson}"
hamcrestCore: "org.hamcrest:hamcrest-core:${versions.hamcrest}"
hamkrest: "com.natpryce:hamkrest:${versions.hamkrest}"
hikari: "com.zaxxer:HikariCP:${versions.hikari}"
httpclient: "org.apache.httpcomponents:httpclient:${versions.httpclient}"
httpcore: "org.apache.httpcomponents:httpcore:${versions.httpcore}"
jacksonAnnotations: "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"
Expand All @@ -266,6 +268,7 @@ dependencies:
junitPlatformRunner: "org.junit.platform:junit-platform-runner:${versions.junit5}"
junitPlatformLauncher: "org.junit.platform:junit-platform-launcher:${versions.junit5}"
junitVintageEngine: "org.junit.vintage:junit-vintage-engine:${versions.junitVintage}"
liquibaseCore: "org.liquibase:liquibase-core:${versions.liquibase}"
lombok: "org.projectlombok:lombok:${versions.lombok}"
logbackClassic: "ch.qos.logback:logback-classic:${versions.logback}"
logstashEncoder: "net.logstash.logback:logstash-logback-encoder:${versions.logstash}"
Expand Down
5 changes: 4 additions & 1 deletion src/spinnaker-dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
versions:
# spinnaker libs
fiat: "0.54.1"
kork: "4.0.0-rc.4-springBoot2"
kork: "4.0.0-rc.5-springBoot2"
scheduledActions: "0.39.0"
clouddriver: "2.114.4"
front50: "1.139.0"
Expand Down Expand Up @@ -43,6 +43,7 @@ versions:
jupiter: "5.3.2"
kotlin: "1.3.20"
kotlinCoroutines: "1.1.1"
liquibase: "3.6.3"
lombok: "1.18.6"
logback: "1.2.3"
logstash: "4.11"
Expand Down Expand Up @@ -248,6 +249,7 @@ dependencies:
gson: "com.google.code.gson:gson:${versions.gson}"
hamcrestCore: "org.hamcrest:hamcrest-core:${versions.hamcrest}"
hamkrest: "com.natpryce:hamkrest:${versions.hamkrest}"
hikari: "com.zaxxer:HikariCP:${versions.hikari}"
httpclient: "org.apache.httpcomponents:httpclient:${versions.httpclient}"
httpcore: "org.apache.httpcomponents:httpcore:${versions.httpcore}"
jacksonAnnotations: "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"
Expand All @@ -266,6 +268,7 @@ dependencies:
junitPlatformRunner: "org.junit.platform:junit-platform-runner:${versions.junit5}"
junitPlatformLauncher: "org.junit.platform:junit-platform-launcher:${versions.junit5}"
junitVintageEngine: "org.junit.vintage:junit-vintage-engine:${versions.junitVintage}"
liquibaseCore: "org.liquibase:liquibase-core:${versions.liquibase}"
lombok: "org.projectlombok:lombok:${versions.lombok}"
logbackClassic: "ch.qos.logback:logback-classic:${versions.logback}"
logstashEncoder: "net.logstash.logback:logstash-logback-encoder:${versions.logstash}"
Expand Down

0 comments on commit 85e49ef

Please sign in to comment.