Skip to content

Commit

Permalink
Update versions (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ediril authored Mar 28, 2024
1 parent edb4727 commit adcb5c9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions examples/destination/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ repositories {
sourceCompatibility = 1.8
targetCompatibility = 1.8

def grpcVersion = '1.59.1'
def protobufVersion = '3.25.1'
def grpcVersion = '1.61.1'
def protobufVersion = '3.25.2'
def protocVersion = protobufVersion

dependencies {
Expand All @@ -33,8 +33,11 @@ dependencies {

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

implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
implementation "com.fasterxml.jackson.core:jackson-core:2.14.1"
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
implementation "com.fasterxml.jackson.core:jackson-core:2.15.2"

implementation 'com.github.luben:zstd-jni:1.5.5-11'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.2.3'
}

protobuf {
Expand Down

0 comments on commit adcb5c9

Please sign in to comment.