Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
c54aab8
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
91f9636
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
964ce71
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
426c374
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
96d8be8
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
b7c551e
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
ecd942e
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
f7d2584
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
5c7ee70
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
b912b30
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
dcf74c1
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
d115cff
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
fc971ab
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
41ba6ac
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
6492157
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
c6d18e9
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
2ad3ed3
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
58c7d54
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
f53a91d
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
64f3cd3
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
348d759
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
c44e0eb
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
85bc127
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
07c3534
chore(main): release 1.88.0-SNAPSHOT
release-please[bot] Jun 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/generated_files_sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
pull_request:
name: generation diff
env:
library_generation_image_tag: 2.73.0 # {x-version-update:gapic-generator-java:current}
library_generation_image_tag: 2.74.0-SNAPSHOT # {x-version-update:gapic-generator-java:current}
jobs:
root-pom:
# root pom.xml does not have diff from generated one
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hermetic_library_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
REPO_FULL_NAME: ${{ github.event.pull_request.head.repo.full_name }}
GITHUB_REPOSITORY: ${{ github.repository }}
# {x-version-update-start:gapic-generator-java:current}
GENERATOR_VERSION: 2.73.0
GENERATOR_VERSION: 2.74.0-SNAPSHOT
# {x-version-update-end}
jobs:
library_generation:
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")
load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_ARTIFACTS")
load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS")

_gapic_generator_java_version = "2.73.0" # {x-version-update:gapic-generator-java:current}
_gapic_generator_java_version = "2.74.0-SNAPSHOT" # {x-version-update:gapic-generator-java:current}

maven_install(
artifacts = [
Expand Down
440 changes: 220 additions & 220 deletions gapic-libraries-bom/pom.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion google-auth-library-java/appengine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>1.48.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.49.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
10 changes: 5 additions & 5 deletions google-auth-library-java/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-bom</artifactId>
<version>1.48.0</version><!-- {x-version-update:google-auth-library-bom:current} -->
<version>1.49.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-bom:current} -->
<packaging>pom</packaging>

<parent>
Expand All @@ -23,22 +23,22 @@
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-credentials</artifactId>
<version>1.48.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.49.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>1.48.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.49.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-appengine</artifactId>
<version>1.48.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.49.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-cab-token-generator</artifactId>
<version>1.48.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.49.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion google-auth-library-java/cab-token-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>1.48.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.49.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
</parent>

<artifactId>google-auth-library-cab-token-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-auth-library-java/credentials/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>1.48.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.49.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion google-auth-library-java/oauth2_http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>1.48.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.49.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions google-auth-library-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>1.48.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.49.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<packaging>pom</packaging>
<name>Google Auth Library for Java</name>
<description>Client libraries providing authentication and
Expand Down Expand Up @@ -86,7 +86,7 @@
<project.tink.version>1.15.0</project.tink.version>
<project.slf4j.version>2.0.17</project.slf4j.version>
<project.gson.version>2.13.2</project.gson.version>
<project.api-common.version>2.64.0</project.api-common.version><!-- {x-version-update:api-common:current} -->
<project.api-common.version>2.65.0-SNAPSHOT</project.api-common.version><!-- {x-version-update:api-common:current} -->
<surefire.version>3.5.2</surefire.version>
<clirr.skip>true</clirr.skip>
</properties>
Expand Down
8 changes: 4 additions & 4 deletions google-cloud-jar-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-jar-parent</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.87.0</version><!-- {x-version-update:google-cloud-java:current} -->
<version>1.88.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
<packaging>pom</packaging>
<name>Google Cloud JAR Parent</name>
<description>
Expand All @@ -15,7 +15,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom-parent</artifactId>
<version>1.87.0</version><!-- {x-version-update:google-cloud-java:current} -->
<version>1.88.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
<relativePath>../google-cloud-pom-parent/pom.xml</relativePath>
</parent>
<properties>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>3.63.0</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
<version>3.64.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.69.0</version><!-- {x-version-update:google-cloud-storage:current} -->
<version>2.70.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-pom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-pom-parent</artifactId>
<groupId>com.google.cloud</groupId>
<version>1.87.0</version><!-- {x-version-update:google-cloud-java:current} -->
<version>1.88.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
<packaging>pom</packaging>
<name>Google Cloud POM Parent</name>
<url>https://github.com/googleapis/google-cloud-java</url>
Expand All @@ -15,7 +15,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>sdk-platform-java-config</artifactId>
<version>3.63.0</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
<version>3.64.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
<relativePath>../sdk-platform-java/sdk-platform-java-config</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions grpc-gcp-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>com.google.cloud</groupId>
<artifactId>grpc-gcp</artifactId>
<version>1.11.0</version><!-- {x-version-update:grpc-gcp:current} -->
<version>1.12.0-SNAPSHOT</version><!-- {x-version-update:grpc-gcp:current} -->
<packaging>jar</packaging>

<name>gRPC extension library for Google Cloud Platform</name>
Expand Down Expand Up @@ -62,7 +62,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<site.installationModule>grpc-gcp</site.installationModule>
<api-common.version>2.64.0</api-common.version><!-- {x-version-update:api-common:current} -->
<api-common.version>2.65.0-SNAPSHOT</api-common.version><!-- {x-version-update:api-common:current} -->
<auto-value.version>1.11.0</auto-value.version>
<error-prone-annotations.version>2.48.0</error-prone-annotations.version>
<google-http-client.version>2.1.0</google-http-client.version>
Expand All @@ -74,7 +74,7 @@
<junit.version>4.13.2</junit.version>
<opencensus.version>0.31.1</opencensus.version>
<opentelemetry.version>1.62.0</opentelemetry.version>
<spanner.version>6.118.0</spanner.version><!-- {x-version-update:google-cloud-spanner:current} -->
<spanner.version>6.119.0-SNAPSHOT</spanner.version><!-- {x-version-update:google-cloud-spanner:current} -->
<truth.version>1.4.5</truth.version>
<mockito.version>4.11.0</mockito.version>
<checkstyle.skip>true</checkstyle.skip>
Expand Down
10 changes: 5 additions & 5 deletions java-accessapproval/google-cloud-accessapproval-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-accessapproval-bom</artifactId>
<version>2.94.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<version>2.95.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<packaging>pom</packaging>

<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom-parent</artifactId>
<version>1.87.0</version><!-- {x-version-update:google-cloud-java:current} -->
<version>1.88.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
<relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
</parent>

Expand All @@ -23,17 +23,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-accessapproval</artifactId>
<version>2.94.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<version>2.95.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-accessapproval-v1</artifactId>
<version>2.94.0</version><!-- {x-version-update:grpc-google-cloud-accessapproval-v1:current} -->
<version>2.95.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-accessapproval-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-accessapproval-v1</artifactId>
<version>2.94.0</version><!-- {x-version-update:proto-google-cloud-accessapproval-v1:current} -->
<version>2.95.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-accessapproval-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions java-accessapproval/google-cloud-accessapproval/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-accessapproval</artifactId>
<version>2.94.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<version>2.95.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<packaging>jar</packaging>
<name>Google Cloud Access Approval</name>
<description>Java idiomatic client for Google Cloud accessapproval</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-accessapproval-parent</artifactId>
<version>2.94.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<version>2.95.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-accessapproval</site.installationModule>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-accessapproval:current}
static final String VERSION = "2.94.0";
static final String VERSION = "2.95.0-SNAPSHOT";
// {x-version-update-end}

}
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-accessapproval-v1</artifactId>
<version>2.94.0</version><!-- {x-version-update:grpc-google-cloud-accessapproval-v1:current} -->
<version>2.95.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-accessapproval-v1:current} -->
<name>grpc-google-cloud-accessapproval-v1</name>
<description>GRPC library for grpc-google-cloud-accessapproval-v1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-accessapproval-parent</artifactId>
<version>2.94.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<version>2.95.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions java-accessapproval/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-accessapproval-parent</artifactId>
<packaging>pom</packaging>
<version>2.94.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<version>2.95.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<name>Google Cloud Access Approval Parent</name>
<description>
Java idiomatic client for Google Cloud Platform services.
Expand All @@ -13,7 +13,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-jar-parent</artifactId>
<version>1.87.0</version><!-- {x-version-update:google-cloud-java:current} -->
<version>1.88.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
<relativePath>../google-cloud-jar-parent/pom.xml</relativePath>
</parent>

Expand All @@ -29,17 +29,17 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-accessapproval-v1</artifactId>
<version>2.94.0</version><!-- {x-version-update:proto-google-cloud-accessapproval-v1:current} -->
<version>2.95.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-accessapproval-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-accessapproval-v1</artifactId>
<version>2.94.0</version><!-- {x-version-update:grpc-google-cloud-accessapproval-v1:current} -->
<version>2.95.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-accessapproval-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-accessapproval</artifactId>
<version>2.94.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<version>2.95.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
</dependency>

<!-- Test dependencies -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-accessapproval-v1</artifactId>
<version>2.94.0</version><!-- {x-version-update:proto-google-cloud-accessapproval-v1:current} -->
<version>2.95.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-accessapproval-v1:current} -->
<name>proto-google-cloud-accessapproval-v1beta1</name>
<description>PROTO library for proto-google-cloud-accessapproval-v1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-accessapproval-parent</artifactId>
<version>2.94.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<version>2.95.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-identity-accesscontextmanager-bom</artifactId>
<version>1.94.0</version><!-- {x-version-update:google-identity-accesscontextmanager:current} -->
<version>1.95.0-SNAPSHOT</version><!-- {x-version-update:google-identity-accesscontextmanager:current} -->
<packaging>pom</packaging>

<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom-parent</artifactId>
<version>1.87.0</version><!-- {x-version-update:google-cloud-java:current} -->
<version>1.88.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
<relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
</parent>

Expand All @@ -27,22 +27,22 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-identity-accesscontextmanager</artifactId>
<version>1.94.0</version><!-- {x-version-update:google-identity-accesscontextmanager:current} -->
<version>1.95.0-SNAPSHOT</version><!-- {x-version-update:google-identity-accesscontextmanager:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-identity-accesscontextmanager-v1</artifactId>
<version>1.94.0</version><!-- {x-version-update:grpc-google-identity-accesscontextmanager-v1:current} -->
<version>1.95.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-identity-accesscontextmanager-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-identity-accesscontextmanager-v1</artifactId>
<version>1.94.0</version><!-- {x-version-update:proto-google-identity-accesscontextmanager-v1:current} -->
<version>1.95.0-SNAPSHOT</version><!-- {x-version-update:proto-google-identity-accesscontextmanager-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-identity-accesscontextmanager-type</artifactId>
<version>1.94.0</version><!-- {x-version-update:proto-google-identity-accesscontextmanager-type:current} -->
<version>1.95.0-SNAPSHOT</version><!-- {x-version-update:proto-google-identity-accesscontextmanager-type:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-identity-accesscontextmanager</artifactId>
<version>1.94.0</version><!-- {x-version-update:google-identity-accesscontextmanager:current} -->
<version>1.95.0-SNAPSHOT</version><!-- {x-version-update:google-identity-accesscontextmanager:current} -->
<packaging>jar</packaging>
<name>Google Identity Access Context Manager</name>
<description>Identity Access Context Manager n/a</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-identity-accesscontextmanager-parent</artifactId>
<version>1.94.0</version><!-- {x-version-update:google-identity-accesscontextmanager:current} -->
<version>1.95.0-SNAPSHOT</version><!-- {x-version-update:google-identity-accesscontextmanager:current} -->
</parent>
<properties>
<site.installationModule>google-identity-accesscontextmanager</site.installationModule>
Expand Down
Loading
Loading