| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,16 +21,16 @@ Add this to your pom.xml file | |||
| 21 | 21 | <dependency> | |
| 22 | 22 | <groupId>com.google.cloud</groupId> | |
| 23 | 23 | <artifactId>google-cloud-pubsub</artifactId> | |
| 24 | - <version>1.41.0</version> | ||
| 24 | + <version>1.42.0</version> | ||
| 25 | 25 | </dependency> | |
| 26 | 26 | ``` | |
| 27 | 27 | If you are using Gradle, add this to your dependencies | |
| 28 | 28 | ```Groovy | |
| 29 | - compile 'com.google.cloud:google-cloud-pubsub:1.41.0' | ||
| 29 | + compile 'com.google.cloud:google-cloud-pubsub:1.42.0' | ||
| 30 | 30 | ``` | |
| 31 | 31 | If you are using SBT, add this to your dependencies | |
| 32 | 32 | ```Scala | |
| 33 | - libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.41.0" | ||
| 33 | + libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.42.0" | ||
| 34 | 34 | ``` | |
| 35 | 35 | [//]: # ({x-version-update-end}) | |
| 36 | 36 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| 3 | 3 | <modelVersion>4.0.0</modelVersion> | |
| 4 | 4 | <artifactId>google-cloud-pubsub</artifactId> | |
| 5 | - <version>1.41.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} --> | ||
| 5 | + <version>1.42.0</version><!-- {x-version-update:google-cloud-pubsub:current} --> | ||
| 6 | 6 | <packaging>jar</packaging> | |
| 7 | 7 | <name>Google Cloud Pub/Sub</name> | |
| 8 | 8 | <url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-clients/google-cloud-pubsub</url> | |
@@ -12,7 +12,7 @@ | |||
| 12 | 12 | <parent> | |
| 13 | 13 | <groupId>com.google.cloud</groupId> | |
| 14 | 14 | <artifactId>google-cloud-clients</artifactId> | |
| 15 | - <version>0.59.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-clients:current} --> | ||
| 15 | + <version>0.60.0-alpha</version><!-- {x-version-update:google-cloud-clients:current} --> | ||
| 16 | 16 | </parent> | |
| 17 | 17 | <properties> | |
| 18 | 18 | <site.installationModule>google-cloud-pubsub</site.installationModule> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,13 +3,13 @@ | |||
| 3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| 4 | 4 | <modelVersion>4.0.0</modelVersion> | |
| 5 | 5 | <artifactId>grpc-google-cloud-pubsub-v1</artifactId> | |
| 6 | - <version>1.23.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} --> | ||
| 6 | + <version>1.24.0</version><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} --> | ||
| 7 | 7 | <name>grpc-google-cloud-pubsub-v1</name> | |
| 8 | 8 | <description>GRPC library for grpc-google-cloud-pubsub-v1</description> | |
| 9 | 9 | <parent> | |
| 10 | 10 | <groupId>com.google.api.grpc</groupId> | |
| 11 | 11 | <artifactId>google-api-grpc</artifactId> | |
| 12 | - <version>0.24.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} --> | ||
| 12 | + <version>0.25.0</version><!-- {x-version-update:google-api-grpc:current} --> | ||
| 13 | 13 | </parent> | |
| 14 | 14 | <dependencies> | |
| 15 | 15 | <dependency> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,13 +3,13 @@ | |||
| 3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| 4 | 4 | <modelVersion>4.0.0</modelVersion> | |
| 5 | 5 | <artifactId>proto-google-cloud-pubsub-v1</artifactId> | |
| 6 | - <version>1.23.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} --> | ||
| 6 | + <version>1.24.0</version><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} --> | ||
| 7 | 7 | <name>proto-google-cloud-pubsub-v1</name> | |
| 8 | 8 | <description>PROTO library for proto-google-cloud-pubsub-v1</description> | |
| 9 | 9 | <parent> | |
| 10 | 10 | <groupId>com.google.api.grpc</groupId> | |
| 11 | 11 | <artifactId>google-api-grpc</artifactId> | |
| 12 | - <version>0.24.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} --> | ||
| 12 | + <version>0.25.0</version><!-- {x-version-update:google-api-grpc:current} --> | ||
| 13 | 13 | </parent> | |
| 14 | 14 | <dependencies> | |
| 15 | 15 | <dependency> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments