[Git][java-team/google-auth-java][upstream] New upstream version 0.18.0

Olek Wojnar gitlab at salsa.debian.org
Wed Dec 23 21:49:24 GMT 2020



Olek Wojnar pushed to branch upstream at Debian Java Maintainers / google-auth-java


Commits:
36b4d51b by Olek Wojnar at 2020-12-23T14:31:54-05:00
New upstream version 0.18.0
- - - - -


11 changed files:

- + .github/release-please.yml
- CHANGELOG.md
- README.md
- appengine/pom.xml
- bom/README.md
- bom/pom.xml
- credentials/pom.xml
- oauth2_http/java/com/google/auth/oauth2/JwtClaims.java
- oauth2_http/pom.xml
- pom.xml
- versions.txt


Changes:

=====================================
.github/release-please.yml
=====================================
@@ -0,0 +1 @@
+


=====================================
CHANGELOG.md
=====================================
@@ -1,5 +1,48 @@
 # Changelog
 
+### [0.18.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.17.2...v0.18.0) (2019-10-09)
+
+
+### Bug Fixes
+
+* make JwtClaims.newBuilder() public ([#350](https://www.github.com/googleapis/google-auth-library-java/issues/350)) ([6ab8758](https://www.github.com/googleapis/google-auth-library-java/commit/6ab8758))
+* move autovalue into annotation processor path instead of classpath ([#358](https://www.github.com/googleapis/google-auth-library-java/issues/358)) ([a82d348](https://www.github.com/googleapis/google-auth-library-java/commit/a82d348))
+
+
+### Dependencies
+
+* update Guava to 28.1 ([#353](https://www.github.com/googleapis/google-auth-library-java/issues/353)) ([f4f05be](https://www.github.com/googleapis/google-auth-library-java/commit/f4f05be))
+
+
+### Documentation
+
+* fix include instructions in google-auth-library-bom README ([#352](https://www.github.com/googleapis/google-auth-library-java/issues/352)) ([f649735](https://www.github.com/googleapis/google-auth-library-java/commit/f649735))
+
+### [0.17.4](https://www.github.com/googleapis/google-auth-library-java/compare/v0.18.0...v0.17.4) (2019-10-08)
+
+
+### Bug Fixes
+
+* make JwtClaims.newBuilder() public ([#350](https://www.github.com/googleapis/google-auth-library-java/issues/350)) ([6ab8758](https://www.github.com/googleapis/google-auth-library-java/commit/6ab8758))
+* move autovalue into annotation processor path instead of classpath ([#358](https://www.github.com/googleapis/google-auth-library-java/issues/358)) ([a82d348](https://www.github.com/googleapis/google-auth-library-java/commit/a82d348))
+
+
+### Dependencies
+
+* update Guava to 28.1 ([#353](https://www.github.com/googleapis/google-auth-library-java/issues/353)) ([f4f05be](https://www.github.com/googleapis/google-auth-library-java/commit/f4f05be))
+
+
+### Documentation
+
+* fix include instructions in google-auth-library-bom README ([#352](https://www.github.com/googleapis/google-auth-library-java/issues/352)) ([f649735](https://www.github.com/googleapis/google-auth-library-java/commit/f649735))
+
+### [0.17.2](https://www.github.com/googleapis/google-auth-library-java/compare/v0.17.1...v0.17.2) (2019-09-24)
+
+
+### Bug Fixes
+
+* typo in BOM dependency ([#345](https://www.github.com/googleapis/google-auth-library-java/issues/345)) ([a1d63bb](https://www.github.com/googleapis/google-auth-library-java/commit/a1d63bb))
+
 ### [0.17.1](https://www.github.com/googleapis/google-auth-library-java/compare/v0.17.0...v0.17.1) (2019-08-22)
 
 


=====================================
README.md
=====================================
@@ -32,7 +32,7 @@ If you are using Maven, add this to your pom.xml file (notice that you can repla
 <dependency>
   <groupId>com.google.auth</groupId>
   <artifactId>google-auth-library-oauth2-http</artifactId>
-  <version>0.17.1</version>
+  <version>0.18.0</version>
 </dependency>
 ```
 [//]: # ({x-version-update-end})
@@ -42,7 +42,7 @@ If you are using Gradle, add this to your dependencies
 
 [//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
 ```Groovy
-compile 'com.google.auth:google-auth-library-oauth2-http:0.17.1'
+compile 'com.google.auth:google-auth-library-oauth2-http:0.18.0'
 ```
 [//]: # ({x-version-update-end})
 
@@ -50,7 +50,7 @@ If you are using SBT, add this to your dependencies
 
 [//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
 ```Scala
-libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.17.1"
+libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.18.0"
 ```
 [//]: # ({x-version-update-end})
 


=====================================
appengine/pom.xml
=====================================
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.google.auth</groupId>
     <artifactId>google-auth-library-parent</artifactId>
-    <version>0.17.1</version><!-- {x-version-update:google-auth-library-parent:current} -->
+    <version>0.18.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 


=====================================
bom/README.md
=====================================
@@ -12,7 +12,7 @@ To use it in Maven, add the following to your `pom.xml`:
     <dependency>
       <groupId>com.google.auth</groupId>
       <artifactId>google-auth-library-bom</artifactId>
-      <version>0.16.2</version>
+      <version>0.17.1/version>
       <type>pom</type>
       <scope>import</scope>
     </dependency>


=====================================
bom/pom.xml
=====================================
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.google.auth</groupId>
   <artifactId>google-auth-library-bom</artifactId>
-  <version>0.17.1</version><!-- {x-version-update:google-auth-library-bom:current} -->
+  <version>0.18.0</version><!-- {x-version-update:google-auth-library-bom:current} -->
   <packaging>pom</packaging>
   <name>Google Auth Library for Java BOM</name>
   <description>
@@ -61,7 +61,7 @@
       </dependency>
       <dependency>
         <groupId>com.google.auth</groupId>
-        <artifactId>google-auth-library-oauth2-appengine</artifactId>
+        <artifactId>google-auth-library-appengine</artifactId>
         <version>${project.version}</version>
       </dependency>
     </dependencies>


=====================================
credentials/pom.xml
=====================================
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.google.auth</groupId>
     <artifactId>google-auth-library-parent</artifactId>
-    <version>0.17.1</version><!-- {x-version-update:google-auth-library-parent:current} -->
+    <version>0.18.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 


=====================================
oauth2_http/java/com/google/auth/oauth2/JwtClaims.java
=====================================
@@ -70,7 +70,7 @@ public abstract class JwtClaims implements Serializable {
    */
   abstract Map<String, String> getAdditionalClaims();
 
-  static Builder newBuilder() {
+  public static Builder newBuilder() {
     return new AutoValue_JwtClaims.Builder().setAdditionalClaims(ImmutableMap.<String, String>of());
   }
 


=====================================
oauth2_http/pom.xml
=====================================
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.google.auth</groupId>
     <artifactId>google-auth-library-parent</artifactId>
-    <version>0.17.1</version><!-- {x-version-update:google-auth-library-parent:current} -->
+    <version>0.18.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -66,11 +66,6 @@
       <groupId>com.google.auto.value</groupId>
       <artifactId>auto-value-annotations</artifactId>
     </dependency>
-    <dependency>
-      <groupId>com.google.auto.value</groupId>
-      <artifactId>auto-value</artifactId>
-      <scope>provided</scope>
-    </dependency>
     <dependency>
       <groupId>com.google.code.findbugs</groupId>
       <artifactId>jsr305</artifactId>


=====================================
pom.xml
=====================================
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.google.auth</groupId>
   <artifactId>google-auth-library-parent</artifactId>
-  <version>0.17.1</version><!-- {x-version-update:google-auth-library-parent:current} -->
+  <version>0.18.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
   <packaging>pom</packaging>
   <name>Google Auth Library for Java</name>
   <description>Client libraries providing authentication and
@@ -59,9 +59,9 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <project.google.http.version>1.31.0</project.google.http.version>
+    <project.google.http.version>1.32.1</project.google.http.version>
     <project.junit.version>4.12</project.junit.version>
-    <project.guava.version>28.0-android</project.guava.version>
+    <project.guava.version>28.1-android</project.guava.version>
     <project.appengine.version>1.9.74</project.appengine.version>
     <project.autovalue.version>1.6.6</project.autovalue.version>
     <project.findbugs.version>3.0.2</project.findbugs.version>
@@ -107,12 +107,6 @@
         <artifactId>auto-value-annotations</artifactId>
         <version>${project.autovalue.version}</version>
       </dependency>
-      <dependency>
-        <groupId>com.google.auto.value</groupId>
-        <artifactId>auto-value</artifactId>
-        <version>${project.autovalue.version}</version>
-        <scope>provided</scope>
-      </dependency>
       <dependency>
         <groupId>com.google.code.findbugs</groupId>
         <artifactId>jsr305</artifactId>
@@ -225,6 +219,13 @@
           <target>1.7</target>
           <encoding>UTF-8</encoding>
           <compilerArgument>-Xlint:unchecked</compilerArgument>
+          <annotationProcessorPaths>
+            <path>
+              <groupId>com.google.auto.value</groupId>
+              <artifactId>auto-value</artifactId>
+              <version>${project.autovalue.version}</version>
+            </path>
+          </annotationProcessorPaths>
         </configuration>
       </plugin>
       <plugin>


=====================================
versions.txt
=====================================
@@ -1,9 +1,9 @@
 # Format:
 # module:released-version:current-version
 
-google-auth-library:0.17.1:0.17.1
-google-auth-library-bom:0.17.1:0.17.1
-google-auth-library-parent:0.17.1:0.17.1
-google-auth-library-appengine:0.17.1:0.17.1
-google-auth-library-credentials:0.17.1:0.17.1
-google-auth-library-oauth2-http:0.17.1:0.17.1
+google-auth-library:0.18.0:0.18.0
+google-auth-library-bom:0.18.0:0.18.0
+google-auth-library-parent:0.18.0:0.18.0
+google-auth-library-appengine:0.18.0:0.18.0
+google-auth-library-credentials:0.18.0:0.18.0
+google-auth-library-oauth2-http:0.18.0:0.18.0



View it on GitLab: https://salsa.debian.org/java-team/google-auth-java/-/commit/36b4d51ba6f31ef69e311d1f62c4bd3d6854552f

-- 
View it on GitLab: https://salsa.debian.org/java-team/google-auth-java/-/commit/36b4d51ba6f31ef69e311d1f62c4bd3d6854552f
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20201223/e8db3d87/attachment.html>


More information about the pkg-java-commits mailing list