Skip to content

Commit 51f2766

Browse files
authored
chore: kotlin 1.7.10 (#674)
1 parent 800cccc commit 51f2766

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "5a1a5c33-c5b8-46db-b64d-4058923bbf81",
3+
"type": "misc",
4+
"description": "Upgrade Kotlin version to 1.7.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.7.0" apply false
10+
kotlin("jvm") version "1.7.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.6.20"
2+
kotlin("jvm") version "1.7.10"
33
}
44

55
val awsSdkKotlinVersion: String by project

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ sdkVersion=0.17.4-SNAPSHOT
1212
smithyVersion=1.22.0
1313
smithyGradleVersion=0.5.3
1414
# smithy-kotlin codegen and runtime are versioned together
15-
smithyKotlinVersion=0.12.2
15+
smithyKotlinVersion=0.12.3-SNAPSHOT
1616

1717
# kotlin
18-
kotlinVersion=1.7.0
19-
dokkaVersion=1.7.0
18+
kotlinVersion=1.7.10
19+
dokkaVersion=1.7.10
2020

2121
# kotlin JVM
2222
kotlinJVMTargetVersion=1.8
2323

2424
# kotlin libraries
2525
coroutinesVersion=1.6.3
26-
atomicFuVersion=0.17.3
26+
atomicFuVersion=0.18.3
2727
kotlinxSerializationVersion=1.3.3
2828
ktorVersion=2.0.2
2929

3030
# testing/utility
3131
junitVersion=5.8.2
3232
ktlintVersion=0.45.2
33-
kotestVersion=5.3.0
33+
kotestVersion=5.4.1
3434
jacocoVersion=0.8.8
3535
mockkVersion=1.12.3
3636

0 commit comments

Comments
 (0)