diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 42327db5..676aaea0 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,4 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:f14e3fefe8e361e85752bd9890c8e56f2fe25f1e89cbb9597e4e3c7a429203a3
+ digest: sha256:a3fe0b4c75f322520f548e535ed329df1e475ace3cb4a979b78e003cb822636a
diff --git a/.kokoro/dependencies.sh b/.kokoro/dependencies.sh
index d7476cfe..bd896024 100755
--- a/.kokoro/dependencies.sh
+++ b/.kokoro/dependencies.sh
@@ -57,54 +57,3 @@ retry_with_backoff 3 10 \
-Dclirr.skip=true
mvn -B dependency:analyze -DfailOnWarning=true
-
-echo "****************** DEPENDENCY LIST COMPLETENESS CHECK *******************"
-## Run dependency list completeness check
-function completenessCheck() {
- # Output dep list with compile scope generated using the original pom
- # Running mvn dependency:list on Java versions that support modules will also include the module of the dependency.
- # This is stripped from the output as it is not present in the flattened pom.
- # Only dependencies with 'compile' or 'runtime' scope are included from original dependency list.
- msg "Generating dependency list using original pom..."
- mvn dependency:list -f pom.xml -DincludeScope=runtime -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' | sed -e 's/ --.*//' >.org-list.txt
-
- # Output dep list generated using the flattened pom (only 'compile' and 'runtime' scopes)
- msg "Generating dependency list using flattened pom..."
- mvn dependency:list -f .flattened-pom.xml -DincludeScope=runtime -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' >.new-list.txt
-
- # Compare two dependency lists
- msg "Comparing dependency lists..."
- diff .org-list.txt .new-list.txt >.diff.txt
- if [[ $? == 0 ]]
- then
- msg "Success. No diff!"
- else
- msg "Diff found. See below: "
- msg "You can also check .diff.txt file located in $1."
- cat .diff.txt
- return 1
- fi
-}
-
-# Allow failures to continue running the script
-set +e
-
-error_count=0
-for path in **/.flattened-pom.xml
-do
- # Check flattened pom in each dir that contains it for completeness
- dir=$(dirname "$path")
- pushd "$dir"
- completenessCheck "$dir"
- error_count=$(($error_count + $?))
- popd
-done
-
-if [[ $error_count == 0 ]]
-then
- msg "All checks passed."
- exit 0
-else
- msg "Errors found. See log statements above."
- exit 1
-fi
diff --git a/.kokoro/requirements.in b/.kokoro/requirements.in
index cfdc2e7e..ae1d92e6 100644
--- a/.kokoro/requirements.in
+++ b/.kokoro/requirements.in
@@ -1,7 +1,8 @@
-gcp-docuploader==0.6.3
+gcp-docuploader==0.6.4
google-crc32c==1.3.0
googleapis-common-protos==1.56.3
-gcp-releasetool==1.8.7
+gcp-releasetool==1.9.1
+cryptography==38.0.3
cachetools==4.2.4
cffi==1.15.1
jeepney==0.7.1
@@ -16,10 +17,12 @@ pycparser==2.21
pyperclip==1.8.2
python-dateutil==2.8.2
requests==2.27.1
+certifi==2022.9.24
importlib-metadata==4.8.3
zipp==3.6.0
google_api_core==2.8.2
google-cloud-storage==2.0.0
+google-resumable-media==2.3.3
google-cloud-core==2.3.1
typing-extensions==4.1.1
urllib3==1.26.12
@@ -27,5 +30,5 @@ zipp==3.6.0
rsa==4.9
six==1.16.0
attrs==22.1.0
-google-auth==2.11.0
+google-auth==2.14.1
idna==3.4
\ No newline at end of file
diff --git a/.kokoro/requirements.txt b/.kokoro/requirements.txt
index 170f1c63..9c82529c 100644
--- a/.kokoro/requirements.txt
+++ b/.kokoro/requirements.txt
@@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
-# pip-compile --allow-unsafe --generate-hashes requirements.in
+# pip-compile --generate-hashes requirements.in
#
attrs==22.1.0 \
--hash=sha256:29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6 \
@@ -16,10 +16,12 @@ cachetools==4.2.4 \
# via
# -r requirements.in
# google-auth
-certifi==2022.9.14 \
- --hash=sha256:36973885b9542e6bd01dea287b2b4b3b21236307c56324fcc3f1160f2d655ed5 \
- --hash=sha256:e232343de1ab72c2aa521b625c80f699e356830fd0e2c620b465b304b17b0516
- # via requests
+certifi==2022.9.24 \
+ --hash=sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14 \
+ --hash=sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382
+ # via
+ # -r requirements.in
+ # requests
cffi==1.15.1 \
--hash=sha256:00a9ed42e88df81ffae7a8ab6d9356b371399b91dbdf0c3cb1e84c03a13aceb5 \
--hash=sha256:03425bdae262c76aad70202debd780501fabeaca237cdfddc008987c0e0f59ef \
@@ -102,43 +104,44 @@ colorlog==6.7.0 \
--hash=sha256:0d33ca236784a1ba3ff9c532d4964126d8a2c44f1f0cb1d2b0728196f512f662 \
--hash=sha256:bd94bd21c1e13fac7bd3153f4bc3a7dc0eb0974b8bc2fdf1a989e474f6e582e5
# via gcp-docuploader
-cryptography==38.0.1 \
- --hash=sha256:0297ffc478bdd237f5ca3a7dc96fc0d315670bfa099c04dc3a4a2172008a405a \
- --hash=sha256:10d1f29d6292fc95acb597bacefd5b9e812099d75a6469004fd38ba5471a977f \
- --hash=sha256:16fa61e7481f4b77ef53991075de29fc5bacb582a1244046d2e8b4bb72ef66d0 \
- --hash=sha256:194044c6b89a2f9f169df475cc167f6157eb9151cc69af8a2a163481d45cc407 \
- --hash=sha256:1db3d807a14931fa317f96435695d9ec386be7b84b618cc61cfa5d08b0ae33d7 \
- --hash=sha256:3261725c0ef84e7592597606f6583385fed2a5ec3909f43bc475ade9729a41d6 \
- --hash=sha256:3b72c360427889b40f36dc214630e688c2fe03e16c162ef0aa41da7ab1455153 \
- --hash=sha256:3e3a2599e640927089f932295a9a247fc40a5bdf69b0484532f530471a382750 \
- --hash=sha256:3fc26e22840b77326a764ceb5f02ca2d342305fba08f002a8c1f139540cdfaad \
- --hash=sha256:5067ee7f2bce36b11d0e334abcd1ccf8c541fc0bbdaf57cdd511fdee53e879b6 \
- --hash=sha256:52e7bee800ec869b4031093875279f1ff2ed12c1e2f74923e8f49c916afd1d3b \
- --hash=sha256:64760ba5331e3f1794d0bcaabc0d0c39e8c60bf67d09c93dc0e54189dfd7cfe5 \
- --hash=sha256:765fa194a0f3372d83005ab83ab35d7c5526c4e22951e46059b8ac678b44fa5a \
- --hash=sha256:79473cf8a5cbc471979bd9378c9f425384980fcf2ab6534b18ed7d0d9843987d \
- --hash=sha256:896dd3a66959d3a5ddcfc140a53391f69ff1e8f25d93f0e2e7830c6de90ceb9d \
- --hash=sha256:89ed49784ba88c221756ff4d4755dbc03b3c8d2c5103f6d6b4f83a0fb1e85294 \
- --hash=sha256:ac7e48f7e7261207d750fa7e55eac2d45f720027d5703cd9007e9b37bbb59ac0 \
- --hash=sha256:ad7353f6ddf285aeadfaf79e5a6829110106ff8189391704c1d8801aa0bae45a \
- --hash=sha256:b0163a849b6f315bf52815e238bc2b2346604413fa7c1601eea84bcddb5fb9ac \
- --hash=sha256:b6c9b706316d7b5a137c35e14f4103e2115b088c412140fdbd5f87c73284df61 \
- --hash=sha256:c2e5856248a416767322c8668ef1845ad46ee62629266f84a8f007a317141013 \
- --hash=sha256:ca9f6784ea96b55ff41708b92c3f6aeaebde4c560308e5fbbd3173fbc466e94e \
- --hash=sha256:d1a5bd52d684e49a36582193e0b89ff267704cd4025abefb9e26803adeb3e5fb \
- --hash=sha256:d3971e2749a723e9084dd507584e2a2761f78ad2c638aa31e80bc7a15c9db4f9 \
- --hash=sha256:d4ef6cc305394ed669d4d9eebf10d3a101059bdcf2669c366ec1d14e4fb227bd \
- --hash=sha256:d9e69ae01f99abe6ad646947bba8941e896cb3aa805be2597a0400e0764b5818
+cryptography==38.0.3 \
+ --hash=sha256:068147f32fa662c81aebab95c74679b401b12b57494872886eb5c1139250ec5d \
+ --hash=sha256:06fc3cc7b6f6cca87bd56ec80a580c88f1da5306f505876a71c8cfa7050257dd \
+ --hash=sha256:25c1d1f19729fb09d42e06b4bf9895212292cb27bb50229f5aa64d039ab29146 \
+ --hash=sha256:402852a0aea73833d982cabb6d0c3bb582c15483d29fb7085ef2c42bfa7e38d7 \
+ --hash=sha256:4e269dcd9b102c5a3d72be3c45d8ce20377b8076a43cbed6f660a1afe365e436 \
+ --hash=sha256:5419a127426084933076132d317911e3c6eb77568a1ce23c3ac1e12d111e61e0 \
+ --hash=sha256:554bec92ee7d1e9d10ded2f7e92a5d70c1f74ba9524947c0ba0c850c7b011828 \
+ --hash=sha256:5e89468fbd2fcd733b5899333bc54d0d06c80e04cd23d8c6f3e0542358c6060b \
+ --hash=sha256:65535bc550b70bd6271984d9863a37741352b4aad6fb1b3344a54e6950249b55 \
+ --hash=sha256:6ab9516b85bebe7aa83f309bacc5f44a61eeb90d0b4ec125d2d003ce41932d36 \
+ --hash=sha256:6addc3b6d593cd980989261dc1cce38263c76954d758c3c94de51f1e010c9a50 \
+ --hash=sha256:728f2694fa743a996d7784a6194da430f197d5c58e2f4e278612b359f455e4a2 \
+ --hash=sha256:785e4056b5a8b28f05a533fab69febf5004458e20dad7e2e13a3120d8ecec75a \
+ --hash=sha256:78cf5eefac2b52c10398a42765bfa981ce2372cbc0457e6bf9658f41ec3c41d8 \
+ --hash=sha256:7f836217000342d448e1c9a342e9163149e45d5b5eca76a30e84503a5a96cab0 \
+ --hash=sha256:8d41a46251bf0634e21fac50ffd643216ccecfaf3701a063257fe0b2be1b6548 \
+ --hash=sha256:984fe150f350a3c91e84de405fe49e688aa6092b3525f407a18b9646f6612320 \
+ --hash=sha256:9b24bcff7853ed18a63cfb0c2b008936a9554af24af2fb146e16d8e1aed75748 \
+ --hash=sha256:b1b35d9d3a65542ed2e9d90115dfd16bbc027b3f07ee3304fc83580f26e43249 \
+ --hash=sha256:b1b52c9e5f8aa2b802d48bd693190341fae201ea51c7a167d69fc48b60e8a959 \
+ --hash=sha256:bbf203f1a814007ce24bd4d51362991d5cb90ba0c177a9c08825f2cc304d871f \
+ --hash=sha256:be243c7e2bfcf6cc4cb350c0d5cdf15ca6383bbcb2a8ef51d3c9411a9d4386f0 \
+ --hash=sha256:bfbe6ee19615b07a98b1d2287d6a6073f734735b49ee45b11324d85efc4d5cbd \
+ --hash=sha256:c46837ea467ed1efea562bbeb543994c2d1f6e800785bd5a2c98bc096f5cb220 \
+ --hash=sha256:dfb4f4dd568de1b6af9f4cda334adf7d72cf5bc052516e1b2608b683375dd95c \
+ --hash=sha256:ed7b00096790213e09eb11c97cc6e2b757f15f3d2f85833cd2d3ec3fe37c1722
# via
+ # -r requirements.in
# gcp-releasetool
# secretstorage
-gcp-docuploader==0.6.3 \
- --hash=sha256:ba8c9d76b3bbac54b0311c503a373b00edc2dc02d6d54ea9507045adb8e870f7 \
- --hash=sha256:c0f5aaa82ce1854a386197e4e359b120ad6d4e57ae2c812fce42219a3288026b
+gcp-docuploader==0.6.4 \
+ --hash=sha256:01486419e24633af78fd0167db74a2763974765ee8078ca6eb6964d0ebd388af \
+ --hash=sha256:70861190c123d907b3b067da896265ead2eeb9263969d6955c9e0bb091b5ccbf
# via -r requirements.in
-gcp-releasetool==1.8.7 \
- --hash=sha256:3d2a67c9db39322194afb3b427e9cb0476ce8f2a04033695f0aeb63979fc2b37 \
- --hash=sha256:5e4d28f66e90780d77f3ecf1e9155852b0c3b13cbccb08ab07e66b2357c8da8d
+gcp-releasetool==1.9.1 \
+ --hash=sha256:952f4055d5d986b070ae2a71c4410b250000f9cc5a1e26398fcd55a5bbc5a15f \
+ --hash=sha256:d0d3c814a97c1a237517e837d8cfa668ced8df4b882452578ecef4a4e79c583b
# via -r requirements.in
google-api-core==2.8.2 \
--hash=sha256:06f7244c640322b508b125903bb5701bebabce8832f85aba9335ec00b3d02edc \
@@ -147,9 +150,8 @@ google-api-core==2.8.2 \
# -r requirements.in
# google-cloud-core
# google-cloud-storage
-google-auth==2.11.0 \
- --hash=sha256:be62acaae38d0049c21ca90f27a23847245c9f161ff54ede13af2cb6afecbac9 \
- --hash=sha256:ed65ecf9f681832298e29328e1ef0a3676e3732b2e56f41532d45f70a22de0fb
+google-auth==2.14.1 \
+ --hash=sha256:f5d8701633bebc12e0deea4df8abd8aff31c28b355360597f7f2ee60f2e4d016
# via
# -r requirements.in
# gcp-releasetool
@@ -218,7 +220,9 @@ google-crc32c==1.3.0 \
google-resumable-media==2.3.3 \
--hash=sha256:27c52620bd364d1c8116eaac4ea2afcbfb81ae9139fb3199652fcac1724bfb6c \
--hash=sha256:5b52774ea7a829a8cdaa8bd2d4c3d4bc660c91b30857ab2668d0eb830f4ea8c5
- # via google-cloud-storage
+ # via
+ # -r requirements.in
+ # google-cloud-storage
googleapis-common-protos==1.56.3 \
--hash=sha256:6f1369b58ed6cf3a4b7054a44ebe8d03b29c309257583a2bbdc064cd1e4a1442 \
--hash=sha256:87955d7b3a73e6e803f2572a33179de23989ebba725e05ea42f24838b792e461
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6446625d..b4c97bca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,38 @@
# Changelog
+## [0.1.3](https://github.com/googleapis/java-pubsub-group-kafka-connector/compare/v0.1.2...v0.1.3) (2022-11-09)
+
+
+### Bug Fixes
+
+* Cleanup CPS source subscription in tearDown() ([#165](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/165)) ([73d5dcb](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/73d5dcbf018e20674e1b56c70e79dd3dfd5b4dbd))
+
+
+### Documentation
+
+* Add auth info and add annotation ([#144](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/144)) ([d1005ed](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/d1005ed70fb595bbfcc268fdd68d4db782b22036))
+
+
+### Dependencies
+
+* Update cloud-compute.version to v1.15.0 ([#154](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/154)) ([ec038c7](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/ec038c7a6042fed84e841ffe75e16f15528adc56))
+* Update dependency com.google.api:api-common to v2.2.2 ([#171](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/171)) ([220b6c7](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/220b6c7503447cc6a485a96816d376d1c5c9a5cd))
+* Update dependency com.google.auth:google-auth-library-credentials to v1.12.1 ([#157](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/157)) ([dc67ea6](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/dc67ea6b658a635f919af3c4305ef56dfc6852c1))
+* Update dependency com.google.auth:google-auth-library-oauth2-http to v1.12.1 ([#158](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/158)) ([17f792a](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/17f792a9edd7096fe3458567e5a5fe38f18001bd))
+* Update dependency com.google.cloud:google-cloud-core to v2.8.23 ([#147](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/147)) ([2c3a7e1](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/2c3a7e198850d29bf0ef843caec472b94e285e1b))
+* Update dependency com.google.cloud:google-cloud-core to v2.8.27 ([#166](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/166)) ([35935ce](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/35935cee785a01da9cf75e1598b9979163fef027))
+* Update dependency com.google.cloud:google-cloud-storage to v2.13.1 ([#152](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/152)) ([e5c92ab](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/e5c92abcb305c338109701f536608e74e57b0e2a))
+* Update dependency com.google.cloud:google-cloud-storage to v2.15.0 ([#168](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/168)) ([5adf9c3](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/5adf9c3cf8a60b1bbc37e7f428a24361800c64fa))
+* Update dependency com.google.errorprone:error_prone_annotations to v2.16 ([#155](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/155)) ([b206cb3](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/b206cb3a744088c753a651cea7eb5c7e212549e7))
+* Update dependency kr.motd.maven:os-maven-plugin to v1.7.1 ([#173](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/173)) ([a75b054](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/a75b054174a9530840094790e848b635262d8368))
+* Update dependency org.threeten:threetenbp to v1.6.3 ([#156](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/156)) ([8fa6911](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/8fa6911d44351a43c4bf9fde369c38501ef9ceb4))
+* Update dependency org.threeten:threetenbp to v1.6.4 ([#172](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/172)) ([9a09636](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/9a0963622933f2990f97a520faf5806296f57bc8))
+* Update kafka.version to v3.3.1 ([#133](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/133)) ([b2d06a7](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/b2d06a7f82d94452fde799367be71fc09f0a66f9))
+* Update protobuf-java.vesion to v3.21.8 ([#159](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/159)) ([2ee8585](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/2ee85855bb77436ed7ac4aa50b07b0c0ef2310b5))
+* Update protobuf-java.vesion to v3.21.9 ([#167](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/167)) ([c5707c6](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/c5707c6c6401de81eb08561aaa004d0c5eb23161))
+* Update pubsub and gax versions ([#175](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/175)) ([8afad70](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/8afad70933439f8594cf3937763ebe5f83fd5b8d))
+* Update pubsublite.version to v1.8.0 ([#153](https://github.com/googleapis/java-pubsub-group-kafka-connector/issues/153)) ([205ac20](https://github.com/googleapis/java-pubsub-group-kafka-connector/commit/205ac202ce583613d328d729f77a4cd998e8d6ee))
+
## [0.1.2](https://github.com/googleapis/java-pubsub-group-kafka-connector/compare/v0.1.1...v0.1.2) (2022-09-29)
diff --git a/README.md b/README.md
index 5235e125..c83f2355 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,10 @@ for Pub/Sub before doing the [quickstart](#quickstart).
Follow these [setup steps](https://cloud.google.com/pubsub/lite/docs/publish-receive-messages-console#before-you-begin)
for Pub/Sub Lite before doing the [quickstart](#quickstart).
+
+For general information on how to authenticate with GCP when using the Google
+Cloud Pub/Sub Group Kafka Connector library, please visit [Provide credentials
+for Application Default Credentials](https://cloud.google.com/docs/authentication/provide-credentials-adc).
### Quickstart
@@ -395,7 +399,7 @@ This library follows [Semantic Versioning](http://semver.org/).
Contributions to this library are always welcome and highly encouraged.
-See [CONTRIBUTING(CONTRIBUTING.md) for more information how to get started.
+See [CONTRIBUTING](CONTRIBUTING.md) for more information how to get started.
Please note that this project is released with a Contributor Code of Conduct. By
participating in this project you agree to abide by its terms.
diff --git a/pom.xml b/pom.xml
index 44bb2ae1..7c0204df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4.0.0
pubsub-group-kafka-connector
- 0.1.2
+ 0.1.3
jar
Pub/Sub Group Kafka Connector
https://github.com/googleapis/java-pubsub-group-kafka-connector
@@ -15,19 +15,19 @@
com.google.cloud
google-cloud-shared-config
- 1.5.3
+ 1.5.4
1.8
1.8
- 3.2.3
- 1.120.18
- 1.7.0
- 1.12.1
- 3.21.7
- 2.19.1
+ 3.3.1
+ 1.120.24
+ 1.8.0
+ 1.15.0
+ 3.21.9
+ 2.19.4
2.0.3
@@ -46,7 +46,7 @@
com.google.auth
google-auth-library-oauth2-http
- 1.11.0
+ 1.12.1
org.apache.kafka
@@ -56,7 +56,7 @@
com.google.cloud
pubsublite-kafka
- 1.0.1
+ 1.0.2
com.google.api.grpc
@@ -91,17 +91,17 @@
com.google.auth
google-auth-library-credentials
- 1.11.0
+ 1.12.1
com.google.api.grpc
proto-google-cloud-pubsub-v1
- 1.102.18
+ 1.102.24
com.google.api
api-common
- 2.2.1
+ 2.2.2
com.google.cloud
@@ -116,12 +116,12 @@
org.threeten
threetenbp
- 1.6.2
+ 1.6.4
com.google.errorprone
error_prone_annotations
- 2.15.0
+ 2.16
com.google.protobuf
@@ -147,7 +147,7 @@
org.mockito
mockito-core
- 4.8.0
+ 4.8.1
test
@@ -159,7 +159,7 @@
com.google.cloud
google-cloud-core
- 2.8.17
+ 2.8.27
test
@@ -195,7 +195,7 @@
com.google.cloud
google-cloud-storage
- 2.12.0
+ 2.15.0
test
@@ -212,7 +212,7 @@
kr.motd.maven
os-maven-plugin
- 1.7.0
+ 1.7.1
@@ -246,7 +246,7 @@
org.apache.maven.plugins
maven-shade-plugin
- 3.4.0
+ 3.4.1
true
diff --git a/src/test/java/it/StandaloneIT.java b/src/test/java/it/StandaloneIT.java
index d3bb00f7..1c054a04 100644
--- a/src/test/java/it/StandaloneIT.java
+++ b/src/test/java/it/StandaloneIT.java
@@ -362,6 +362,10 @@ public Void apply(Runnable runnable) {
() -> {
subscriptionAdminClient.deleteSubscription(cpsSinkSubscriptionName);
});
+ notFoundIgnoredClosureRunner.apply(
+ () -> {
+ subscriptionAdminClient.deleteSubscription(cpsSourceSubscriptionName);
+ });
log.atInfo().log("Deleted CPS subscriptions.");
}
diff --git a/versions.txt b/versions.txt
index ea8c1fff..51d21610 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-pubsub-group-kafka-connector:0.1.2:0.1.2
+pubsub-group-kafka-connector:0.1.3:0.1.3