Skip to content

Commit a30f336

Browse files
authored
Update google-http-client version and maven surefire plugin (#221)
1 parent d96aecf commit a30f336

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

google-auth-library-java/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<name>Google Auth Library for Java</name>
1616
<description>Client libraries providing authentication and
1717
authorization to enable calling Google APIs.</description>
18-
<url>https://github.com/google/google-auth-library-java</url>
18+
<url>https://github.com/googleapis/google-auth-library-java</url>
1919

2020
<licenses>
2121
<license>
@@ -44,10 +44,9 @@
4444

4545
<properties>
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
47-
<java.version>1.6</java.version>
48-
<project.google.http.version>1.27.0</project.google.http.version>
47+
<project.google.http.version>1.28.0</project.google.http.version>
4948
<project.junit.version>4.12</project.junit.version>
50-
<project.guava.version>20.0</project.guava.version>
49+
<project.guava.version>26.0-android</project.guava.version>
5150
<project.appengine.version>1.9.64</project.appengine.version>
5251
</properties>
5352

@@ -159,7 +158,7 @@
159158
<plugin>
160159
<groupId>org.apache.maven.plugins</groupId>
161160
<artifactId>maven-surefire-plugin</artifactId>
162-
<version>2.22.0</version>
161+
<version>3.0.0-M3</version>
163162
<configuration>
164163
<reportNameSuffix>sponge_log</reportNameSuffix>
165164
</configuration>

0 commit comments

Comments
 (0)