| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 42d9257 commit e7c319a
53 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,3 @@ | |||
| 1 | 1 | { | |
| 2 | - ".": "1.17.0" | ||
| 2 | + ".": "1.18.0" | ||
| 3 | 3 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,13 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ## [1.18.0](https://github.com/googleapis/google-cloud-java/compare/v1.17.0...v1.18.0) (2023-08-30) | ||
| 4 | + | ||
| 5 | + | ||
| 6 | + ### Bug Fixes | ||
| 7 | + | ||
| 8 | + * **deps:** update dependency com.google.cloud:google-cloud-pubsub-bom to v1.124.2 ([#9733](https://github.com/googleapis/google-cloud-java/issues/9733)) ([85a5366](https://github.com/googleapis/google-cloud-java/commit/85a5366c044b47832fcd35542ee2b1df8e5d6f4c)) | ||
| 9 | + * **deps:** update dependency com.google.cloud:google-cloud-storage to v2.26.1 ([#9735](https://github.com/googleapis/google-cloud-java/issues/9735)) ([a3f2406](https://github.com/googleapis/google-cloud-java/commit/a3f240656d895c743820b8d1df6def7d1ba4b009)) | ||
| 10 | + | ||
| 3 | 11 | ## [1.17.0](https://github.com/googleapis/google-cloud-java/compare/v1.16.0...v1.17.0) (2023-08-08) | |
| 4 | 12 | ||
| 5 | 13 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: | |||
| 42 | 42 | <dependency> | |
| 43 | 43 | <groupId>com.google.cloud</groupId> | |
| 44 | 44 | <artifactId>google-cloud-orchestration-airflow</artifactId> | |
| 45 | - <version>1.23.0</version> | ||
| 45 | + <version>1.24.0</version> | ||
| 46 | 46 | </dependency> | |
| 47 | 47 | ``` | |
| 48 | 48 | ||
| 49 | 49 | If you are using Gradle without BOM, add this to your dependencies: | |
| 50 | 50 | ||
| 51 | 51 | ```Groovy | |
| 52 | - implementation 'com.google.cloud:google-cloud-orchestration-airflow:1.23.0' | ||
| 52 | + implementation 'com.google.cloud:google-cloud-orchestration-airflow:1.24.0' | ||
| 53 | 53 | ``` | |
| 54 | 54 | ||
| 55 | 55 | If you are using SBT, add this to your dependencies: | |
| 56 | 56 | ||
| 57 | 57 | ```Scala | |
| 58 | - libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.23.0" | ||
| 58 | + libraryDependencies += "com.google.cloud" % "google-cloud-orchestration-airflow" % "1.24.0" | ||
| 59 | 59 | ``` | |
| 60 | 60 | <!-- {x-version-update-end} --> | |
| 61 | 61 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: | |||
| 42 | 42 | <dependency> | |
| 43 | 43 | <groupId>com.google.cloud</groupId> | |
| 44 | 44 | <artifactId>google-cloud-orgpolicy</artifactId> | |
| 45 | - <version>2.23.0</version> | ||
| 45 | + <version>2.24.0</version> | ||
| 46 | 46 | </dependency> | |
| 47 | 47 | ``` | |
| 48 | 48 | ||
| 49 | 49 | If you are using Gradle without BOM, add this to your dependencies: | |
| 50 | 50 | ||
| 51 | 51 | ```Groovy | |
| 52 | - implementation 'com.google.cloud:google-cloud-orgpolicy:2.23.0' | ||
| 52 | + implementation 'com.google.cloud:google-cloud-orgpolicy:2.24.0' | ||
| 53 | 53 | ``` | |
| 54 | 54 | ||
| 55 | 55 | If you are using SBT, add this to your dependencies: | |
| 56 | 56 | ||
| 57 | 57 | ```Scala | |
| 58 | - libraryDependencies += "com.google.cloud" % "google-cloud-orgpolicy" % "2.23.0" | ||
| 58 | + libraryDependencies += "com.google.cloud" % "google-cloud-orgpolicy" % "2.24.0" | ||
| 59 | 59 | ``` | |
| 60 | 60 | <!-- {x-version-update-end} --> | |
| 61 | 61 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: | |||
| 42 | 42 | <dependency> | |
| 43 | 43 | <groupId>com.google.cloud</groupId> | |
| 44 | 44 | <artifactId>google-cloud-os-config</artifactId> | |
| 45 | - <version>2.25.0</version> | ||
| 45 | + <version>2.26.0</version> | ||
| 46 | 46 | </dependency> | |
| 47 | 47 | ``` | |
| 48 | 48 | ||
| 49 | 49 | If you are using Gradle without BOM, add this to your dependencies: | |
| 50 | 50 | ||
| 51 | 51 | ```Groovy | |
| 52 | - implementation 'com.google.cloud:google-cloud-os-config:2.25.0' | ||
| 52 | + implementation 'com.google.cloud:google-cloud-os-config:2.26.0' | ||
| 53 | 53 | ``` | |
| 54 | 54 | ||
| 55 | 55 | If you are using SBT, add this to your dependencies: | |
| 56 | 56 | ||
| 57 | 57 | ```Scala | |
| 58 | - libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "2.25.0" | ||
| 58 | + libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "2.26.0" | ||
| 59 | 59 | ``` | |
| 60 | 60 | <!-- {x-version-update-end} --> | |
| 61 | 61 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: | |||
| 42 | 42 | <dependency> | |
| 43 | 43 | <groupId>com.google.cloud</groupId> | |
| 44 | 44 | <artifactId>google-cloud-os-login</artifactId> | |
| 45 | - <version>2.22.0</version> | ||
| 45 | + <version>2.23.0</version> | ||
| 46 | 46 | </dependency> | |
| 47 | 47 | ``` | |
| 48 | 48 | ||
| 49 | 49 | If you are using Gradle without BOM, add this to your dependencies: | |
| 50 | 50 | ||
| 51 | 51 | ```Groovy | |
| 52 | - implementation 'com.google.cloud:google-cloud-os-login:2.22.0' | ||
| 52 | + implementation 'com.google.cloud:google-cloud-os-login:2.23.0' | ||
| 53 | 53 | ``` | |
| 54 | 54 | ||
| 55 | 55 | If you are using SBT, add this to your dependencies: | |
| 56 | 56 | ||
| 57 | 57 | ```Scala | |
| 58 | - libraryDependencies += "com.google.cloud" % "google-cloud-os-login" % "2.22.0" | ||
| 58 | + libraryDependencies += "com.google.cloud" % "google-cloud-os-login" % "2.23.0" | ||
| 59 | 59 | ``` | |
| 60 | 60 | <!-- {x-version-update-end} --> | |
| 61 | 61 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: | |||
| 45 | 45 | <dependency> | |
| 46 | 46 | <groupId>com.google.cloud</groupId> | |
| 47 | 47 | <artifactId>google-cloud-phishingprotection</artifactId> | |
| 48 | - <version>0.54.0</version> | ||
| 48 | + <version>0.55.0</version> | ||
| 49 | 49 | </dependency> | |
| 50 | 50 | ``` | |
| 51 | 51 | ||
| 52 | 52 | If you are using Gradle without BOM, add this to your dependencies: | |
| 53 | 53 | ||
| 54 | 54 | ```Groovy | |
| 55 | - implementation 'com.google.cloud:google-cloud-phishingprotection:0.54.0' | ||
| 55 | + implementation 'com.google.cloud:google-cloud-phishingprotection:0.55.0' | ||
| 56 | 56 | ``` | |
| 57 | 57 | ||
| 58 | 58 | If you are using SBT, add this to your dependencies: | |
| 59 | 59 | ||
| 60 | 60 | ```Scala | |
| 61 | - libraryDependencies += "com.google.cloud" % "google-cloud-phishingprotection" % "0.54.0" | ||
| 61 | + libraryDependencies += "com.google.cloud" % "google-cloud-phishingprotection" % "0.55.0" | ||
| 62 | 62 | ``` | |
| 63 | 63 | <!-- {x-version-update-end} --> | |
| 64 | 64 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: | |||
| 42 | 42 | <dependency> | |
| 43 | 43 | <groupId>com.google.cloud</groupId> | |
| 44 | 44 | <artifactId>google-cloud-policy-troubleshooter</artifactId> | |
| 45 | - <version>1.22.0</version> | ||
| 45 | + <version>1.23.0</version> | ||
| 46 | 46 | </dependency> | |
| 47 | 47 | ``` | |
| 48 | 48 | ||
| 49 | 49 | If you are using Gradle without BOM, add this to your dependencies: | |
| 50 | 50 | ||
| 51 | 51 | ```Groovy | |
| 52 | - implementation 'com.google.cloud:google-cloud-policy-troubleshooter:1.22.0' | ||
| 52 | + implementation 'com.google.cloud:google-cloud-policy-troubleshooter:1.23.0' | ||
| 53 | 53 | ``` | |
| 54 | 54 | ||
| 55 | 55 | If you are using SBT, add this to your dependencies: | |
| 56 | 56 | ||
| 57 | 57 | ```Scala | |
| 58 | - libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "1.22.0" | ||
| 58 | + libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "1.23.0" | ||
| 59 | 59 | ``` | |
| 60 | 60 | <!-- {x-version-update-end} --> | |
| 61 | 61 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: | |||
| 45 | 45 | <dependency> | |
| 46 | 46 | <groupId>com.google.cloud</groupId> | |
| 47 | 47 | <artifactId>google-cloud-policysimulator</artifactId> | |
| 48 | - <version>0.2.0</version> | ||
| 48 | + <version>0.3.0</version> | ||
| 49 | 49 | </dependency> | |
| 50 | 50 | ``` | |
| 51 | 51 | ||
| 52 | 52 | If you are using Gradle without BOM, add this to your dependencies: | |
| 53 | 53 | ||
| 54 | 54 | ```Groovy | |
| 55 | - implementation 'com.google.cloud:google-cloud-policysimulator:0.2.0' | ||
| 55 | + implementation 'com.google.cloud:google-cloud-policysimulator:0.3.0' | ||
| 56 | 56 | ``` | |
| 57 | 57 | ||
| 58 | 58 | If you are using SBT, add this to your dependencies: | |
| 59 | 59 | ||
| 60 | 60 | ```Scala | |
| 61 | - libraryDependencies += "com.google.cloud" % "google-cloud-policysimulator" % "0.2.0" | ||
| 61 | + libraryDependencies += "com.google.cloud" % "google-cloud-policysimulator" % "0.3.0" | ||
| 62 | 62 | ``` | |
| 63 | 63 | <!-- {x-version-update-end} --> | |
| 64 | 64 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: | |||
| 45 | 45 | <dependency> | |
| 46 | 46 | <groupId>com.google.cloud</groupId> | |
| 47 | 47 | <artifactId>google-cloud-private-catalog</artifactId> | |
| 48 | - <version>0.25.0</version> | ||
| 48 | + <version>0.26.0</version> | ||
| 49 | 49 | </dependency> | |
| 50 | 50 | ``` | |
| 51 | 51 | ||
| 52 | 52 | If you are using Gradle without BOM, add this to your dependencies: | |
| 53 | 53 | ||
| 54 | 54 | ```Groovy | |
| 55 | - implementation 'com.google.cloud:google-cloud-private-catalog:0.25.0' | ||
| 55 | + implementation 'com.google.cloud:google-cloud-private-catalog:0.26.0' | ||
| 56 | 56 | ``` | |
| 57 | 57 | ||
| 58 | 58 | If you are using SBT, add this to your dependencies: | |
| 59 | 59 | ||
| 60 | 60 | ```Scala | |
| 61 | - libraryDependencies += "com.google.cloud" % "google-cloud-private-catalog" % "0.25.0" | ||
| 61 | + libraryDependencies += "com.google.cloud" % "google-cloud-private-catalog" % "0.26.0" | ||
| 62 | 62 | ``` | |
| 63 | 63 | <!-- {x-version-update-end} --> | |
| 64 | 64 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments