diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 46acc7a..dd337c9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ ktfmt = { module = "com.facebook.ktfmt:ktfmt", version = "0.53" } aws-sdk-kotlin-v1-bom = { module = "aws.sdk.kotlin:bom", version = "1.3.112" } aws-sdk-kotlin-v1-codeartifact = { module = "aws.sdk.kotlin:codeartifact" } -google-tink = { module = "com.google.crypto.tink:tink", version = "1.17.0" } +google-tink = { module = "com.google.crypto.tink:tink", version = "1.18.0" } jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.19.1" } jackson-core = { module = "com.fasterxml.jackson.core:jackson-core" } @@ -36,4 +36,4 @@ kotest-framework-datatest = { module = "io.kotest:kotest-framework-datatest" } kotest-property = { module = "io.kotest:kotest-property" } kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5" } -mockk = { module = "io.mockk:mockk", version = "1.14.2" } +mockk = { module = "io.mockk:mockk", version = "1.14.4" }