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

Commit eb0e741

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-redis to v2.3.0 (#617)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-redis](https://togithub.com/googleapis/java-redis) | `2.1.1` -> `2.3.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-redis/2.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-redis/2.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-redis/2.3.0/compatibility-slim/2.1.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-redis/2.3.0/confidence-slim/2.1.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-redis</summary> ### [`v2.3.0`](https://togithub.com/googleapis/java-redis/blob/HEAD/CHANGELOG.md#&#8203;230-httpsgithubcomgoogleapisjava-rediscomparev220v230-2022-03-08) [Compare Source](https://togithub.com/googleapis/java-redis/compare/v2.2.0...v2.3.0) ##### Features - add secondary_ip_range field ([#&#8203;599](https://togithub.com/googleapis/java-redis/issues/599)) ([a844e79](https://togithub.com/googleapis/java-redis/commit/a844e79f5600030bff42d439e744291964617d82)) ##### Dependencies - update actions/github-script action to v6 ([#&#8203;601](https://togithub.com/googleapis/java-redis/issues/601)) ([8f3c134](https://togithub.com/googleapis/java-redis/commit/8f3c134967bda155024a77136ad0b56144114cec)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.8.0 ([#&#8203;609](https://togithub.com/googleapis/java-redis/issues/609)) ([3a6cc3e](https://togithub.com/googleapis/java-redis/commit/3a6cc3e110fc5772ae611a30db53d6f348823407)) - upgrade google-cloud-shared-config to 1.3.0 ([#&#8203;613](https://togithub.com/googleapis/java-redis/issues/613)) ([3eaa357](https://togithub.com/googleapis/java-redis/commit/3eaa3578683a20c51863ababf9454b30a0cc546a)) ### [`v2.2.0`](https://togithub.com/googleapis/java-redis/blob/HEAD/CHANGELOG.md#&#8203;220-httpsgithubcomgoogleapisjava-rediscomparev211v220-2022-02-07) [Compare Source](https://togithub.com/googleapis/java-redis/compare/v2.1.1...v2.2.0) ##### Features - Add automated RDB (AKA persistence) ([#&#8203;588](https://togithub.com/googleapis/java-redis/issues/588)) ([7ee7e33](https://togithub.com/googleapis/java-redis/commit/7ee7e33bf66d7112d3db87fb502a7706eb7b04c0)) ##### Bug Fixes - \[Cloud Memorystore for Redis] Add missing fields for TLS and Maintenance Window features ([#&#8203;583](https://togithub.com/googleapis/java-redis/issues/583)) ([6ac4ac8](https://togithub.com/googleapis/java-redis/commit/6ac4ac893c19876a407affab72800c5ba96db000)) ##### Dependencies - **java:** update actions/github-script action to v5 ([#&#8203;1339](https://togithub.com/googleapis/java-redis/issues/1339)) ([#&#8203;586](https://togithub.com/googleapis/java-redis/issues/586)) ([3022154](https://togithub.com/googleapis/java-redis/commit/3022154f1196ae2a449ef6d06b45d745d9b55328)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.7.0 ([#&#8203;589](https://togithub.com/googleapis/java-redis/issues/589)) ([cfbfeeb](https://togithub.com/googleapis/java-redis/commit/cfbfeebfee12efdc927cd1f0cf293aa89d4c66fd)) ##### [2.1.1](https://www.github.com/googleapis/java-redis/compare/v2.1.0...v2.1.1) (2022-01-07) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.6.0 ([#&#8203;571](https://www.togithub.com/googleapis/java-redis/issues/571)) ([3f8529c](https://www.github.com/googleapis/java-redis/commit/3f8529c9c3b4b6d51e95521547e18a3cfd9f905f)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-redis).
1 parent d5a3b79 commit eb0e741

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-redis</artifactId>
44-
<version>2.1.1</version>
44+
<version>2.3.0</version>
4545
</dependency>
4646

4747
```

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-redis</artifactId>
32-
<version>2.1.1</version>
32+
<version>2.3.0</version>
3333
</dependency>
3434
<!-- [END redis_install_without_bom] -->
3535

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-redis</artifactId>
31-
<version>2.1.1</version>
31+
<version>2.3.0</version>
3232
</dependency>
3333

3434
<dependency>

0 commit comments

Comments
 (0)