| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 63da843 commit 20e6fa3
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -43,7 +43,7 @@ If you are using Maven without BOM, add this to your dependencies: | |||
| 43 | 43 | <dependency> | |
| 44 | 44 | <groupId>com.google.cloud</groupId> | |
| 45 | 45 | <artifactId>google-cloud-pubsub</artifactId> | |
| 46 | - <version>1.120.12</version> | ||
| 46 | + <version>1.120.13</version> | ||
| 47 | 47 | </dependency> | |
| 48 | 48 | ||
| 49 | 49 | ``` | |
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub' | |||
| 58 | 58 | If you are using Gradle without BOM, add this to your dependencies: | |
| 59 | 59 | ||
| 60 | 60 | ```Groovy | |
| 61 | - implementation 'com.google.cloud:google-cloud-pubsub:1.120.12' | ||
| 61 | + implementation 'com.google.cloud:google-cloud-pubsub:1.120.13' | ||
| 62 | 62 | ``` | |
| 63 | 63 | ||
| 64 | 64 | If you are using SBT, add this to your dependencies: | |
| 65 | 65 | ||
| 66 | 66 | ```Scala | |
| 67 | - libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.12" | ||
| 67 | + libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.13" | ||
| 68 | 68 | ``` | |
| 69 | 69 | ||
| 70 | 70 | ## Authentication | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -44,7 +44,7 @@ | |||
| 44 | 44 | <dependency> | |
| 45 | 45 | <groupId>com.google.cloud</groupId> | |
| 46 | 46 | <artifactId>google-cloud-pubsub</artifactId> | |
| 47 | - <version>1.120.12</version> | ||
| 47 | + <version>1.120.13</version> | ||
| 48 | 48 | </dependency> | |
| 49 | 49 | <!-- [END pubsub_install_without_bom] --> | |
| 50 | 50 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments