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

Commit 031f692

Browse files
1 parent 7ff9878 commit 031f692

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [0.11.0](https://www.github.com/googleapis/java-shared-dependencies/compare/0.10.2...v0.11.0) (2020-10-13)
4+
5+
6+
### Dependencies
7+
8+
* update dependency com.google.http-client:google-http-client-bom to v1.37.0 ([#166](https://www.github.com/googleapis/java-shared-dependencies/issues/166)) ([5721225](https://www.github.com/googleapis/java-shared-dependencies/commit/572122574ce8452b6a0fc6df919e9ce2d8ffd2ce))
9+
* update dependency io.grpc:grpc-bom to v1.32.2 ([#165](https://www.github.com/googleapis/java-shared-dependencies/issues/165)) ([b70ddb0](https://www.github.com/googleapis/java-shared-dependencies/commit/b70ddb00a3be97536cdd80bd57fe6bca1b0973e2))
10+
311
### [0.10.2](https://www.github.com/googleapis/java-shared-dependencies/compare/0.10.1...v0.10.2) (2020-10-08)
412

513

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>0.10.2</version>
17+
<version>0.11.0</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>0.10.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
7+
<version>0.11.0</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:0.10.2:0.10.3-SNAPSHOT
4+
google-cloud-shared-dependencies:0.11.0:0.11.0

0 commit comments

Comments
 (0)