Skip to content

Commit e97e619

Browse files
authored
misc: bump dependency versions (#83)
1 parent e236d9f commit e97e619

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "c2af8534-4505-415d-bafa-ab035e261c08",
3+
"type": "misc",
4+
"description": "Upgrade dependencies to their latest versions, notably Kotlin 1.9.20"
5+
}

aws-crt-kotlin/common/test/aws/sdk/kotlin/crt/http/HttpClientConnectionTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ class HttpClientConnectionTest : CrtTest() {
124124
* Connect to the URL with all TLS ciphers supported. Throws an exception if the connection attempt fails for
125125
* any reason
126126
*/
127-
@OptIn(ExperimentalTime::class)
128127
private suspend fun connectAllCiphers(url: String) {
129128
withDefaultBootstrap { clientBootstrap ->
130129
TlsCipherPreference.values()

gradle.properties

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,19 @@ kotlin.mpp.stability.nowarn=true
55
sdkVersion=0.8.2-SNAPSHOT
66

77
# kotlin
8-
kotlinVersion=1.9.10
8+
kotlinVersion=1.9.20
99
coroutinesVersion=1.7.3
1010

1111
# testing/utility
12-
junitVersion=5.9.2
13-
ktlintVersion=0.48.1
14-
kotestVersion=5.5.4
12+
ktlintVersion=1.0.1
13+
kotestVersion=5.8.0
1514
mockServerVersion=5.15.0
1615

1716
# elasticurl only
18-
kotlinxCliVersion=0.3.2
17+
kotlinxCliVersion=0.3.6
1918

2019
# JVM
21-
crtJavaVersion=0.27.4
20+
crtJavaVersion=0.28.7
2221

2322
# publishing
2423
publishGroupName=aws.sdk.kotlin.crt

0 commit comments

Comments
 (0)