Skip to content

Commit aa225ba

Browse files
committed
chore(fix/gapic-version-java-updates): release 1.84.0-SNAPSHOT
1 parent 81dc0a7 commit aa225ba

File tree

1,922 files changed

+6787
-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,922 files changed

+6787
-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}

.vscode/settings.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.activeBackground": "#ff6433",
4+
"activityBar.background": "#ff6433",
5+
"activityBar.foreground": "#15202b",
6+
"activityBar.inactiveForeground": "#15202b99",
7+
"activityBarBadge.background": "#00ff3d",
8+
"activityBarBadge.foreground": "#15202b",
9+
"commandCenter.border": "#e7e7e799",
10+
"sash.hoverBorder": "#ff6433",
11+
"statusBar.background": "#ff3d00",
12+
"statusBar.foreground": "#e7e7e7",
13+
"statusBarItem.hoverBackground": "#ff6433",
14+
"statusBarItem.remoteBackground": "#ff3d00",
15+
"statusBarItem.remoteForeground": "#e7e7e7",
16+
"titleBar.activeBackground": "#ff3d00",
17+
"titleBar.activeForeground": "#e7e7e7",
18+
"titleBar.inactiveBackground": "#ff3d0099",
19+
"titleBar.inactiveForeground": "#e7e7e799"
20+
},
21+
"peacock.color": "#ff3d00",
22+
"files.exclude": {
23+
"**/.git": true,
24+
"**/.svn": true,
25+
"**/.hg": true,
26+
"**/.DS_Store": true,
27+
"**/Thumbs.db": true,
28+
"java-*/**": true,
29+
},
30+
"java.jdt.ls.vmargs": "-Xmx8G -Xms2G -XX:+UseG1GC -XX:+UseStringDeduplication -XX:ActiveProcessorCount=2"
31+
}

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
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.google.cloud</groupId>
1818
<artifactId>google-cloud-jar-parent</artifactId>
19-
<version>1.83.0</version><!-- {x-version-update:google-cloud-java:current} -->
19+
<version>1.84.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
2020
<relativePath>../google-cloud-jar-parent/pom.xml</relativePath>
2121
</parent>
2222

0 commit comments

Comments
 (0)