This repository was archived by the owner on Sep 19, 2023. It is now read-only.

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### [0.8.3](https://www..com/googleapis/java-shared-dependencies/compare/v0.8.2...v0.8.3) (2020-07-09)
4+
5+
6+
### Dependencies
7+
8+
* update core dependencies ([#96](https://www..com/googleapis/java-shared-dependencies/issues/96)) ([978e69e](https://www..com/googleapis/java-shared-dependencies/commit/978e69e9b5999630354ea204c034be2d6b8a2d80))
9+
* update dependency com.google.api-client:google-api-client-bom to v1.30.10 ([#99](https://www..com/googleapis/java-shared-dependencies/issues/99)) ([65c9cce](https://www..com/googleapis/java-shared-dependencies/commit/65c9ccea34275fa6f9599043d6e06df169bc433a))
10+
* update dependency com.google.api:api-common to v1.9.3 ([#91](https://www..com/googleapis/java-shared-dependencies/issues/91)) ([2a23a50](https://www..com/googleapis/java-shared-dependencies/commit/2a23a50ee5c73b581a02171048e20b14f999949f))
11+
312
### [0.8.2](https://www..com/googleapis/java-shared-dependencies/compare/v0.8.1...v0.8.2) (2020-07-01)
413

514

Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you are using Maven, use this artifact as your project's parent.
1414
<dependency>
1515
<groupId>com.google.cloud</groupId>
1616
<artifactId>google-cloud-shared-dependencies</artifactId>
17-
<version>0.8.2</version>
17+
<version>0.8.3</version>
1818
<type>pom</type>
1919
<scope>import</scope>
2020
</dependency>
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-shared-dependencies</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.8.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
7+
<version>0.8.3</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
88
<name>Google Cloud Shared Dependencies</name>
99
<url>https://.com/googleapis/java-shared-dependencies</url>
1010
<description>
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-shared-dependencies:0.8.2:0.8.3-SNAPSHOT
4+
google-cloud-shared-dependencies:0.8.3:0.8.3

0 commit comments

Comments
 (0)