Skip to content

Commit

Permalink
chore(deps): update project.http.version to v1.39.2 (#648)
Browse files Browse the repository at this point in the history
* chore(deps): update project.http.version to v1.39.2

* chore: skip javadoc during dependency test

Co-authored-by: Jeff Ching <chingor@google.com>
  • Loading branch information
renovate-bot and chingor13 committed Apr 9, 2021
1 parent 9e8f0fd commit 0f06100
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 @@ -453,7 +453,7 @@
-->
<project.appengine.version>1.9.87</project.appengine.version>
<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.jsr305.version>3.0.2</project.jsr305.version>
<project.guava.version>30.1-android</project.guava.version>
<project.xpp3.version>1.1.4c</project.xpp3.version>
Expand Down

0 comments on commit 0f06100

Please sign in to comment.