Skip to content

Commit f163699

Browse files
chore(deps): bump vm2 from 3.9.8 to 3.9.11 in /tests/integration-tests/ecs-credentials (#709)
1 parent c715d89 commit f163699

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "524525e9-3882-4c3f-ae9a-d3b64ced37f5",
3+
"type": "misc",
4+
"description": "Upgrade Kotlin version and dependencies in ECS credentials integration test."
5+
}

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.5.31"
2+
kotlin("jvm") version "1.7.10"
33
application
44
id("com.github.johnrengelman.shadow") version "7.0.0"
55
}

tests/integration-tests/ecs-credentials/app/src/main/kotlin/aws/sdk/kotlin/test/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fun main(): Unit = runBlocking {
1313
region = "us-east-2"
1414
credentialsProvider = EcsCredentialsProvider()
1515
}.use { client ->
16-
val resp = client.getCallerIdentity {}
16+
val resp = client.getCallerIdentity()
1717

1818
println("Account: ${resp.account}")
1919
println("UserID: ${resp.userId}")

tests/integration-tests/ecs-credentials/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)