Skip to content

Commit 95b88a8

Browse files
vdaas-cihlts2
andauthored
Revert "Revert "fix: update deps (#327)" (#331)" (#332) (#333)
This reverts commit 3f37e31. Co-authored-by: Hiroto Funakoshi <[email protected]>
1 parent 3f37e31 commit 95b88a8

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)