| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent efd2ff1 commit a6f75a2
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,5 +13,5 @@ | |||
| 13 | 13 | # limitations under the License. | |
| 14 | 14 | docker: | |
| 15 | 15 | image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest | |
| 16 | - digest: sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00 | ||
| 17 | - # created: 2022-07-13T13:53:17.676447481Z | ||
| 16 | + digest: sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690 | ||
| 17 | + # created: 2022-07-14T21:08:10.768472192Z | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: | |||
| 19 | 19 | <dependency> | |
| 20 | 20 | <groupId>com.google.cloud</groupId> | |
| 21 | 21 | <artifactId>google-cloud-os-config</artifactId> | |
| 22 | - <version>2.5.0</version> | ||
| 22 | + <version>2.5.1</version> | ||
| 23 | 23 | </dependency> | |
| 24 | 24 | ``` | |
| 25 | 25 | ||
| 26 | 26 | If you are using Gradle without BOM, add this to your dependencies: | |
| 27 | 27 | ||
| 28 | 28 | ```Groovy | |
| 29 | - implementation 'com.google.cloud:google-cloud-os-config:2.5.0' | ||
| 29 | + implementation 'com.google.cloud:google-cloud-os-config:2.5.1' | ||
| 30 | 30 | ``` | |
| 31 | 31 | ||
| 32 | 32 | If you are using SBT, add this to your dependencies: | |
| 33 | 33 | ||
| 34 | 34 | ```Scala | |
| 35 | - libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "2.5.0" | ||
| 35 | + libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "2.5.1" | ||
| 36 | 36 | ``` | |
| 37 | 37 | ||
| 38 | 38 | ## Authentication | |
| Back | FazBrowse Home | New Git URL |
0 commit comments