Skip to content

Commit e454345

Browse files
authored
chore: upgrade to Kotlin 1.8.10 (#832)
1 parent f679f53 commit e454345

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "917651e4-0b13-489b-bfef-62ebb6769204",
3+
"type": "misc",
4+
"description": "Upgrade to Kotlin 1.8.10"
5+
}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import java.net.URL
77
import java.time.Duration
88

99
plugins {
10-
kotlin("jvm") version "1.8.0" apply false
10+
kotlin("jvm") version "1.8.10" apply false
1111
id("org.jetbrains.dokka")
1212
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
1313
}

examples/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "1.8.0"
2+
kotlin("jvm") version "1.8.10"
33
}
44

55
val awsSdkKotlinVersion: String by project

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ smithyGradleVersion=0.6.0
1616
smithyKotlinVersion=0.15.1
1717

1818
# kotlin
19-
kotlinVersion=1.8.0
19+
kotlinVersion=1.8.10
2020
dokkaVersion=1.7.10
2121

2222
# kotlin JVM

tests/integration-tests/ecs-credentials/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "1.8.0"
2+
kotlin("jvm") version "1.8.10"
33
application
44
id("com.github.johnrengelman.shadow") version "7.0.0"
55
}

0 commit comments

Comments
 (0)