Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update dependency com.google.http-client:google-http-client-apache-v2…
… to v1.30.2
  • Loading branch information
renovate-bot committed Jul 3, 2019
commit ca94b903b6023a19a9e7801cbbe7b4c2ba0fdba4
2 changes: 1 addition & 1 deletion google-http-client-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-apache-v2</artifactId>
<version>1.30.2-SNAPSHOT</version><!-- {x-version-update:google-http-client-apache-v2:current} -->
<version>1.30.2</version><!-- {x-version-update:google-http-client-apache-v2:current} -->
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
- google-api-java-client/google-api-client-assembly/android-properties (make the filenames match the version here)
- Internally, update the default features.json file
-->
<project.http-client.version>1.30.2-SNAPSHOT</project.http-client.version><!-- {x-version-update:google-http-client-parent:current} -->
<project.http-client.version>1.30.2</project.http-client.version><!-- {x-version-update:google-http-client-parent:current} -->
<project.appengine.version>1.9.71</project.appengine.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.jsr305.version>3.0.2</project.jsr305.version>
Expand Down