Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport PR #311 to release/v1.6 for chore(deps): bump dependencies updates #313

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.9.24'
ext.kotlin_version = '2.0.0'
repositories {
mavenCentral()
//Needed only for SNAPSHOT versions
Expand Down Expand Up @@ -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'
Expand Down
Loading