FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(main): release 1.18.0 · googleapis/google-cloud-java@e7c319a · GitHub

Commit e7c319a

Browse files
chore(main): release 1.18.0
1 parent 42d9257 commit e7c319a

53 files changed

Lines changed: 162 additions & 154 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎.release-please-manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.17.0"
2+
".": "1.18.0"
33
}

‎CHANGELOG.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## [1.17.0](https://github.com/googleapis/google-cloud-java/compare/v1.16.0...v1.17.0) (2023-08-08)
412

513

‎java-orchestration-airflow/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-orchestration-airflow</artifactId>
45-
<version>1.23.0</version>
45+
<version>1.24.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```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'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```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"
5959
```
6060
<!-- {x-version-update-end} -->
6161

‎java-orgpolicy/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-orgpolicy</artifactId>
45-
<version>2.23.0</version>
45+
<version>2.24.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-orgpolicy:2.23.0'
52+
implementation 'com.google.cloud:google-cloud-orgpolicy:2.24.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-orgpolicy" % "2.23.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-orgpolicy" % "2.24.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

‎java-os-config/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-os-config</artifactId>
45-
<version>2.25.0</version>
45+
<version>2.26.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```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'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```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"
5959
```
6060
<!-- {x-version-update-end} -->
6161

‎java-os-login/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-os-login</artifactId>
45-
<version>2.22.0</version>
45+
<version>2.23.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```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'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```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"
5959
```
6060
<!-- {x-version-update-end} -->
6161

‎java-phishingprotection/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-phishingprotection</artifactId>
48-
<version>0.54.0</version>
48+
<version>0.55.0</version>
4949
</dependency>
5050
```
5151

5252
If you are using Gradle without BOM, add this to your dependencies:
5353

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-phishingprotection:0.54.0'
55+
implementation 'com.google.cloud:google-cloud-phishingprotection:0.55.0'
5656
```
5757

5858
If you are using SBT, add this to your dependencies:
5959

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-phishingprotection" % "0.54.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-phishingprotection" % "0.55.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

‎java-policy-troubleshooter/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-policy-troubleshooter</artifactId>
45-
<version>1.22.0</version>
45+
<version>1.23.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```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'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```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"
5959
```
6060
<!-- {x-version-update-end} -->
6161

‎java-policysimulator/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-policysimulator</artifactId>
48-
<version>0.2.0</version>
48+
<version>0.3.0</version>
4949
</dependency>
5050
```
5151

5252
If you are using Gradle without BOM, add this to your dependencies:
5353

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-policysimulator:0.2.0'
55+
implementation 'com.google.cloud:google-cloud-policysimulator:0.3.0'
5656
```
5757

5858
If you are using SBT, add this to your dependencies:
5959

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-policysimulator" % "0.2.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-policysimulator" % "0.3.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

‎java-private-catalog/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-private-catalog</artifactId>
48-
<version>0.25.0</version>
48+
<version>0.26.0</version>
4949
</dependency>
5050
```
5151

5252
If you are using Gradle without BOM, add this to your dependencies:
5353

5454
```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'
5656
```
5757

5858
If you are using SBT, add this to your dependencies:
5959

6060
```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"
6262
```
6363
<!-- {x-version-update-end} -->
6464

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL