Skip to content

Commit

Permalink
Merge branch 'master' into 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 authored Aug 9, 2024
2 parents 901db4d + a91518c commit 4802956
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,26 +78,25 @@ jar {
}
}

def grpcVersion = '1.59.0'
def protobufVersion = '3.24.0'
def protocVersion = protobufVersion
def slf4jVersion = '2.0.7'
def testcontainersVersion = '1.19.6'
def jUnitVersion = '5.8.1'
def grpcVersion = '1.65.1'
def protocVersion = '3.25.4'
def slf4jVersion = '2.0.14'
def guavaVersion = '3.2.1-jre'
def testcontainersVersion = '1.20.1'
def jUnitVersion = '5.10.2'

dependencies {
errorprone "com.uber.nullaway:nullaway:0.10.18"

implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-services:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
implementation "com.google.guava:guava:30.1-jre"
implementation "com.google.guava:guava:${guavaVersion}"
implementation "org.slf4j:slf4j-api:${slf4jVersion}"

compileOnly "org.apache.tomcat:annotations-api:6.0.53"
compileOnly "com.google.code.findbugs:jsr305:3.0.2"

errorprone "com.google.errorprone:error_prone_core:2.23.0"
errorprone "com.google.errorprone:error_prone_core:2.29.2"

runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"

Expand Down

0 comments on commit 4802956

Please sign in to comment.