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

Commit d1bc031

Browse files
chore: regenerate README (#318)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-02-24 19:43:27,045 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-memcache/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-02-24 19:43:29,255 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/652b9d7a-7915-480e-97d1-a43140688da3/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 4e92d25 commit d1bc031

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-memcache.git",
7-
"sha": "133d09c512181e6064b9b7a95e99296512f02fde"
7+
"sha": "50545e284e90a1eec1d2a1efe29b2ef0ea7f71a8"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "2414b817065726eae0bc525346c7e874f969369d"
14+
"sha": "79ab0b44a2cc7d803d07c107f9faf07729fc4012"
1515
}
1616
}
1717
]

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>16.3.0</version>
23+
<version>17.0.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -48,18 +48,18 @@ If you are using Maven without BOM, add this to your dependencies:
4848

4949
If you are using Gradle 5.x or later, add this to your dependencies
5050
```Groovy
51-
implementation platform('com.google.cloud:libraries-bom:16.4.0')
51+
implementation platform('com.google.cloud:libraries-bom:17.0.0')
5252
5353
compile 'com.google.cloud:google-cloud-memcache'
5454
```
5555
If you are using Gradle without BOM, add this to your dependencies
5656
```Groovy
57-
compile 'com.google.cloud:google-cloud-memcache:0.3.0'
57+
compile 'com.google.cloud:google-cloud-memcache:0.4.0'
5858
```
5959

6060
If you are using SBT, add this to your dependencies
6161
```Scala
62-
libraryDependencies += "com.google.cloud" % "google-cloud-memcache" % "0.3.0"
62+
libraryDependencies += "com.google.cloud" % "google-cloud-memcache" % "0.4.0"
6363
```
6464

6565
## Authentication

0 commit comments

Comments
 (0)