Skip to content

Commit

Permalink
Merge branch 'fix-design-smells' of https://github.com/AmanDesai10/go…
Browse files Browse the repository at this point in the history
…ogle-maps-services-java into fix-design-smells
  • Loading branch information
AmanDesai10 committed Nov 28, 2023
2 parents 356f745 + c817226 commit 64b0e1a
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 @@ -13,7 +13,7 @@ buildscript {


plugins {
id 'com.github.ben-manes.versions' version '0.49.0'
id 'com.github.ben-manes.versions' version '0.50.0'
id 'com.github.sherter.google-java-format' version '0.8'
id "de.marcphilipp.nexus-publish" version "0.4.0"
id 'io.codearte.nexus-staging' version '0.30.0'
Expand Down Expand Up @@ -56,7 +56,7 @@ artifacts {
}

dependencies {
compileOnly 'com.google.appengine:appengine-api-1.0-sdk:2.0.21'
compileOnly 'com.google.appengine:appengine-api-1.0-sdk:2.0.22'
api 'com.squareup.okhttp3:okhttp:4.11.0'
api 'com.google.code.gson:gson:2.10.1'
api 'io.opencensus:opencensus-api:0.31.1'
Expand All @@ -65,7 +65,7 @@ dependencies {
testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
testImplementation 'org.slf4j:slf4j-simple:2.0.9'
testImplementation 'org.apache.commons:commons-lang3:3.13.0'
testImplementation 'org.apache.commons:commons-lang3:3.14.0'
testImplementation 'org.json:json:20231013'
testImplementation 'io.opencensus:opencensus-impl:0.31.1'
testImplementation "org.mockito:mockito-inline:5.2.0"
Expand Down

0 comments on commit 64b0e1a

Please sign in to comment.