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 +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.20.0] ( https://www.github.com/googleapis/java-shared-dependencies/compare/0.19.0...v0.20.0 ) (2021-02-25)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * update dependency com.google.auth: google-auth-library-bom to v0.24.0 ([ #284 ] ( https://www.github.com/googleapis/java-shared-dependencies/issues/284 ) ) ([ 5e4914c] ( https://www.github.com/googleapis/java-shared-dependencies/commit/5e4914cc4a8ccd41a219f150a7455da116d1594b ) )
9
+ * update dependency com.google.http-client: google-http-client-bom to v1.39.0 ([ #288 ] ( https://www.github.com/googleapis/java-shared-dependencies/issues/288 ) ) ([ 70bb862] ( https://www.github.com/googleapis/java-shared-dependencies/commit/70bb862029b840fbd99ba0109fa2b8f585812793 ) )
10
+ * update dependency com.google.protobuf: protobuf-bom to v3.15.1 ([ #282 ] ( https://www.github.com/googleapis/java-shared-dependencies/issues/282 ) ) ([ 44283bd] ( https://www.github.com/googleapis/java-shared-dependencies/commit/44283bdfdc9288b4a8d16b6ed3a61541792d147e ) )
11
+ * update dependency com.google.protobuf: protobuf-bom to v3.15.2 ([ #287 ] ( https://www.github.com/googleapis/java-shared-dependencies/issues/287 ) ) ([ bdae560] ( https://www.github.com/googleapis/java-shared-dependencies/commit/bdae5600f9033219ef8beb6c4d1c521fb062eaec ) )
12
+ * update dependency io.grpc: grpc-bom to v1.36.0 ([ #285 ] ( https://www.github.com/googleapis/java-shared-dependencies/issues/285 ) ) ([ c59771b] ( https://www.github.com/googleapis/java-shared-dependencies/commit/c59771b2436ac1a4fbc92b48049900472dd6d3ff ) )
13
+ * update gax.version to v1.62.0 ([ #291 ] ( https://www.github.com/googleapis/java-shared-dependencies/issues/291 ) ) ([ 66bd070] ( https://www.github.com/googleapis/java-shared-dependencies/commit/66bd0702bd3deb64e0f6c73635e0ffd51a4d637e ) )
14
+ * update google.common-protos.version to v2.1.0 ([ #289 ] ( https://www.github.com/googleapis/java-shared-dependencies/issues/289 ) ) ([ 43c9f02] ( https://www.github.com/googleapis/java-shared-dependencies/commit/43c9f026b1fa82f38dcb93b902281c2559e82d8e ) )
15
+ * update iam.version to v1.0.9 ([ #281 ] ( https://www.github.com/googleapis/java-shared-dependencies/issues/281 ) ) ([ ee44d0b] ( https://www.github.com/googleapis/java-shared-dependencies/commit/ee44d0b41e101931ccf5de2561dfcfcc9ff88b88 ) )
16
+
3
17
## [ 0.19.0] ( https://www.github.com/googleapis/java-shared-dependencies/compare/0.18.0...v0.19.0 ) (2021-02-19)
4
18
5
19
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.19 .0</version >
17
+ <version >0.20 .0</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.19.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
7
+ <version >0.20.0 </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.19 .0:0.19.1-SNAPSHOT
4
+ google-cloud-shared-dependencies:0.20 .0:0.20.0
You can’t perform that action at this time.
0 commit comments