From 8a296c345f7f31b0940d8707a96ec2750f5fa5a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 03:44:56 +0000 Subject: [PATCH] Update dependency com.squareup:kotlinpoet to v1.17.0 (#9) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e3ccf72..461dc19 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ grpc-java-protobuf = { module = "io.grpc:grpc-protobuf", version.ref = "grpc-jav grpc-java-stub = { module = "io.grpc:grpc-stub", version.ref = "grpc-java" } grpc-kotlin-stub = { module = "io.grpc:grpc-kotlin-stub", version.ref = "grpc-kotlin" } junit-bom = { module = "org.junit:junit-bom", version = "5.10.2" } -kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.16.0" } +kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.17.0" } mockk-core = { module = "io.mockk:mockk", version = "1.13.11" } protobuf-java = { module = "com.google.protobuf:protobuf-java", version.ref = "protobuf" } protobuf-kotlin = { module = "com.google.protobuf:protobuf-kotlin", version.ref = "protobuf" }