Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d7789ff
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
ba0b703
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
950b3f8
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
831812c
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
b9885ff
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
a5c9bba
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
1dfdca8
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
dee8e6d
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
97e884f
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
ad4c5b8
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
1e37985
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
4979054
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
4583d6f
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
9924d3b
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
eaf1630
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
0ceb4d0
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
0dfa573
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
4b4ee3d
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
a6d5fd1
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
aa0e471
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
9aa288e
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
5d9be4e
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
b327a25
chore(main): release 1.86.0-SNAPSHOT
release-please[bot] Apr 23, 2026
63cea90
ci: fix common module install for downstream unmanaged dependency check
chingor13 Apr 24, 2026
448167b
ensure we install all modules for the gapic-bom unmanaged dependency …
chingor13 Apr 24, 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.71.0 # {x-version-update:gapic-generator-java:current}
library_generation_image_tag: 2.72.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.71.0
GENERATOR_VERSION: 2.72.0-SNAPSHOT
# {x-version-update-end}
jobs:
library_generation:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,17 @@ jobs:
cache: maven
- name: Install the modules of sdk-platform-java
shell: bash
working-directory: google-cloud-java/sdk-platform-java
run: |
set -euo pipefail
# gapic-generator-java is irrelevant
mvn -q -B -ntp install \
-Dcheckstyle.skip -Dfmt.skip -DskipTests -T 1C
run: .kokoro/build.sh
env:
BUILD_SUBDIR: sdk-platform-java
JOB_TYPE: install
working-directory: google-cloud-java
- name: Build unmanaged dependency check
shell: bash
working-directory: google-cloud-java/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check
run: |
set -euo pipefail
pwd
pwd
echo "Install Unmanaged Dependency Check in $(pwd)"
mvn clean install -V --batch-mode --no-transfer-progress -DskipTests
- name: Install the modules of the downstream repository
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unmanaged_dependency_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
shell: bash
run: .kokoro/build.sh
env:
BUILD_SUBDIR: sdk-platform-java
JOB_TYPE: install
- name: Unmanaged dependency check
uses: ./sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check
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.71.0" # {x-version-update:gapic-generator-java:current}
_gapic_generator_java_version = "2.72.0-SNAPSHOT" # {x-version-update:gapic-generator-java:current}

maven_install(
artifacts = [
Expand Down
428 changes: 214 additions & 214 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.46.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.47.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.46.0</version><!-- {x-version-update:google-auth-library-bom:current} -->
<version>1.47.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.46.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.47.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.46.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.47.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.46.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.47.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.46.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.47.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.46.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.47.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.46.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.47.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.46.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.47.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/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.46.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.47.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
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.85.0</version><!-- {x-version-update:google-cloud-java:current} -->
<version>1.86.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.85.0</version><!-- {x-version-update:google-cloud-java:current} -->
<version>1.86.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
<relativePath>../google-cloud-pom-parent/pom.xml</relativePath>
</parent>
<properties>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>3.61.0</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
<version>3.62.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.67.0</version><!-- {x-version-update:google-cloud-storage:current} -->
<version>2.68.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.85.0</version><!-- {x-version-update:google-cloud-java:current} -->
<version>1.86.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.61.0</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
<version>3.62.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
<relativePath>../sdk-platform-java/sdk-platform-java-config</relativePath>
</parent>

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.92.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<version>2.93.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.85.0</version><!-- {x-version-update:google-cloud-java:current} -->
<version>1.86.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.92.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<version>2.93.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.92.0</version><!-- {x-version-update:grpc-google-cloud-accessapproval-v1:current} -->
<version>2.93.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.92.0</version><!-- {x-version-update:proto-google-cloud-accessapproval-v1:current} -->
<version>2.93.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.92.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<version>2.93.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.92.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<version>2.93.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.92.0";
static final String VERSION = "2.93.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.92.0</version><!-- {x-version-update:grpc-google-cloud-accessapproval-v1:current} -->
<version>2.93.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.92.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<version>2.93.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.92.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<version>2.93.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.85.0</version><!-- {x-version-update:google-cloud-java:current} -->
<version>1.86.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.92.0</version><!-- {x-version-update:proto-google-cloud-accessapproval-v1:current} -->
<version>2.93.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.92.0</version><!-- {x-version-update:grpc-google-cloud-accessapproval-v1:current} -->
<version>2.93.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.92.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<version>2.93.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.92.0</version><!-- {x-version-update:proto-google-cloud-accessapproval-v1:current} -->
<version>2.93.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.92.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<version>2.93.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.92.0</version><!-- {x-version-update:google-identity-accesscontextmanager:current} -->
<version>1.93.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.85.0</version><!-- {x-version-update:google-cloud-java:current} -->
<version>1.86.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.92.0</version><!-- {x-version-update:google-identity-accesscontextmanager:current} -->
<version>1.93.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.92.0</version><!-- {x-version-update:grpc-google-identity-accesscontextmanager-v1:current} -->
<version>1.93.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.92.0</version><!-- {x-version-update:proto-google-identity-accesscontextmanager-v1:current} -->
<version>1.93.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.92.0</version><!-- {x-version-update:proto-google-identity-accesscontextmanager-type:current} -->
<version>1.93.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.92.0</version><!-- {x-version-update:google-identity-accesscontextmanager:current} -->
<version>1.93.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.92.0</version><!-- {x-version-update:google-identity-accesscontextmanager:current} -->
<version>1.93.0-SNAPSHOT</version><!-- {x-version-update:google-identity-accesscontextmanager:current} -->
</parent>
<properties>
<site.installationModule>google-identity-accesscontextmanager</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-identity-accesscontextmanager:current}
static final String VERSION = "1.92.0";
static final String VERSION = "1.93.0-SNAPSHOT";
// {x-version-update-end}

}
Loading
Loading