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

Commit 73e2139

Browse files
chore: release 1.3.1
1 parent 4496153 commit 73e2139

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
### [1.3.1](https://www.github.com/googleapis/java-shared-dependencies/compare/1.3.0...v1.3.1) (2021-06-09)
4+
5+
6+
### Dependencies
7+
8+
* update dependency com.google.api:gax-grpc to v1.65.1 ([#382](https://www.github.com/googleapis/java-shared-dependencies/issues/382)) ([a2a1547](https://www.github.com/googleapis/java-shared-dependencies/commit/a2a15471dee21207a0b97b3bc8f6f59d6a4a2d13))
9+
* update dependency com.google.protobuf:protobuf-bom to v3.17.3 ([#379](https://www.github.com/googleapis/java-shared-dependencies/issues/379)) ([6f43eb5](https://www.github.com/googleapis/java-shared-dependencies/commit/6f43eb553dca98140d343bee3f1003096d79ee6c))
10+
* update google.core.version to v1.95.1 ([#381](https://www.github.com/googleapis/java-shared-dependencies/issues/381)) ([4496153](https://www.github.com/googleapis/java-shared-dependencies/commit/44961532f621b0ab19e9e7feebb7d588aef5d423))
11+
312
## [1.3.0](https://www.github.com/googleapis/java-shared-dependencies/compare/1.2.0...v1.3.0) (2021-06-03)
413

514

README.md

Lines changed: 1 addition & 1 deletion
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>1.3.0</version>
17+
<version>1.3.1</version>
1818
<type>pom</type>
1919
<scope>import</scope>
2020
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
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>1.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
7+
<version>1.3.1</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
88
<name>Google Cloud Shared Dependencies</name>
99
<url>https://github.com/googleapis/java-shared-dependencies</url>
1010
<description>

versions.txt

Lines changed: 1 addition & 1 deletion
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:1.3.0:1.3.1-SNAPSHOT
4+
google-cloud-shared-dependencies:1.3.1:1.3.1

0 commit comments

Comments
 (0)