Skip to content

Commit

Permalink
deps: update project.http.version to v1.39.2 (#1748)
Browse files Browse the repository at this point in the history
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| com.google.http-client:google-http-client-findbugs | `1.39.0` -> `1.39.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.http-client:google-http-client-findbugs/1.39.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.http-client:google-http-client-findbugs/1.39.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.http-client:google-http-client-findbugs/1.39.2/compatibility-slim/1.39.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.http-client:google-http-client-findbugs/1.39.2/confidence-slim/1.39.0)](https://docs.renovatebot.com/merge-confidence/) |
| [com.google.http-client:google-http-client-bom](https://togithub.com/googleapis/google-http-java-client) | `1.39.0` -> `1.39.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.http-client:google-http-client-bom/1.39.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.http-client:google-http-client-bom/1.39.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.http-client:google-http-client-bom/1.39.2/compatibility-slim/1.39.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.http-client:google-http-client-bom/1.39.2/confidence-slim/1.39.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/google-http-java-client</summary>

### [`v1.39.2`](https://togithub.com/googleapis/google-http-java-client/blob/master/CHANGELOG.md#&#8203;1392-httpswwwgithubcomgoogleapisgoogle-http-java-clientcomparev1391v1392-2021-04-09)

[Compare Source](https://togithub.com/googleapis/google-http-java-client/compare/v1.39.1...v1.39.2)

### [`v1.39.1`](https://togithub.com/googleapis/google-http-java-client/blob/master/CHANGELOG.md#&#8203;1391-httpswwwgithubcomgoogleapisgoogle-http-java-clientcomparev1390v1391-2021-03-15)

[Compare Source](https://togithub.com/googleapis/google-http-java-client/compare/v1.39.0...v1.39.1)

</details>

---

### 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#github/googleapis/google-api-java-client).
  • Loading branch information
renovate-bot committed Apr 9, 2021
1 parent 3f4d37d commit 5f62a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .kokoro/dependencies.sh
Expand Up @@ -33,6 +33,7 @@ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
retry_with_backoff 3 10 \
mvn install -B -V -ntp \
-DskipTests=true \
-Dmaven.javadoc.skip=true \
-Dclirr.skip=true

mvn -B dependency:analyze -DfailOnWarning=true
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -480,7 +480,7 @@
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.http.version>1.39.0</project.http.version>
<project.http.version>1.39.2</project.http.version>
<project.httpcore.version>4.4.14</project.httpcore.version>
<project.httpclient.version>4.5.13</project.httpclient.version>
<project.oauth.version>1.31.4</project.oauth.version>
Expand Down

0 comments on commit 5f62a41

Please sign in to comment.