Skip to content

Commit

Permalink
chore(dependency): upgrade kotlin to 1.6.21 in clouddriver along with…
Browse files Browse the repository at this point in the history
… kork (#6178)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
j-sandy and mergify[bot] authored Apr 2, 2024
1 parent 64b870f commit 46aeefa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ korkVersion=7.222.0
org.gradle.parallel=true
spinnakerGradleVersion=8.32.1
targetJava11=true
kotlinVersion=1.5.32
kotlinVersion=1.6.21

# To enable a composite reference to a project, set the
# project property `'<projectName>Composite=true'`.
Expand Down
2 changes: 1 addition & 1 deletion gradle/kotlin-test.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test {

compileTestKotlin {
kotlinOptions {
languageVersion = "1.5"
languageVersion = "1.6"
jvmTarget = "11"
}
}
2 changes: 1 addition & 1 deletion gradle/kotlin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ configurations.all {

compileKotlin {
kotlinOptions {
languageVersion = "1.5"
languageVersion = "1.6"
jvmTarget = "11"
}
}

0 comments on commit 46aeefa

Please sign in to comment.