Skip to content

Commit

Permalink
chore(deps): bump dependency updates (#311)
Browse files Browse the repository at this point in the history
* automated changes

Signed-off-by: vdaas-ci <[email protected]>

* Update build.gradle

Signed-off-by: Hiroto Funakoshi <[email protected]>

---------

Signed-off-by: vdaas-ci <[email protected]>
Signed-off-by: Hiroto Funakoshi <[email protected]>
Co-authored-by: Hiroto Funakoshi <[email protected]>
  • Loading branch information
vdaas-ci and hlts2 committed Sep 11, 2024
1 parent dba621e commit 0a4b787
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '2.0.10'
ext.kotlin_version = '2.0.20'
repositories {
mavenCentral()
//Needed only for SNAPSHOT versions
Expand Down Expand Up @@ -69,8 +69,8 @@ dependencies {
implementation 'javax.annotation:javax.annotation-api:1.3.2'
implementation 'build.buf:protovalidate:0.2.1'

testImplementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.10'
testImplementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1'
testImplementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.20'
testImplementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
testImplementation 'io.grpc:grpc-okhttp:1.66.0'
}
Expand Down

0 comments on commit 0a4b787

Please sign in to comment.