diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index a454a61e..de9173d9 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28
-# created: 2022-06-29T23:17:33.110417661Z
+ digest: sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
+# created: 2022-07-13T13:53:17.676447481Z
diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml
index dd5626f3..0501f63f 100644
--- a/.github/sync-repo-settings.yaml
+++ b/.github/sync-repo-settings.yaml
@@ -16,6 +16,8 @@ branchProtectionRules:
- 'Kokoro - Test: Integration'
- cla/google
- OwlBot Post Processor
+ - 'Kokoro - Test: Java GraalVM Native Image'
+ - 'Kokoro - Test: Java 17 GraalVM Native Image'
- pattern: java7
isAdminEnforced: true
requiredApprovingReviewCount: 1
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 83ef7f9c..e3bb26e3 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -39,6 +39,8 @@ jobs:
windows:
runs-on: windows-latest
steps:
+ - name: Support longpaths
+ run: git config --system core.longpaths true
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d5e1dda..8610a551 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.3.1](https://github.com/googleapis/java-iot/compare/v2.3.0...v2.3.1) (2022-07-13)
+
+
+### Bug Fixes
+
+* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-iot/issues/1485)) ([#747](https://github.com/googleapis/java-iot/issues/747)) ([93a62e2](https://github.com/googleapis/java-iot/commit/93a62e289e62e9a94c018cf925b4884181380dab))
+
## [2.3.0](https://github.com/googleapis/java-iot/compare/v2.2.1...v2.3.0) (2022-07-01)
diff --git a/README.md b/README.md
index dfba32e2..2f27dff8 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Java idiomatic client for [Cloud Internet of Things (IoT) Core][product-docs].
## Quickstart
-If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
+If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
```xml
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
com.google.cloud
libraries-bom
- 25.4.0
+ 26.0.0
pom
import
@@ -41,28 +41,28 @@ If you are using Maven without BOM, add this to your dependencies:
com.google.cloud
google-cloud-iot
- 2.2.0
+ 2.3.0
```
-If you are using Gradle 5.x or later, add this to your dependencies
+If you are using Gradle 5.x or later, add this to your dependencies:
```Groovy
-implementation platform('com.google.cloud:libraries-bom:25.4.0')
+implementation platform('com.google.cloud:libraries-bom:26.0.0')
implementation 'com.google.cloud:google-cloud-iot'
```
-If you are using Gradle without BOM, add this to your dependencies
+If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-iot:2.2.1'
+implementation 'com.google.cloud:google-cloud-iot:2.3.0'
```
-If you are using SBT, add this to your dependencies
+If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "2.2.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "2.3.0"
```
## Authentication
diff --git a/google-cloud-iot-bom/pom.xml b/google-cloud-iot-bom/pom.xml
index b95fddc2..3acecf4d 100644
--- a/google-cloud-iot-bom/pom.xml
+++ b/google-cloud-iot-bom/pom.xml
@@ -3,12 +3,12 @@
4.0.0
com.google.cloud
google-cloud-iot-bom
- 2.3.0
+ 2.3.1
pom
com.google.cloud
google-cloud-shared-config
- 1.5.0
+ 1.5.1
Google Cloud iot BOM
@@ -52,17 +52,17 @@
com.google.cloud
google-cloud-iot
- 2.3.0
+ 2.3.1
com.google.api.grpc
grpc-google-cloud-iot-v1
- 2.3.0
+ 2.3.1
com.google.api.grpc
proto-google-cloud-iot-v1
- 2.3.0
+ 2.3.1
diff --git a/google-cloud-iot/pom.xml b/google-cloud-iot/pom.xml
index ce833e44..0fa17cdd 100644
--- a/google-cloud-iot/pom.xml
+++ b/google-cloud-iot/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-iot
- 2.3.0
+ 2.3.1
jar
Google Cloud IoT Core
https://github.com/googleapis/java-iot
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-iot-parent
- 2.3.0
+ 2.3.1
google-cloud-iot
diff --git a/grpc-google-cloud-iot-v1/pom.xml b/grpc-google-cloud-iot-v1/pom.xml
index 0d936001..48242a03 100644
--- a/grpc-google-cloud-iot-v1/pom.xml
+++ b/grpc-google-cloud-iot-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-iot-v1
- 2.3.0
+ 2.3.1
grpc-google-cloud-iot-v1
GRPC library for grpc-google-cloud-iot-v1
com.google.cloud
google-cloud-iot-parent
- 2.3.0
+ 2.3.1
diff --git a/pom.xml b/pom.xml
index 951e6db2..e5bea9be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-iot-parent
pom
- 2.3.0
+ 2.3.1
Google Cloud IoT Core Parent
https://github.com/googleapis/java-iot
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 1.5.0
+ 1.5.1
@@ -61,17 +61,17 @@
com.google.api.grpc
proto-google-cloud-iot-v1
- 2.3.0
+ 2.3.1
com.google.api.grpc
grpc-google-cloud-iot-v1
- 2.3.0
+ 2.3.1
com.google.cloud
google-cloud-iot
- 2.3.0
+ 2.3.1
diff --git a/proto-google-cloud-iot-v1/pom.xml b/proto-google-cloud-iot-v1/pom.xml
index dc147d6e..c31b1050 100644
--- a/proto-google-cloud-iot-v1/pom.xml
+++ b/proto-google-cloud-iot-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-iot-v1
- 2.3.0
+ 2.3.1
proto-google-cloud-iot-v1
PROTO library for proto-google-cloud-iot-v1
com.google.cloud
google-cloud-iot-parent
- 2.3.0
+ 2.3.1
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index eba850eb..b1ea2eb0 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-iot
- 2.2.0
+ 2.3.0
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index d1b5f021..08119cf6 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-iot
- 2.2.0
+ 2.3.0
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 78d06520..9130d7b6 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 25.4.0
+ 26.0.0
pom
import
diff --git a/versions.txt b/versions.txt
index 048c17d0..62c38c4e 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-iot:2.3.0:2.3.0
-grpc-google-cloud-iot-v1:2.3.0:2.3.0
-proto-google-cloud-iot-v1:2.3.0:2.3.0
+google-cloud-iot:2.3.1:2.3.1
+grpc-google-cloud-iot-v1:2.3.1:2.3.1
+proto-google-cloud-iot-v1:2.3.1:2.3.1