Skip to content

File tree

8 files changed

+27
-14
lines changed

8 files changed

+27
-14
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.3.0](https://www.github.com/googleapis/google-auth-library-java/compare/v1.2.2...v1.3.0) (2021-11-10)
4+
5+
6+
### Features
7+
8+
* next release from main branch is 1.3.0 ([#780](https://www.github.com/googleapis/google-auth-library-java/issues/780)) ([1149581](https://www.github.com/googleapis/google-auth-library-java/commit/1149581e63267e3553c74ba2114d849c5b24f27b))
9+
10+
11+
### Bug Fixes
12+
13+
* **java:** java 17 dependency arguments ([#1266](https://www.github.com/googleapis/google-auth-library-java/issues/1266)) ([#779](https://www.github.com/googleapis/google-auth-library-java/issues/779)) ([9160a53](https://www.github.com/googleapis/google-auth-library-java/commit/9160a53e6507c1c938795e181c65ad80db1bcf11))
14+
* service account impersonation with workforce credentials ([#770](https://www.github.com/googleapis/google-auth-library-java/issues/770)) ([6449ef0](https://www.github.com/googleapis/google-auth-library-java/commit/6449ef0922053121a6732933ab9e246965fde3b7))
15+
316
### [1.2.2](https://www.github.com/googleapis/google-auth-library-java/compare/v1.2.1...v1.2.2) (2021-10-20)
417

518

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you are using Maven, add this to your pom.xml file (notice that you can repla
3131
<dependency>
3232
<groupId>com.google.auth</groupId>
3333
<artifactId>google-auth-library-oauth2-http</artifactId>
34-
<version>1.2.2</version>
34+
<version>1.3.0</version>
3535
</dependency>
3636
```
3737
[//]: # ({x-version-update-end})
@@ -41,15 +41,15 @@ If you are using Gradle, add this to your dependencies
4141

4242
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
4343
```Groovy
44-
compile 'com.google.auth:google-auth-library-oauth2-http:1.2.2'
44+
compile 'com.google.auth:google-auth-library-oauth2-http:1.3.0'
4545
```
4646
[//]: # ({x-version-update-end})
4747

4848
If you are using SBT, add this to your dependencies
4949

5050
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
5151
```Scala
52-
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "1.2.2"
52+
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "1.3.0"
5353
```
5454
[//]: # ({x-version-update-end})
5555

appengine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.auth</groupId>
77
<artifactId>google-auth-library-parent</artifactId>
8-
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>1.3.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.auth</groupId>
55
<artifactId>google-auth-library-bom</artifactId>
6-
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-auth-library-bom:current} -->
6+
<version>1.3.0</version><!-- {x-version-update:google-auth-library-bom:current} -->
77
<packaging>pom</packaging>
88
<name>Google Auth Library for Java BOM</name>
99
<description>

credentials/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.auth</groupId>
66
<artifactId>google-auth-library-parent</artifactId>
7-
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
7+
<version>1.3.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

oauth2_http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.auth</groupId>
77
<artifactId>google-auth-library-parent</artifactId>
8-
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>1.3.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.auth</groupId>
55
<artifactId>google-auth-library-parent</artifactId>
6-
<version>1.2.3-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
6+
<version>1.3.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
77
<packaging>pom</packaging>
88
<name>Google Auth Library for Java</name>
99
<description>Client libraries providing authentication and

versions.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-auth-library:1.2.2:1.2.3-SNAPSHOT
5-
google-auth-library-bom:1.2.2:1.2.3-SNAPSHOT
6-
google-auth-library-parent:1.2.2:1.2.3-SNAPSHOT
7-
google-auth-library-appengine:1.2.2:1.2.3-SNAPSHOT
8-
google-auth-library-credentials:1.2.2:1.2.3-SNAPSHOT
9-
google-auth-library-oauth2-http:1.2.2:1.2.3-SNAPSHOT
4+
google-auth-library:1.3.0:1.3.0
5+
google-auth-library-bom:1.3.0:1.3.0
6+
google-auth-library-parent:1.3.0:1.3.0
7+
google-auth-library-appengine:1.3.0:1.3.0
8+
google-auth-library-credentials:1.3.0:1.3.0
9+
google-auth-library-oauth2-http:1.3.0:1.3.0

0 commit comments

Comments
 (0)