Skip to content

Commit

Permalink
Fix http/oauth dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Jul 1, 2019
1 parent 5537bbc commit a01ae3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,8 @@
- Internally, update the default features.json file
-->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.http.version>1.26.1</project.http.version><!-- {x-version-update:google-http-client:current} -->
<project.oauth.version>1.26.1</project.oauth.version><!-- {x-version-update:google-oauth-client:current} -->
<project.http.version>1.26.0</project.http.version><!-- {x-version-update:google-http-client:current} -->
<project.oauth.version>1.26.0</project.oauth.version><!-- {x-version-update:google-oauth-client:current} -->
<project.jsr305.version>3.0.2</project.jsr305.version>
<project.gson.version>2.1</project.gson.version>
<project.jackson-core-asl.version>1.9.13</project.jackson-core-asl.version>
Expand Down

0 comments on commit a01ae3f

Please sign in to comment.