Skip to content

Commit 2f00b1a

Browse files
committed
chore(fix/gapic-version-java-updates): release 1.84.0-SNAPSHOT
1 parent 863d016 commit 2f00b1a

File tree

1,920 files changed

+6731
-6729
lines changed

Some content is hidden

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

1,920 files changed

+6731
-6729
lines changed

.github/workflows/generated_files_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
pull_request:
1818
name: generation diff
1919
env:
20-
library_generation_image_tag: 2.69.0 # {x-version-update:gapic-generator-java:current}
20+
library_generation_image_tag: 2.70.0-SNAPSHOT # {x-version-update:gapic-generator-java:current}
2121
jobs:
2222
root-pom:
2323
# root pom.xml does not have diff from generated one

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
head_ref: ${{ github.head_ref }}
4545
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
4646
force_regenerate_all: ${{ github.event.pull_request.head.ref == 'generate-libraries-main' }}
47-
image_tag: 2.69.0 # {x-version-update:gapic-generator-java:current}
47+
image_tag: 2.70.0-SNAPSHOT # {x-version-update:gapic-generator-java:current}

gapic-libraries-bom/pom.xml

Lines changed: 213 additions & 213 deletions
Large diffs are not rendered by default.

google-auth-library-java/appengine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.auth</groupId>
77
<artifactId>google-auth-library-parent</artifactId>
8-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

google-auth-library-java/bom/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.auth</groupId>
55
<artifactId>google-auth-library-bom</artifactId>
6-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-bom:current} -->
6+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-bom:current} -->
77
<packaging>pom</packaging>
88

99
<parent>
1010
<groupId>com.google.cloud</groupId>
1111
<artifactId>google-cloud-pom-parent</artifactId>
12-
<version>1.83.0</version><!-- {x-version-update:google-cloud-java:current} -->
12+
<version>1.84.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
1313
<relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
1414
</parent>
1515

@@ -23,22 +23,22 @@
2323
<dependency>
2424
<groupId>com.google.auth</groupId>
2525
<artifactId>google-auth-library-credentials</artifactId>
26-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
26+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
2727
</dependency>
2828
<dependency>
2929
<groupId>com.google.auth</groupId>
3030
<artifactId>google-auth-library-oauth2-http</artifactId>
31-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
31+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
3232
</dependency>
3333
<dependency>
3434
<groupId>com.google.auth</groupId>
3535
<artifactId>google-auth-library-appengine</artifactId>
36-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
36+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
3737
</dependency>
3838
<dependency>
3939
<groupId>com.google.auth</groupId>
4040
<artifactId>google-auth-library-cab-token-generator</artifactId>
41-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
41+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
4242
</dependency>
4343
</dependencies>
4444
</dependencyManagement>

google-auth-library-java/cab-token-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.google.auth</groupId>
88
<artifactId>google-auth-library-parent</artifactId>
9-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
9+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
1010
</parent>
1111

1212
<artifactId>google-auth-library-cab-token-generator</artifactId>

google-auth-library-java/credentials/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.auth</groupId>
66
<artifactId>google-auth-library-parent</artifactId>
7-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
7+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

google-auth-library-java/oauth2_http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.google.auth</groupId>
99
<artifactId>google-auth-library-parent</artifactId>
10-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
10+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

google-auth-library-java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.google.auth</groupId>
77
<artifactId>google-auth-library-parent</artifactId>
8-
<version>1.44.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>1.45.0-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<packaging>pom</packaging>
1010
<name>Google Auth Library for Java</name>
1111
<description>Client libraries providing authentication and
@@ -18,7 +18,7 @@
1818
we skip the deployment of this module <maven.deploy.skip>true</maven.deploy.skip> -->
1919
<groupId>com.google.cloud</groupId>
2020
<artifactId>google-cloud-jar-parent</artifactId>
21-
<version>1.83.0</version><!-- {x-version-update:google-cloud-java:current} -->
21+
<version>1.84.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
2222
<relativePath>../google-cloud-jar-parent/pom.xml</relativePath>
2323
</parent>
2424

google-cloud-jar-parent/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>google-cloud-jar-parent</artifactId>
77
<groupId>com.google.cloud</groupId>
8-
<version>1.83.0</version><!-- {x-version-update:google-cloud-java:current} -->
8+
<version>1.84.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
99
<packaging>pom</packaging>
1010
<name>Google Cloud JAR Parent</name>
1111
<description>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.cloud</groupId>
1717
<artifactId>google-cloud-pom-parent</artifactId>
18-
<version>1.83.0</version><!-- {x-version-update:google-cloud-java:current} -->
18+
<version>1.84.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
1919
<relativePath>../google-cloud-pom-parent/pom.xml</relativePath>
2020
</parent>
2121
<properties>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.google.cloud</groupId>
2929
<artifactId>google-cloud-shared-dependencies</artifactId>
30-
<version>3.59.0</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
30+
<version>3.60.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-dependencies:current} -->
3131
<type>pom</type>
3232
<scope>import</scope>
3333
</dependency>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.google.cloud</groupId>
4848
<artifactId>google-cloud-storage</artifactId>
49-
<version>2.65.0</version><!-- {x-version-update:google-cloud-storage:current} -->
49+
<version>2.66.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
5050
</dependency>
5151
<dependency>
5252
<groupId>com.google.apis</groupId>

0 commit comments

Comments
 (0)