google-maps-services-java
google-maps-services-java copied to clipboard
Java client library for Google Maps API Web Services
Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.9.1. Release notes Sourced from gson's releases. Gson 2.9.1 Make Object and JsonElement deserialization iterative rather than recursive (#1912) Added parsing support for enum that...
This change partially reverts the upgrade performed in #829, and is an alternative fix for #816. OkHttp 4.10.0 depends on Kotlin 1.6.20, which is not vulnerable to CVE-2020-29582. This downgrade...
```java java.lang.NoClassDefFoundError: okhttp3/Interceptor at com.google.maps.GeoApiContext$Builder.(GeoApiContext.java:389) Caused by: java.lang.ClassNotFoundException: okhttp3.Interceptor at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ... 9 more ``` #### Environment details 1. Java 11 2. Mac OS X 12.3.1...
Bumps [okhttp](https://github.com/square/okhttp) from 5.0.0-alpha.7 to 5.0.0-alpha.10. Changelog Sourced from okhttp's changelog. Version 5.0.0-alpha.10 2022-06-26 Fix: Configure the multiplatform artifact (com.squareup.okhttp3:okhttp:3.x.x) to depend on the JVM artifact (com.squareup.okhttp3:okhttp-jvm:3.x.x) for Maven builds....
Bumps [mockwebserver](https://github.com/square/okhttp) from 5.0.0-alpha.7 to 5.0.0-alpha.10. Changelog Sourced from mockwebserver's changelog. Version 5.0.0-alpha.10 2022-06-26 Fix: Configure the multiplatform artifact (com.squareup.okhttp3:okhttp:3.x.x) to depend on the JVM artifact (com.squareup.okhttp3:okhttp-jvm:3.x.x) for Maven builds....
Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.4.0 to 4.6.1. Release notes Sourced from mockito-inline's releases. v4.6.1 Changelog generated by Shipkit Changelog Gradle Plugin 4.6.1 2022-06-02 - 6 commit(s) by Andy Coates, Chen Ni,...
Bumps com.github.sherter.google-java-format from 0.8 to 0.9. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps [appengine-api-1.0-sdk](https://github.com/GoogleCloudPlatform/appengine-java-standard) from 2.0.4 to 2.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [opencensus-api](https://github.com/census-instrumentation/opencensus-java) from 0.31.0 to 0.31.1. Release notes Sourced from opencensus-api's releases. Release 0.31.1 What's Changed [v0.31.x] Fix retry stat measures to match those in grpc-java exactly (#2097) by @mackenziestarr...
Hello, We have an application that uses the Google API for PlacesAPI, TimeZoneApi and GeoCodingAPI. Now we have a GeoContext spring bean defined where we set the API key and...