Skip to content

Commit

Permalink
Merge branch 'main' into bump-meilisearch-v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alallema authored Aug 23, 2021
2 parents 315faaf + ae7a203 commit 38624ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
id 'maven-publish'
id 'signing'
id 'io.codearte.nexus-staging' version '0.30.0'
id "com.diffplug.spotless" version "5.14.2"
id "com.diffplug.spotless" version "5.14.3"
}

group = 'com.meilisearch.sdk'
Expand All @@ -36,7 +36,7 @@ configurations {
dependencies {
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'com.google.guava:guava:30.1.1-jre'
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'com.google.code.gson:gson:2.8.8'
implementation 'org.json:json:20210307'
// https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5
compileOnly group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.1'
Expand All @@ -46,7 +46,7 @@ dependencies {
testImplementation(platform('org.junit:junit-bom:5.7.2'))
testImplementation('org.junit.jupiter:junit-jupiter:5.7.2')
// https://mvnrepository.com/artifact/org.mockito/mockito-core
testImplementation 'org.mockito:mockito-core:3.12.0'
testImplementation 'org.mockito:mockito-core:3.12.1'
testImplementation 'org.hamcrest:hamcrest:2.2'

// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
Expand Down

0 comments on commit 38624ae

Please sign in to comment.