Skip to content

Commit b0f15cb

Browse files
chore: release main
1 parent fdd1782 commit b0f15cb

File tree

57 files changed

+183
-183
lines changed

Some content is hidden

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

57 files changed

+183
-183
lines changed

java-accesscontextmanager/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ If you are using Maven, add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-identity-accesscontextmanager</artifactId>
23-
<version>1.13.0</version>
23+
<version>1.14.0</version>
2424
</dependency>
2525
```
2626

2727
If you are using Gradle without BOM, add this to your dependencies:
2828

2929
```Groovy
30-
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.13.0'
30+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.14.0'
3131
```
3232

3333
If you are using SBT, add this to your dependencies:
3434

3535
```Scala
36-
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.13.0"
36+
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.14.0"
3737
```
3838
<!--- {x-version-update-end} -->
3939

java-advisorynotifications/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ If you are using Maven, add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>google-cloud-advisorynotifications</artifactId>
26-
<version>0.1.0</version>
26+
<version>0.2.0</version>
2727
</dependency>
2828
```
2929

3030
If you are using Gradle without BOM, add this to your dependencies:
3131

3232
```Groovy
33-
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.1.0'
33+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.2.0'
3434
```
3535

3636
If you are using SBT, add this to your dependencies:
3737

3838
```Scala
39-
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.1.0"
39+
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.2.0"
4040
```
4141
<!-- {x-version-update-end} -->
4242

java-alloydb/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ If you are using Maven, add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>google-cloud-alloydb</artifactId>
26-
<version>0.1.0</version>
26+
<version>0.2.0</version>
2727
</dependency>
2828
```
2929

3030
If you are using Gradle without BOM, add this to your dependencies:
3131

3232
```Groovy
33-
implementation 'com.google.cloud:google-cloud-alloydb:0.1.0'
33+
implementation 'com.google.cloud:google-cloud-alloydb:0.2.0'
3434
```
3535

3636
If you are using SBT, add this to your dependencies:
3737

3838
```Scala
39-
libraryDependencies += "com.google.cloud" % "google-cloud-alloydb" % "0.1.0"
39+
libraryDependencies += "com.google.cloud" % "google-cloud-alloydb" % "0.2.0"
4040
```
4141

4242
<!--- {x-version-update-end} -->

java-analytics-admin/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ If you are using Maven, add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.analytics</groupId>
2525
<artifactId>google-analytics-admin</artifactId>
26-
<version>0.22.0</version>
26+
<version>0.23.0</version>
2727
</dependency>
2828
```
2929

3030
If you are using Gradle without BOM, add this to your dependencies:
3131

3232
```Groovy
33-
implementation 'com.google.analytics:google-analytics-admin:0.22.0'
33+
implementation 'com.google.analytics:google-analytics-admin:0.23.0'
3434
```
3535

3636
If you are using SBT, add this to your dependencies:
3737

3838
```Scala
39-
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.22.0"
39+
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.23.0"
4040
```
4141
<!--- {x-version-update-end} -->
4242

java-analytics-data/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ If you are using Maven, add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.analytics</groupId>
2525
<artifactId>google-analytics-data</artifactId>
26-
<version>0.23.0</version>
26+
<version>0.24.0</version>
2727
</dependency>
2828
```
2929

3030
If you are using Gradle without BOM, add this to your dependencies:
3131

3232
```Groovy
33-
implementation 'com.google.analytics:google-analytics-data:0.23.0'
33+
implementation 'com.google.analytics:google-analytics-data:0.24.0'
3434
```
3535

3636
If you are using SBT, add this to your dependencies:
3737

3838
```Scala
39-
libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.23.0"
39+
libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.24.0"
4040
```
4141
<!--- {x-version-update-end} -->
4242

java-analyticshub/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ If you are using Maven, add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>google-cloud-analyticshub</artifactId>
26-
<version>0.9.0</version>
26+
<version>0.10.0</version>
2727
</dependency>
2828
```
2929

3030
If you are using Gradle without BOM, add this to your dependencies:
3131

3232
```Groovy
33-
implementation 'com.google.cloud:google-cloud-analyticshub:0.9.0'
33+
implementation 'com.google.cloud:google-cloud-analyticshub:0.10.0'
3434
```
3535

3636
If you are using SBT, add this to your dependencies:
3737

3838
```Scala
39-
libraryDependencies += "com.google.cloud" % "google-cloud-analyticshub" % "0.9.0"
39+
libraryDependencies += "com.google.cloud" % "google-cloud-analyticshub" % "0.10.0"
4040
```
4141
<!--- {x-version-update-end} -->
4242

java-apigee-registry/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ If you are using Maven, add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>google-cloud-apigee-registry</artifactId>
26-
<version>0.12.0</version>
26+
<version>0.13.0</version>
2727
</dependency>
2828
```
2929

3030
If you are using Gradle without BOM, add this to your dependencies:
3131

3232
```Groovy
33-
implementation 'com.google.cloud:google-cloud-apigee-registry:0.12.0'
33+
implementation 'com.google.cloud:google-cloud-apigee-registry:0.13.0'
3434
```
3535

3636
If you are using SBT, add this to your dependencies:
3737

3838
```Scala
39-
libraryDependencies += "com.google.cloud" % "google-cloud-apigee-registry" % "0.12.0"
39+
libraryDependencies += "com.google.cloud" % "google-cloud-apigee-registry" % "0.13.0"
4040
```
4141
<!--- {x-version-update-end} -->
4242

java-apikeys/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ If you are using Maven, add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>google-cloud-apikeys</artifactId>
26-
<version>0.10.0</version>
26+
<version>0.11.0</version>
2727
</dependency>
2828
```
2929

3030
If you are using Gradle without BOM, add this to your dependencies:
3131

3232
```Groovy
33-
implementation 'com.google.cloud:google-cloud-apikeys:0.10.0'
33+
implementation 'com.google.cloud:google-cloud-apikeys:0.11.0'
3434
```
3535

3636
If you are using SBT, add this to your dependencies:
3737

3838
```Scala
39-
libraryDependencies += "com.google.cloud" % "google-cloud-apikeys" % "0.10.0"
39+
libraryDependencies += "com.google.cloud" % "google-cloud-apikeys" % "0.11.0"
4040
```
4141
<!--- {x-version-update-end} -->
4242

java-artifact-registry/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ If you are using Maven, add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-cloud-artifact-registry</artifactId>
23-
<version>1.11.0</version>
23+
<version>1.12.0</version>
2424
</dependency>
2525
```
2626

2727
If you are using Gradle without BOM, add this to your dependencies:
2828

2929
```Groovy
30-
implementation 'com.google.cloud:google-cloud-artifact-registry:1.11.0'
30+
implementation 'com.google.cloud:google-cloud-artifact-registry:1.12.0'
3131
```
3232

3333
If you are using SBT, add this to your dependencies:
3434

3535
```Scala
36-
libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "1.11.0"
36+
libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "1.12.0"
3737
```
3838
<!--- {x-version-update-end} -->
3939

java-assured-workloads/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ If you are using Maven, add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-cloud-assured-workloads</artifactId>
23-
<version>2.12.0</version>
23+
<version>2.13.0</version>
2424
</dependency>
2525
```
2626

2727
If you are using Gradle without BOM, add this to your dependencies:
2828

2929
```Groovy
30-
implementation 'com.google.cloud:google-cloud-assured-workloads:2.12.0'
30+
implementation 'com.google.cloud:google-cloud-assured-workloads:2.13.0'
3131
```
3232

3333
If you are using SBT, add this to your dependencies:
3434

3535
```Scala
36-
libraryDependencies += "com.google.cloud" % "google-cloud-assured-workloads" % "2.12.0"
36+
libraryDependencies += "com.google.cloud" % "google-cloud-assured-workloads" % "2.13.0"
3737
```
3838
<!--- {x-version-update-end} -->
3939

0 commit comments

Comments
 (0)