Skip to content

Commit

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

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
j-sandy and mergify[bot] authored Nov 22, 2023
1 parent da9be4c commit f11ef95
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

buildscript {
ext {
kotlinVersion = "1.4.10"
junitPlatformVersion = "1.0.2"
}

Expand Down
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.204.0
org.gradle.parallel=true
spinnakerGradleVersion=8.31.0
targetJava11=true
kotlinVersion=1.4.10
kotlinVersion=1.5.32

# 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.4"
languageVersion = "1.5"
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.4"
languageVersion = "1.5"
jvmTarget = "11"
}
}

0 comments on commit f11ef95

Please sign in to comment.