Skip to content

Commit

Permalink
chore(deps): update all gradle dependencies (#1630)
Browse files Browse the repository at this point in the history
Co-authored-by: mewmba Renovate Bot <[email protected]>
  • Loading branch information
fundthmcalculus and mewmba authored May 8, 2024
1 parent 5941c74 commit 05ea569
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
plugins {
id 'java'
id 'maven-publish'
id 'org.jetbrains.kotlin.jvm' version '1.9.10'
id 'org.jetbrains.kotlin.jvm' version '1.9.24'
id 'jacoco'
}
java {
Expand Down Expand Up @@ -49,24 +49,24 @@ def urlFile = { url, name ->
dependencies {
compileOnly 'org.apache.tomcat:annotations-api:6.0.53' // necessary for Java 9+

implementation 'org.jetbrains:annotations:23.0.0'
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: '3.24.2'
implementation 'com.google.protobuf:protobuf-java-util:3.24.2'
implementation group: 'net.java.dev.jna', name: 'jna', version: '5.13.0'
implementation 'io.grpc:grpc-kotlin-stub:1.3.1'
implementation 'io.grpc:grpc-protobuf:1.57.2'
implementation 'com.google.protobuf:protobuf-kotlin:3.24.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3'
implementation 'org.jetbrains:annotations:23.1.0'
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: '3.25.3'
implementation 'com.google.protobuf:protobuf-java-util:3.25.3'
implementation group: 'net.java.dev.jna', name: 'jna', version: '5.14.0'
implementation 'io.grpc:grpc-kotlin-stub:1.4.1'
implementation 'io.grpc:grpc-protobuf:1.63.0'
implementation 'com.google.protobuf:protobuf-kotlin:3.25.3'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'

implementation 'io.leonard:base58:0.0.2'
implementation 'io.grpc:grpc-netty-shaded:1.57.2'
implementation 'io.grpc:grpc-protobuf:1.57.2'
implementation 'io.grpc:grpc-netty-shaded:1.63.0'
implementation 'io.grpc:grpc-protobuf:1.63.0'
// This has to match the version of protoc-gen-grpc-java used in `sdk/devops/generate_proto_files.py`
implementation 'io.grpc:grpc-stub:1.57.2'
implementation 'io.grpc:grpc-stub:1.63.0'
}

test {
Expand Down

0 comments on commit 05ea569

Please sign in to comment.