Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
deps: update core transport dependencies to v1.35.0 (#114)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| com.google.http-client:google-http-client-jackson2 | minor | `1.34.2` -> `1.35.0` |
| com.google.http-client:google-http-client | minor | `1.34.2` -> `1.35.0` |

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-datastore).
  • Loading branch information
renovate-bot committed Apr 27, 2020
1 parent c2a8d0c commit cad3bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -241,12 +241,12 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.34.2</version>
<version>1.35.0</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson2</artifactId>
<version>1.34.2</version>
<version>1.35.0</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
Expand Down

0 comments on commit cad3bfb

Please sign in to comment.