Skip to content

Commit

Permalink
chore(dependency): upgrade kotlin to 1.5.32 in gate along with kork
Browse files Browse the repository at this point in the history
  • Loading branch information
j-sandy authored and dbyron-sf committed Nov 22, 2023
1 parent 6e487bc commit e0cfe74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ enablePublishing=false
fiatVersion=1.42.0
includeProviders=basic,iap,ldap,oauth2,saml,x509
korkVersion=7.204.0
kotlinVersion=1.4.0
kotlinVersion=1.5.32
org.gradle.parallel=true
spinnakerGradleVersion=8.31.0
targetJava11=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 @@ -32,7 +32,7 @@ dependencies {

compileTestKotlin {
kotlinOptions {
languageVersion = "1.4"
languageVersion = "1.5"
jvmTarget = "11"
}
}
4 changes: 2 additions & 2 deletions gradle/kotlin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ apply plugin: "kotlin-spring"

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

compileTestKotlin {
kotlinOptions {
languageVersion = "1.4"
languageVersion = "1.5"
jvmTarget = "11"
}
}
Expand Down

0 comments on commit e0cfe74

Please sign in to comment.