Skip to content

Commit 6ddb611

Browse files
chore(java): fix inadvertent whitespace changes (#578) (#214)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * chore(java): fix inadvertent whitespace changes (#578) Source-Author: Jeff Ching <chingor@google.com> Source-Date: Tue May 26 08:37:51 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 388f7aafee3d7a067c23db6c13b7e83fb361c64a Source-Link: googleapis/synthtool@388f7aa
1 parent 89fc302 commit 6ddb611

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

java-pubsub/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-pubsub</artifactId>
41-
<version>1.105.1</version>
41+
<version>1.106.0</version>
4242
</dependency>
4343

4444
```
@@ -47,11 +47,11 @@ If you are using Maven without BOM, add this to your dependencies:
4747

4848
If you are using Gradle, add this to your dependencies
4949
```Groovy
50-
compile 'com.google.cloud:google-cloud-pubsub:1.105.1'
50+
compile 'com.google.cloud:google-cloud-pubsub:1.106.0'
5151
```
5252
If you are using SBT, add this to your dependencies
5353
```Scala
54-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.105.1"
54+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.106.0"
5555
```
5656
[//]: # ({x-version-update-end})
5757

@@ -265,7 +265,8 @@ Apache 2.0 - See [LICENSE][license] for more information.
265265

266266
Java Version | Status
267267
------------ | ------
268-
Java 7 | [![Kokoro CI][kokoro-badge-image-1]][kokoro-badge-link-1]Java 8 | [![Kokoro CI][kokoro-badge-image-2]][kokoro-badge-link-2]
268+
Java 7 | [![Kokoro CI][kokoro-badge-image-1]][kokoro-badge-link-1]
269+
Java 8 | [![Kokoro CI][kokoro-badge-image-2]][kokoro-badge-link-2]
269270
Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
270271
Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
271272
Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]

java-pubsub/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-pubsub.git",
7-
"sha": "16624f88ad19ccaf2ea074a62242496be103659f"
7+
"sha": "63a0e7a423ca0e9de9e446f0686aec6e6368f67c"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "65f8c647c0bc0c6b38211b969a2a003e271a5ef1"
22+
"sha": "388f7aafee3d7a067c23db6c13b7e83fb361c64a"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)