Skip to content

Commit

Permalink
Merge branch 'master' into autobump-korkVersion-master
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Aug 7, 2024
2 parents f2425cc + 67091ab commit ae4da61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions clouddriver-elasticsearch/clouddriver-elasticsearch.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ dependencies {
testImplementation "org.spockframework:spock-core"
testImplementation "org.spockframework:spock-spring"
testImplementation "org.springframework:spring-test"
testRuntimeOnly "net.bytebuddy:byte-buddy"

}
1 change: 1 addition & 0 deletions clouddriver-google-common/clouddriver-google-common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ dependencies {
testImplementation "cglib:cglib-nodep"
testImplementation "org.objenesis:objenesis"
testImplementation "org.spockframework:spock-core"
testRuntimeOnly "net.bytebuddy:byte-buddy"
}
1 change: 1 addition & 0 deletions clouddriver-oracle/clouddriver-oracle.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {
testImplementation "org.spockframework:spock-core"
testImplementation "org.spockframework:spock-spring"
testImplementation "org.springframework:spring-test"
testRuntimeOnly "net.bytebuddy:byte-buddy"
}

def allSourceSets = sourceSets
Expand Down
1 change: 1 addition & 0 deletions clouddriver-titus/clouddriver-titus.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ dependencies {
testImplementation "org.spockframework:spock-spring"
testImplementation "org.springframework:spring-test"
testImplementation "io.spinnaker.kork:kork-test"
testRuntimeOnly "net.bytebuddy:byte-buddy"
}

sourceSets {
Expand Down

0 comments on commit ae4da61

Please sign in to comment.