Skip to content

Commit 075ca59

Browse files
chore: release 1.35.0 (#1038)
🤖 I have created a release \*beep\* \*boop\* --- ## [1.35.0](https://github.com/googleapis/google-http-java-client/compare/v1.34.2...v1.35.0) (2020-04-27) ### Features * add logic for verifying ES256 JsonWebSignatures ([#1033](https://github.com/googleapis/google-http-java-client/issues/1033)) ([bb4227f](https://github.com/googleapis/google-http-java-client/commit/bb4227f9daec44fc2976fa9947e2ff5ee07ed21a)) ### Bug Fixes * add linkage monitor plugin ([#1000](https://github.com/googleapis/google-http-java-client/issues/1000)) ([027c227](https://github.com/googleapis/google-http-java-client/commit/027c227e558164f77be204152fb47023850b543f)) * Correctly handling chunked response streams with gzip ([#990](https://github.com/googleapis/google-http-java-client/issues/990)) ([1ba2197](https://github.com/googleapis/google-http-java-client/commit/1ba219743e65c89bc3fdb196acc5d2042e01f542)), closes [#367](https://github.com/googleapis/google-http-java-client/issues/367) * FileDataStoreFactory will throw IOException for any permissions errors ([#1012](https://github.com/googleapis/google-http-java-client/issues/1012)) ([fd33073](https://github.com/googleapis/google-http-java-client/commit/fd33073da3674997897d7a9057d1d0e9d42d7cd4)) * include request method and URL into HttpResponseException message ([#1002](https://github.com/googleapis/google-http-java-client/issues/1002)) ([15111a1](https://github.com/googleapis/google-http-java-client/commit/15111a1001d6f72cb92cd2d76aaed6f1229bc14a)) * incorrect check for Windows OS in FileDataStoreFactory ([#927](https://github.com/googleapis/google-http-java-client/issues/927)) ([8b4eabe](https://github.com/googleapis/google-http-java-client/commit/8b4eabe985794fc64ad6a4a53f8f96201cf73fb8)) * reuse reference instead of calling getter twice ([#983](https://github.com/googleapis/google-http-java-client/issues/983)) ([1f66222](https://github.com/googleapis/google-http-java-client/commit/1f662224d7bee6e27e8d66975fda39feae0c9359)), closes [#982](https://github.com/googleapis/google-http-java-client/issues/982) * **android:** set minimum API level to 19 a.k.a. 4.4 Kit Kat ([#1016](https://github.com/googleapis/google-http-java-client/issues/1016)) ([b9a8023](https://github.com/googleapis/google-http-java-client/commit/b9a80232c9c8b16a3c3277458835f72e346f6b2c)), closes [#1015](https://github.com/googleapis/google-http-java-client/issues/1015) ### Documentation * android 4.4 or later is required ([#1008](https://github.com/googleapis/google-http-java-client/issues/1008)) ([bcc41dd](https://github.com/googleapis/google-http-java-client/commit/bcc41dd615af41ae6fb58287931cbf9c2144a075)) * libraries-bom 4.0.1 ([#976](https://github.com/googleapis/google-http-java-client/issues/976)) ([fc21dc4](https://github.com/googleapis/google-http-java-client/commit/fc21dc412566ef60d23f1f82db5caf3cfd5d447b)) * libraries-bom 4.1.1 ([#984](https://github.com/googleapis/google-http-java-client/issues/984)) ([635c813](https://github.com/googleapis/google-http-java-client/commit/635c81352ae383b3abfe6d7c141d987a6944b3e9)) * libraries-bom 5.2.0 ([#1032](https://github.com/googleapis/google-http-java-client/issues/1032)) ([ca34202](https://github.com/googleapis/google-http-java-client/commit/ca34202bfa077adb70313b6c4562c7a5d904e064)) * require Android 4.4 ([#1007](https://github.com/googleapis/google-http-java-client/issues/1007)) ([f9d2bb0](https://github.com/googleapis/google-http-java-client/commit/f9d2bb030398fe09e3c47b84ea468603355e08e9)) ### Dependencies * httpclient 4.5.12 ([#991](https://github.com/googleapis/google-http-java-client/issues/991)) ([79bc1c7](https://github.com/googleapis/google-http-java-client/commit/79bc1c76ebd48d396a080ef715b9f07cd056b7ef)) * update to Guava 29 ([#1024](https://github.com/googleapis/google-http-java-client/issues/1024)) ([ca9520f](https://github.com/googleapis/google-http-java-client/commit/ca9520f2da4babc5bbd28c828da1deb7dbdc87e5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
1 parent c42a666 commit 075ca59

File tree

17 files changed

+86
-53
lines changed

17 files changed

+86
-53
lines changed

Diff for: CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## [1.35.0](https://github.com/googleapis/google-http-java-client/compare/v1.34.2...v1.35.0) (2020-04-27)
4+
5+
6+
### Features
7+
8+
* add logic for verifying ES256 JsonWebSignatures ([#1033](https://github.com/googleapis/google-http-java-client/issues/1033)) ([bb4227f](https://github.com/googleapis/google-http-java-client/commit/bb4227f9daec44fc2976fa9947e2ff5ee07ed21a))
9+
10+
11+
### Bug Fixes
12+
13+
* add linkage monitor plugin ([#1000](https://github.com/googleapis/google-http-java-client/issues/1000)) ([027c227](https://github.com/googleapis/google-http-java-client/commit/027c227e558164f77be204152fb47023850b543f))
14+
* Correctly handling chunked response streams with gzip ([#990](https://github.com/googleapis/google-http-java-client/issues/990)) ([1ba2197](https://github.com/googleapis/google-http-java-client/commit/1ba219743e65c89bc3fdb196acc5d2042e01f542)), closes [#367](https://github.com/googleapis/google-http-java-client/issues/367)
15+
* FileDataStoreFactory will throw IOException for any permissions errors ([#1012](https://github.com/googleapis/google-http-java-client/issues/1012)) ([fd33073](https://github.com/googleapis/google-http-java-client/commit/fd33073da3674997897d7a9057d1d0e9d42d7cd4))
16+
* include request method and URL into HttpResponseException message ([#1002](https://github.com/googleapis/google-http-java-client/issues/1002)) ([15111a1](https://github.com/googleapis/google-http-java-client/commit/15111a1001d6f72cb92cd2d76aaed6f1229bc14a))
17+
* incorrect check for Windows OS in FileDataStoreFactory ([#927](https://github.com/googleapis/google-http-java-client/issues/927)) ([8b4eabe](https://github.com/googleapis/google-http-java-client/commit/8b4eabe985794fc64ad6a4a53f8f96201cf73fb8))
18+
* reuse reference instead of calling getter twice ([#983](https://github.com/googleapis/google-http-java-client/issues/983)) ([1f66222](https://github.com/googleapis/google-http-java-client/commit/1f662224d7bee6e27e8d66975fda39feae0c9359)), closes [#982](https://github.com/googleapis/google-http-java-client/issues/982)
19+
* **android:** set minimum API level to 19 a.k.a. 4.4 Kit Kat ([#1016](https://github.com/googleapis/google-http-java-client/issues/1016)) ([b9a8023](https://github.com/googleapis/google-http-java-client/commit/b9a80232c9c8b16a3c3277458835f72e346f6b2c)), closes [#1015](https://github.com/googleapis/google-http-java-client/issues/1015)
20+
21+
22+
### Documentation
23+
24+
* android 4.4 or later is required ([#1008](https://github.com/googleapis/google-http-java-client/issues/1008)) ([bcc41dd](https://github.com/googleapis/google-http-java-client/commit/bcc41dd615af41ae6fb58287931cbf9c2144a075))
25+
* libraries-bom 4.0.1 ([#976](https://github.com/googleapis/google-http-java-client/issues/976)) ([fc21dc4](https://github.com/googleapis/google-http-java-client/commit/fc21dc412566ef60d23f1f82db5caf3cfd5d447b))
26+
* libraries-bom 4.1.1 ([#984](https://github.com/googleapis/google-http-java-client/issues/984)) ([635c813](https://github.com/googleapis/google-http-java-client/commit/635c81352ae383b3abfe6d7c141d987a6944b3e9))
27+
* libraries-bom 5.2.0 ([#1032](https://github.com/googleapis/google-http-java-client/issues/1032)) ([ca34202](https://github.com/googleapis/google-http-java-client/commit/ca34202bfa077adb70313b6c4562c7a5d904e064))
28+
* require Android 4.4 ([#1007](https://github.com/googleapis/google-http-java-client/issues/1007)) ([f9d2bb0](https://github.com/googleapis/google-http-java-client/commit/f9d2bb030398fe09e3c47b84ea468603355e08e9))
29+
30+
31+
### Dependencies
32+
33+
* httpclient 4.5.12 ([#991](https://github.com/googleapis/google-http-java-client/issues/991)) ([79bc1c7](https://github.com/googleapis/google-http-java-client/commit/79bc1c76ebd48d396a080ef715b9f07cd056b7ef))
34+
* update to Guava 29 ([#1024](https://github.com/googleapis/google-http-java-client/issues/1024)) ([ca9520f](https://github.com/googleapis/google-http-java-client/commit/ca9520f2da4babc5bbd28c828da1deb7dbdc87e5))
35+
336
### [1.34.2](https://github.com/googleapis/google-http-java-client/compare/v1.34.1...v1.34.2) (2020-02-12)
437

538

Diff for: google-http-client-android-test/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>google-http-client</groupId>
55
<artifactId>google-http-client-android-test</artifactId>
66
<name>Test project for google-http-client-android.</name>
7-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-android-test:current} -->
7+
<version>1.35.0</version><!-- {x-version-update:google-http-client-android-test:current} -->
88
<packaging>apk</packaging>
99

1010
<build>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.google.http-client</groupId>
5555
<artifactId>google-http-client-android</artifactId>
56-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-android:current} -->
56+
<version>1.35.0</version><!-- {x-version-update:google-http-client-android:current} -->
5757
<exclusions>
5858
<exclusion>
5959
<artifactId>android</artifactId>
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>com.google.http-client</groupId>
7474
<artifactId>google-http-client-test</artifactId>
75-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-test:current} -->
75+
<version>1.35.0</version><!-- {x-version-update:google-http-client-test:current} -->
7676
<exclusions>
7777
<exclusion>
7878
<artifactId>junit</artifactId>

Diff for: google-http-client-android/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
7+
<version>1.35.0</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-android</artifactId>
11-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-android:current} -->
11+
<version>1.35.0</version><!-- {x-version-update:google-http-client-android:current} -->
1212
<name>Android Platform Extensions to the Google HTTP Client Library for Java.</name>
1313

1414
<build>

Diff for: google-http-client-apache-v2/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
7+
<version>1.35.0</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-apache-v2</artifactId>
11-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-apache-v2:current} -->
11+
<version>1.35.0</version><!-- {x-version-update:google-http-client-apache-v2:current} -->
1212
<name>Apache HTTP transport v2 for the Google HTTP Client Library for Java.</name>
1313

1414
<build>

Diff for: google-http-client-appengine/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
7+
<version>1.35.0</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-appengine</artifactId>
11-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-appengine:current} -->
11+
<version>1.35.0</version><!-- {x-version-update:google-http-client-appengine:current} -->
1212
<name>Google App Engine extensions to the Google HTTP Client Library for Java.</name>
1313

1414
<build>

Diff for: google-http-client-assembly/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
7+
<version>1.35.0</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>com.google.http-client</groupId>
1111
<artifactId>google-http-client-assembly</artifactId>
12-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-assembly:current} -->
12+
<version>1.35.0</version><!-- {x-version-update:google-http-client-assembly:current} -->
1313
<packaging>pom</packaging>
1414
<name>Assembly for the Google HTTP Client Library for Java</name>
1515

Diff for: google-http-client-bom/pom.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.http-client</groupId>
55
<artifactId>google-http-client-bom</artifactId>
6-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-bom:current} -->
6+
<version>1.35.0</version><!-- {x-version-update:google-http-client-bom:current} -->
77
<packaging>pom</packaging>
88

99
<name>Google HTTP Client Library for Java BOM</name>
@@ -63,52 +63,52 @@
6363
<dependency>
6464
<groupId>com.google.http-client</groupId>
6565
<artifactId>google-http-client</artifactId>
66-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client:current} -->
66+
<version>1.35.0</version><!-- {x-version-update:google-http-client:current} -->
6767
</dependency>
6868
<dependency>
6969
<groupId>com.google.http-client</groupId>
7070
<artifactId>google-http-client-android</artifactId>
71-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-android:current} -->
71+
<version>1.35.0</version><!-- {x-version-update:google-http-client-android:current} -->
7272
</dependency>
7373
<dependency>
7474
<groupId>com.google.http-client</groupId>
7575
<artifactId>google-http-client-apache-v2</artifactId>
76-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-apache-v2:current} -->
76+
<version>1.35.0</version><!-- {x-version-update:google-http-client-apache-v2:current} -->
7777
</dependency>
7878
<dependency>
7979
<groupId>com.google.http-client</groupId>
8080
<artifactId>google-http-client-appengine</artifactId>
81-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-appengine:current} -->
81+
<version>1.35.0</version><!-- {x-version-update:google-http-client-appengine:current} -->
8282
</dependency>
8383
<dependency>
8484
<groupId>com.google.http-client</groupId>
8585
<artifactId>google-http-client-findbugs</artifactId>
86-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-findbugs:current} -->
86+
<version>1.35.0</version><!-- {x-version-update:google-http-client-findbugs:current} -->
8787
</dependency>
8888
<dependency>
8989
<groupId>com.google.http-client</groupId>
9090
<artifactId>google-http-client-gson</artifactId>
91-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-gson:current} -->
91+
<version>1.35.0</version><!-- {x-version-update:google-http-client-gson:current} -->
9292
</dependency>
9393
<dependency>
9494
<groupId>com.google.http-client</groupId>
9595
<artifactId>google-http-client-jackson2</artifactId>
96-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-jackson2:current} -->
96+
<version>1.35.0</version><!-- {x-version-update:google-http-client-jackson2:current} -->
9797
</dependency>
9898
<dependency>
9999
<groupId>com.google.http-client</groupId>
100100
<artifactId>google-http-client-protobuf</artifactId>
101-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-protobuf:current} -->
101+
<version>1.35.0</version><!-- {x-version-update:google-http-client-protobuf:current} -->
102102
</dependency>
103103
<dependency>
104104
<groupId>com.google.http-client</groupId>
105105
<artifactId>google-http-client-test</artifactId>
106-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-test:current} -->
106+
<version>1.35.0</version><!-- {x-version-update:google-http-client-test:current} -->
107107
</dependency>
108108
<dependency>
109109
<groupId>com.google.http-client</groupId>
110110
<artifactId>google-http-client-xml</artifactId>
111-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-xml:current} -->
111+
<version>1.35.0</version><!-- {x-version-update:google-http-client-xml:current} -->
112112
</dependency>
113113
</dependencies>
114114
</dependencyManagement>

Diff for: google-http-client-findbugs/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
7+
<version>1.35.0</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-findbugs</artifactId>
11-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-findbugs:current} -->
11+
<version>1.35.0</version><!-- {x-version-update:google-http-client-findbugs:current} -->
1212
<name>Google APIs Client Library Findbugs custom plugin.</name>
1313

1414
<build>

Diff for: google-http-client-gson/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
7+
<version>1.35.0</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-gson</artifactId>
11-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-gson:current} -->
11+
<version>1.35.0</version><!-- {x-version-update:google-http-client-gson:current} -->
1212
<name>GSON extensions to the Google HTTP Client Library for Java.</name>
1313

1414
<build>

Diff for: google-http-client-jackson2/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
7+
<version>1.35.0</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-jackson2</artifactId>
11-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-jackson2:current} -->
11+
<version>1.35.0</version><!-- {x-version-update:google-http-client-jackson2:current} -->
1212
<name>Jackson 2 extensions to the Google HTTP Client Library for Java.</name>
1313

1414
<build>

Diff for: google-http-client-protobuf/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
7+
<version>1.35.0</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-protobuf</artifactId>
11-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-protobuf:current} -->
11+
<version>1.35.0</version><!-- {x-version-update:google-http-client-protobuf:current} -->
1212
<name>Protocol Buffer extensions to the Google HTTP Client Library for Java.</name>
1313

1414
<build>

Diff for: google-http-client-test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
7+
<version>1.35.0</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-test</artifactId>
11-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-test:current} -->
11+
<version>1.35.0</version><!-- {x-version-update:google-http-client-test:current} -->
1212
<name>Shared classes used for testing of artifacts in the Google HTTP Client Library for Java.</name>
1313

1414
<build>

Diff for: google-http-client-xml/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
7+
<version>1.35.0</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client-xml</artifactId>
11-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-xml:current} -->
11+
<version>1.35.0</version><!-- {x-version-update:google-http-client-xml:current} -->
1212
<name>XML extensions to the Google HTTP Client Library for Java.</name>
1313

1414
<build>

Diff for: google-http-client/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
7+
<version>1.35.0</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-http-client</artifactId>
11-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client:current} -->
11+
<version>1.35.0</version><!-- {x-version-update:google-http-client:current} -->
1212
<name>Google HTTP Client Library for Java</name>
1313
<description>
1414
Google HTTP Client Library for Java. Functionality that works on all supported Java platforms,

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
7+
<version>1.35.0</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<packaging>pom</packaging>
99
<name>Parent for the Google HTTP Client Library for Java</name>
1010
<description>Google HTTP Client Library for Java</description>
@@ -553,7 +553,7 @@
553553
- google-api-java-client/google-api-client-assembly/android-properties (make the filenames match the version here)
554554
- Internally, update the default features.json file
555555
-->
556-
<project.http-client.version>1.34.3-SNAPSHOT</project.http-client.version><!-- {x-version-update:google-http-client-parent:current} -->
556+
<project.http-client.version>1.35.0</project.http-client.version><!-- {x-version-update:google-http-client-parent:current} -->
557557
<project.appengine.version>1.9.71</project.appengine.version>
558558
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
559559
<project.jsr305.version>3.0.2</project.jsr305.version>

Diff for: samples/dailymotion-simple-cmdline-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.http-client</groupId>
66
<artifactId>google-http-client-parent</artifactId>
7-
<version>1.34.3-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
7+
<version>1.35.0</version><!-- {x-version-update:google-http-client-parent:current} -->
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>dailymotion-simple-cmdline-sample</artifactId>

0 commit comments

Comments
 (0)