Skip to content

Commit 9ee048c

Browse files
committed
update to latest kork, no changes needed
1 parent e074ed7 commit 9ee048c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ org.gradle.parallel=true
22

33
spinnakerGradleVersion=7.5.2
44
pf4jVersion=3.2.0
5-
korkVersion=7.17.0
5+
korkVersion=7.20.0

spring-example-orca/spring-example-orca.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spinnakerPlugin {
3030
dependencies {
3131
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
3232
compileOnly (group: 'org.springframework', name: 'spring-context', version: '5.2.1.RELEASE')
33-
compileOnly (group: 'com.netflix.spinnaker.kork', name: 'kork-plugins-spring-api', version: '7.17.0')
33+
compileOnly (group: 'com.netflix.spinnaker.kork', name: 'kork-plugins-spring-api', version: "${korkVersion}")
3434
compileOnly (group: 'org.springframework', name: 'spring-web', version: '5.2.2.RELEASE')
3535
compileOnly (group: 'com.netflix.spinnaker.orca', name: 'orca-core', version: '7.83.0') {
3636
exclude group: "org.slf4j"

0 commit comments

Comments
 (0)