Skip to content

Commit 5f62a41

Browse files
authored
deps: update project.http.version to v1.39.2 (#1748)
[![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).
1 parent 3f4d37d commit 5f62a41

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.kokoro/dependencies.sh

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
3333
retry_with_backoff 3 10 \
3434
mvn install -B -V -ntp \
3535
-DskipTests=true \
36+
-Dmaven.javadoc.skip=true \
3637
-Dclirr.skip=true
3738

3839
mvn -B dependency:analyze -DfailOnWarning=true

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@
480480
</build>
481481
<properties>
482482
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
483-
<project.http.version>1.39.0</project.http.version>
483+
<project.http.version>1.39.2</project.http.version>
484484
<project.httpcore.version>4.4.14</project.httpcore.version>
485485
<project.httpclient.version>4.5.13</project.httpclient.version>
486486
<project.oauth.version>1.31.4</project.oauth.version>

0 commit comments

Comments
 (0)