Skip to content

Commit 8f91a87

Browse files
hlts2vdaas-ci
authored andcommitted
fix: update deps (#318)
Signed-off-by: hlts2 <[email protected]>
1 parent cc1728b commit 8f91a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.9.24'
2+
ext.kotlin_version = '2.0.0'
33
repositories {
44
mavenCentral()
55
//Needed only for SNAPSHOT versions
@@ -69,7 +69,7 @@ dependencies {
6969
implementation 'javax.annotation:javax.annotation-api:1.3.2'
7070
implementation 'build.buf:protovalidate:0.2.1'
7171

72-
testImplementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.24'
72+
testImplementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0'
7373
testImplementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3'
7474
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
7575
testImplementation 'io.grpc:grpc-okhttp:1.64.0'

0 commit comments

Comments
 (0)