From 6a2ad5cd1922ff794b4f6089f1fc306662a5fa24 Mon Sep 17 00:00:00 2001 From: hlts2 Date: Wed, 22 May 2024 17:00:34 +0900 Subject: [PATCH] fix: update deps Signed-off-by: hlts2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b59daeb2..1d39cef8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.9.24' + ext.kotlin_version = '2.0.0' repositories { mavenCentral() //Needed only for SNAPSHOT versions @@ -69,7 +69,7 @@ dependencies { implementation 'javax.annotation:javax.annotation-api:1.3.2' implementation 'build.buf:protovalidate:0.2.1' - testImplementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.24' + testImplementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' testImplementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' testImplementation 'io.grpc:grpc-okhttp:1.64.0'