| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 87985ef commit 05587b4
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ | |||
| 4 | 4 | "git": { | |
| 5 | 5 | "name": ".", | |
| 6 | 6 | "remote": "https://github.com/googleapis/java-pubsub.git", | |
| 7 | - "sha": "3238e87dd293cfb2804948633b929c773a3b3e09" | ||
| 7 | + "sha": "60c7a68fefd54525958c3b195142d8613405f5d2" | ||
| 8 | 8 | } | |
| 9 | 9 | }, | |
| 10 | 10 | { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,7 +40,7 @@ If you are using Maven without BOM, add this to your dependencies: | |||
| 40 | 40 | <dependency> | |
| 41 | 41 | <groupId>com.google.cloud</groupId> | |
| 42 | 42 | <artifactId>google-cloud-pubsub</artifactId> | |
| 43 | - <version>1.113.1</version> | ||
| 43 | + <version>1.113.2</version> | ||
| 44 | 44 | </dependency> | |
| 45 | 45 | ||
| 46 | 46 | ``` | |
@@ -53,12 +53,12 @@ compile 'com.google.cloud:google-cloud-pubsub' | |||
| 53 | 53 | ``` | |
| 54 | 54 | If you are using Gradle without BOM, add this to your dependencies | |
| 55 | 55 | ```Groovy | |
| 56 | - compile 'com.google.cloud:google-cloud-pubsub:1.113.1' | ||
| 56 | + compile 'com.google.cloud:google-cloud-pubsub:1.113.2' | ||
| 57 | 57 | ``` | |
| 58 | 58 | ||
| 59 | 59 | If you are using SBT, add this to your dependencies | |
| 60 | 60 | ```Scala | |
| 61 | - libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.113.1" | ||
| 61 | + libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.113.2" | ||
| 62 | 62 | ``` | |
| 63 | 63 | ||
| 64 | 64 | ## Authentication | |
| Back | FazBrowse Home | New Git URL |
0 commit comments