Skip to content

Commit f000d2f

Browse files
1 parent 816dc29 commit f000d2f

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

java-dns/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.1.8](https://github.com/googleapis/java-dns/compare/v2.1.7...v2.1.8) (2022-10-06)
4+
5+
6+
### Dependencies
7+
8+
* Update dependency charset-normalizer to v2.1.1 ([#719](https://github.com/googleapis/java-dns/issues/719)) ([3ed0f81](https://github.com/googleapis/java-dns/commit/3ed0f812b58d25faff36fdeb30ba5b17d71b55e2))
9+
* Update dependency com.google.apis:google-api-services-dns to v1-rev20220915-2.0.0 ([#713](https://github.com/googleapis/java-dns/issues/713)) ([b20712c](https://github.com/googleapis/java-dns/commit/b20712c4f7eece2da18137570ef90cb68ae3d152))
10+
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#737](https://github.com/googleapis/java-dns/issues/737)) ([ad22c03](https://github.com/googleapis/java-dns/commit/ad22c030392f5fe36aa84a41e9c8f935da86ed67))
11+
* Update dependency google-api-core to v2.10.1 ([#720](https://github.com/googleapis/java-dns/issues/720)) ([3d25321](https://github.com/googleapis/java-dns/commit/3d25321ef52ba5330137086ad72f46ef3f25e58d))
12+
* Update dependency google-cloud-core to v2.3.2 ([#718](https://github.com/googleapis/java-dns/issues/718)) ([9f77891](https://github.com/googleapis/java-dns/commit/9f778916b7fa5990d91bfb9983bda75d0c8ef03e))
13+
314
## [2.1.7](https://github.com/googleapis/java-dns/compare/v2.1.6...v2.1.7) (2022-09-22)
415

516

java-dns/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-dns</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.1.8-SNAPSHOT</version><!-- {x-version-update:google-cloud-dns:current} -->
7+
<version>2.1.8</version><!-- {x-version-update:google-cloud-dns:current} -->
88
<name>Google Cloud DNS Parent</name>
99
<url>https://github.com/googleapis/java-dns</url>
1010
<description>

java-dns/samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-dns</artifactId>
31-
<version>2.1.8-SNAPSHOT</version>
31+
<version>2.1.8</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

java-dns/versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-dns:2.1.7:2.1.8-SNAPSHOT
4+
google-cloud-dns:2.1.8:2.1.8

0 commit comments

Comments
 (0)