Skip to content

Commit

Permalink
Bump some dependencies (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakn7 authored May 27, 2022
1 parent 1a287af commit 9cf8480
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ System.setProperty("org.gradle.internal.publish.checksums.insecure", "True")

def luceneVersion = '8.4.0'
project.ext.slf4jVersion = '2.0.0-alpha1'
project.ext.grpcVersion = '1.38.0'
project.ext.grpcVersion = '1.46.0'
project.ext.lz4Version = '1.7.0'
project.ext.mockitoVersion = '2.25.1'
def log4jVersion = '2.17.0'
def disruptorVersion = '3.2.1'
def gsonVersion = '2.8.5'
def gsonVersion = '2.9.0'
def snakeYamlVersion = '1.25'
def jacksonYamlVersion = '2.12.3'
def jacksonYamlVersion = '2.13.3'
def spatial4jVersion = '0.7'
def s3mockVersion = '0.2.5'
def commonsCompressVersion = '1.19'
Expand Down Expand Up @@ -103,7 +103,7 @@ dependencies {

implementation "it.unimi.dsi:fastutil:${fastutilVersion}"

testImplementation "junit:junit:4.12"
testImplementation "junit:junit:4.13"
testImplementation "org.mockito:mockito-core:${project.ext.mockitoVersion}"
testImplementation "org.apache.lucene:lucene-test-framework:${luceneVersion}"
testImplementation "org.locationtech.spatial4j:spatial4j:${spatial4jVersion}"
Expand Down
2 changes: 1 addition & 1 deletion clientlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ startScripts.enabled = false
def _artifactId = 'clientlib'

// Dependency versions
def protobufVersion = '3.11.1'
def protobufVersion = '3.20.1'
def protocVersion = protobufVersion

dependencies {
Expand Down

0 comments on commit 9cf8480

Please sign in to comment.