This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### [ 0.21.1] ( https://www.github.com/googleapis/java-shared-dependencies/compare/0.21.0...v0.21.1 ) (2021-04-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * release scripts from issuing overlapping phases ([ #332 ] ( https://www.github.com/googleapis/java-shared-dependencies/issues/332 ) ) ([ e289825] ( https://www.github.com/googleapis/java-shared-dependencies/commit/e289825a3bc45b4796db7ce4347f8d9d9251a410 ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * update dependency com.fasterxml.jackson: jackson-bom to v2.12.3 ([ #329 ] ( https://www.github.com/googleapis/java-shared-dependencies/issues/329 ) ) ([ a77b4fc] ( https://www.github.com/googleapis/java-shared-dependencies/commit/a77b4fcc2ea5caf366c76a4698bac6d4c9abc92e ) )
14
+ * update dependency com.google.api-client: google-api-client-bom to v1.31.4 ([ #326 ] ( https://www.github.com/googleapis/java-shared-dependencies/issues/326 ) ) ([ 409d24f] ( https://www.github.com/googleapis/java-shared-dependencies/commit/409d24f8a0cac30e41ca45eb2711aecb335d70dd ) )
15
+ * update dependency com.google.auth: google-auth-library-bom to v0.25.3 ([ #328 ] ( https://www.github.com/googleapis/java-shared-dependencies/issues/328 ) ) ([ 88cfc08] ( https://www.github.com/googleapis/java-shared-dependencies/commit/88cfc08952881200e23ed95cfa2eebad85ec7ab3 ) )
16
+ * update google.core.version to v1.94.7 ([ #324 ] ( https://www.github.com/googleapis/java-shared-dependencies/issues/324 ) ) ([ 0412c88] ( https://www.github.com/googleapis/java-shared-dependencies/commit/0412c88468940c1182bc0761bfe269a6688fe7b7 ) )
17
+ * update iam.version to v1.0.12 ([ #327 ] ( https://www.github.com/googleapis/java-shared-dependencies/issues/327 ) ) ([ 548d5f5] ( https://www.github.com/googleapis/java-shared-dependencies/commit/548d5f53c4f264f1cbb9ca72fdfe4608ab16b480 ) )
18
+
3
19
## [ 0.21.0] ( https://www.github.com/googleapis/java-shared-dependencies/compare/0.20.1...v0.21.0 ) (2021-04-09)
4
20
5
21
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ If you are using Maven, use this artifact as your project's parent.
14
14
<dependency >
15
15
<groupId >com.google.cloud</groupId >
16
16
<artifactId >google-cloud-shared-dependencies</artifactId >
17
- <version >0.21.0 </version >
17
+ <version >0.21.1 </version >
18
18
<type >pom</type >
19
19
<scope >import</scope >
20
20
</dependency >
Original file line number Diff line number Diff line change 4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >google-cloud-shared-dependencies</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >0.21.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
7
+ <version >0.21.1</version ><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
8
8
<name >Google Cloud Shared Dependencies</name >
9
9
<url >https://github.com/googleapis/java-shared-dependencies</url >
10
10
<description >
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- google-cloud-shared-dependencies:0.21.0 :0.21.1-SNAPSHOT
4
+ google-cloud-shared-dependencies:0.21.1 :0.21.1
You can’t perform that action at this time.
0 commit comments