Skip to content

Commit b4be625

Browse files
chore(main): release 2.51.1
1 parent ae493f0 commit b4be625

File tree

45 files changed

+152
-144
lines changed

Some content is hidden

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

45 files changed

+152
-144
lines changed

.cloudbuild/graalvm/cloudbuild-test-a.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_SHARED_DEPENDENCIES_VERSION: '3.41.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.41.1' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.12.2'
1919
options:
2020
machineType: 'E2_HIGHCPU_8'

.cloudbuild/graalvm/cloudbuild-test-b.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_SHARED_DEPENDENCIES_VERSION: '3.41.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.41.1' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.12.2'
1919
options:
2020
machineType: 'E2_HIGHCPU_8'

.cloudbuild/graalvm/cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_SHARED_DEPENDENCIES_VERSION: '3.41.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.41.1' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.12.2'
1919
steps:
2020
# GraalVM A build

.cloudbuild/library_generation/cloudbuild-library-generation-push-prod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
timeout: 7200s # 2 hours
1616
substitutions:
1717
_IMAGE_NAME: "us-docker.pkg.dev/java-hermetic-build-prod/private-resources/java-library-generation"
18-
_GAPIC_GENERATOR_JAVA_VERSION: '2.51.1-SNAPSHOT' # {x-version-update:gapic-generator-java:current}
18+
_GAPIC_GENERATOR_JAVA_VERSION: '2.51.1' # {x-version-update:gapic-generator-java:current}
1919
_SHA_IMAGE_ID: "${_IMAGE_NAME}:${COMMIT_SHA}"
2020
_LATEST_IMAGE_ID: "${_IMAGE_NAME}:latest"
2121
_VERSIONED_IMAGE_ID: "${_IMAGE_NAME}:${_GAPIC_GENERATOR_JAVA_VERSION}"

.cloudbuild/library_generation/cloudbuild-library-generation-push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
timeout: 7200s # 2 hours
1616
substitutions:
1717
_IMAGE_NAME: "gcr.io/cloud-devrel-public-resources/java-library-generation"
18-
_GAPIC_GENERATOR_JAVA_VERSION: '2.51.1-SNAPSHOT' # {x-version-update:gapic-generator-java:current}
18+
_GAPIC_GENERATOR_JAVA_VERSION: '2.51.1' # {x-version-update:gapic-generator-java:current}
1919
_SHA_IMAGE_ID: "${_IMAGE_NAME}:${COMMIT_SHA}"
2020
_LATEST_IMAGE_ID: "${_IMAGE_NAME}:latest"
2121
_VERSIONED_IMAGE_ID: "${_IMAGE_NAME}:${_GAPIC_GENERATOR_JAVA_VERSION}"

.cloudbuild/library_generation/library_generation.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FROM docker.io/library/maven:3.9.9-eclipse-temurin-11-alpine@sha256:3bab9f2cd4fa
2020
WORKDIR /sdk-platform-java
2121
COPY . .
2222
# {x-version-update-start:gapic-generator-java:current}
23-
ENV DOCKER_GAPIC_GENERATOR_VERSION="2.51.1-SNAPSHOT"
23+
ENV DOCKER_GAPIC_GENERATOR_VERSION="2.51.1"
2424
# {x-version-update-end}
2525

2626
RUN mvn install -B -ntp -DskipTests -Dclirr.skip -Dcheckstyle.skip

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.51.0"
2+
".": "2.51.1"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.51.1](https://github.com/googleapis/sdk-platform-java/compare/v2.51.0...v2.51.1) (2024-12-18)
4+
5+
6+
### Dependencies
7+
8+
* update google api dependencies ([#3461](https://github.com/googleapis/sdk-platform-java/issues/3461)) ([12d9ff2](https://github.com/googleapis/sdk-platform-java/commit/12d9ff26e6ab905e6230703a671e188690ec1322))
9+
* update repo-automation-bots digest to 8b7d94b ([#3458](https://github.com/googleapis/sdk-platform-java/issues/3458)) ([59f9e0a](https://github.com/googleapis/sdk-platform-java/commit/59f9e0a3a101d5425b0c751b39e6b784466e16b8))
10+
311
## [2.51.0](https://github.com/googleapis/sdk-platform-java/compare/v2.50.0...v2.51.0) (2024-12-12)
412

513

WORKSPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")
5858
load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_ARTIFACTS")
5959
load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS")
6060

61-
_gapic_generator_java_version = "2.51.1-SNAPSHOT" # {x-version-update:gapic-generator-java:current}
61+
_gapic_generator_java_version = "2.51.1" # {x-version-update:gapic-generator-java:current}
6262

6363
maven_install(
6464
artifacts = [

api-common-java/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<groupId>com.google.api</groupId>
66
<artifactId>api-common</artifactId>
77
<packaging>jar</packaging>
8-
<version>2.42.1-SNAPSHOT</version><!-- {x-version-update:api-common:current} -->
8+
<version>2.42.1</version><!-- {x-version-update:api-common:current} -->
99
<name>API Common</name>
1010
<description>Common utilities for Google APIs in Java</description>
1111

1212
<parent>
1313
<groupId>com.google.api</groupId>
1414
<artifactId>gapic-generator-java-pom-parent</artifactId>
15-
<version>2.51.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
15+
<version>2.51.1</version><!-- {x-version-update:gapic-generator-java:current} -->
1616
<relativePath>../gapic-generator-java-pom-parent</relativePath>
1717
</parent>
1818

coverage-report/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
<dependency>
3232
<groupId>com.google.api</groupId>
3333
<artifactId>gax</artifactId>
34-
<version>2.59.1-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
34+
<version>2.59.1</version> <!-- {x-version-update:gax:current} -->
3535
</dependency>
3636
<dependency>
3737
<groupId>com.google.api</groupId>
3838
<artifactId>gax-grpc</artifactId>
39-
<version>2.59.1-SNAPSHOT</version> <!-- {x-version-update:gax-grpc:current} -->
39+
<version>2.59.1</version> <!-- {x-version-update:gax-grpc:current} -->
4040
</dependency>
4141
<dependency>
4242
<groupId>com.google.api</groupId>
4343
<artifactId>gax-httpjson</artifactId>
44-
<version>2.59.1-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
44+
<version>2.59.1</version> <!-- {x-version-update:gax:current} -->
4545
</dependency>
4646
<dependency>
4747
<groupId>com.google.api</groupId>
4848
<artifactId>api-common</artifactId>
49-
<version>2.42.1-SNAPSHOT</version> <!-- {x-version-update:api-common:current} -->
49+
<version>2.42.1</version> <!-- {x-version-update:api-common:current} -->
5050
</dependency>
5151
</dependencies>
5252

gapic-generator-java-bom/pom.xml

+13-13
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.api</groupId>
55
<artifactId>gapic-generator-java-bom</artifactId>
66
<packaging>pom</packaging>
7-
<version>2.51.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
7+
<version>2.51.1</version><!-- {x-version-update:gapic-generator-java:current} -->
88
<name>GAPIC Generator Java BOM</name>
99
<description>
1010
BOM for the libraries in gapic-generator-java repository. Users should not
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.api</groupId>
1717
<artifactId>gapic-generator-java-pom-parent</artifactId>
18-
<version>2.51.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
18+
<version>2.51.1</version><!-- {x-version-update:gapic-generator-java:current} -->
1919
<relativePath>../gapic-generator-java-pom-parent</relativePath>
2020
</parent>
2121

@@ -75,61 +75,61 @@
7575
<dependency>
7676
<groupId>com.google.api</groupId>
7777
<artifactId>api-common</artifactId>
78-
<version>2.42.1-SNAPSHOT</version><!-- {x-version-update:api-common:current} -->
78+
<version>2.42.1</version><!-- {x-version-update:api-common:current} -->
7979
</dependency>
8080
<dependency>
8181
<groupId>com.google.api</groupId>
8282
<artifactId>gax-bom</artifactId>
83-
<version>2.59.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
83+
<version>2.59.1</version><!-- {x-version-update:gax:current} -->
8484
<type>pom</type>
8585
<scope>import</scope>
8686
</dependency>
8787
<dependency>
8888
<groupId>com.google.api</groupId>
8989
<artifactId>gapic-generator-java</artifactId>
90-
<version>2.51.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
90+
<version>2.51.1</version><!-- {x-version-update:gapic-generator-java:current} -->
9191
</dependency>
9292
<dependency>
9393
<groupId>com.google.api.grpc</groupId>
9494
<artifactId>grpc-google-common-protos</artifactId>
95-
<version>2.50.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
95+
<version>2.50.1</version><!-- {x-version-update:proto-google-common-protos:current} -->
9696
</dependency>
9797
<dependency>
9898
<groupId>com.google.api.grpc</groupId>
9999
<artifactId>proto-google-common-protos</artifactId>
100-
<version>2.50.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
100+
<version>2.50.1</version><!-- {x-version-update:proto-google-common-protos:current} -->
101101
</dependency>
102102
<dependency>
103103
<groupId>com.google.api.grpc</groupId>
104104
<artifactId>proto-google-iam-v1</artifactId>
105-
<version>1.45.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
105+
<version>1.45.1</version><!-- {x-version-update:proto-google-iam-v1:current} -->
106106
</dependency>
107107
<dependency>
108108
<groupId>com.google.api.grpc</groupId>
109109
<artifactId>proto-google-iam-v2</artifactId>
110-
<version>1.45.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v2:current} -->
110+
<version>1.45.1</version><!-- {x-version-update:proto-google-iam-v2:current} -->
111111
</dependency>
112112
<dependency>
113113
<groupId>com.google.api.grpc</groupId>
114114
<artifactId>proto-google-iam-v2beta</artifactId>
115-
<version>1.45.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v2beta:current} -->
115+
<version>1.45.1</version><!-- {x-version-update:proto-google-iam-v2beta:current} -->
116116
</dependency>
117117

118118
<!-- Following test deps are kept to keep them consistent with versions above -->
119119
<dependency>
120120
<groupId>com.google.api.grpc</groupId>
121121
<artifactId>grpc-google-iam-v1</artifactId>
122-
<version>1.45.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v1:current} -->
122+
<version>1.45.1</version><!-- {x-version-update:grpc-google-iam-v1:current} -->
123123
</dependency>
124124
<dependency>
125125
<groupId>com.google.api.grpc</groupId>
126126
<artifactId>grpc-google-iam-v2</artifactId>
127-
<version>1.45.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v2:current} -->
127+
<version>1.45.1</version><!-- {x-version-update:grpc-google-iam-v2:current} -->
128128
</dependency>
129129
<dependency>
130130
<groupId>com.google.api.grpc</groupId>
131131
<artifactId>grpc-google-iam-v2beta</artifactId>
132-
<version>1.45.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v2beta:current} -->
132+
<version>1.45.1</version><!-- {x-version-update:grpc-google-iam-v2beta:current} -->
133133
</dependency>
134134
</dependencies>
135135

gapic-generator-java-pom-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.google.api</groupId>
77
<artifactId>gapic-generator-java-pom-parent</artifactId>
8-
<version>2.51.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
8+
<version>2.51.1</version><!-- {x-version-update:gapic-generator-java:current} -->
99
<packaging>pom</packaging>
1010
<name>GAPIC Generator Java POM Parent</name>
1111
<url>https://github.com/googleapis/sdk-platform-java</url>

gapic-generator-java/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api</groupId>
66
<artifactId>gapic-generator-java</artifactId>
7-
<version>2.51.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
7+
<version>2.51.1</version><!-- {x-version-update:gapic-generator-java:current} -->
88
<name>GAPIC Generator Java</name>
99
<description>GAPIC generator Java</description>
1010

@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.google.api</groupId>
2424
<artifactId>gapic-generator-java-pom-parent</artifactId>
25-
<version>2.51.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
25+
<version>2.51.1</version><!-- {x-version-update:gapic-generator-java:current} -->
2626
<relativePath>../gapic-generator-java-pom-parent</relativePath>
2727
</parent>
2828

@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.google.api</groupId>
3333
<artifactId>gapic-generator-java-bom</artifactId>
34-
<version>2.51.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
34+
<version>2.51.1</version><!-- {x-version-update:gapic-generator-java:current} -->
3535
<type>pom</type>
3636
<scope>import</scope>
3737
</dependency>

gax-java/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,27 @@ If you are using Maven, add this to your pom.xml file
3434
<dependency>
3535
<groupId>com.google.api</groupId>
3636
<artifactId>gax</artifactId>
37-
<version>2.59.0</version>
37+
<version>2.59.1</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.google.api</groupId>
4141
<artifactId>gax-grpc</artifactId>
42-
<version>2.59.0</version>
42+
<version>2.59.1</version>
4343
</dependency>
4444
```
4545

4646
If you are using Gradle, add this to your dependencies
4747

4848
```Groovy
49-
compile 'com.google.api:gax:2.59.0',
50-
'com.google.api:gax-grpc:2.59.0'
49+
compile 'com.google.api:gax:2.59.1',
50+
'com.google.api:gax-grpc:2.59.1'
5151
```
5252

5353
If you are using SBT, add this to your dependencies
5454

5555
```Scala
56-
libraryDependencies += "com.google.api" % "gax" % "2.59.0"
57-
libraryDependencies += "com.google.api" % "gax-grpc" % "2.59.0"
56+
libraryDependencies += "com.google.api" % "gax" % "2.59.1"
57+
libraryDependencies += "com.google.api" % "gax-grpc" % "2.59.1"
5858
```
5959
[//]: # ({x-version-update-end})
6060

gax-java/dependencies.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
# Versions of oneself
1010
# {x-version-update-start:gax:current}
11-
version.gax=2.59.1-SNAPSHOT
11+
version.gax=2.59.1
1212
# {x-version-update-end}
1313
# {x-version-update-start:gax:current}
14-
version.gax_grpc=2.59.1-SNAPSHOT
14+
version.gax_grpc=2.59.1
1515
# {x-version-update-end}
1616
# {x-version-update-start:gax:current}
17-
version.gax_bom=2.59.1-SNAPSHOT
17+
version.gax_bom=2.59.1
1818
# {x-version-update-end}
1919
# {x-version-update-start:gax:current}
20-
version.gax_httpjson=2.59.1-SNAPSHOT
20+
version.gax_httpjson=2.59.1
2121
# {x-version-update-end}
2222

2323
# Versions for dependencies which actual artifacts differ between Bazel and Gradle.

gax-java/gax-bom/pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.api</groupId>
55
<artifactId>gax-bom</artifactId>
6-
<version>2.59.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
6+
<version>2.59.1</version><!-- {x-version-update:gax:current} -->
77
<packaging>pom</packaging>
88
<name>GAX (Google Api eXtensions) for Java (BOM)</name>
99
<description>Google Api eXtensions for Java (BOM)</description>
@@ -43,55 +43,55 @@
4343
<dependency>
4444
<groupId>com.google.api</groupId>
4545
<artifactId>gax</artifactId>
46-
<version>2.59.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
46+
<version>2.59.1</version><!-- {x-version-update:gax:current} -->
4747
</dependency>
4848
<dependency>
4949
<groupId>com.google.api</groupId>
5050
<artifactId>gax</artifactId>
51-
<version>2.59.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
51+
<version>2.59.1</version><!-- {x-version-update:gax:current} -->
5252
<type>test-jar</type>
5353
<classifier>testlib</classifier>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.google.api</groupId>
5757
<artifactId>gax</artifactId>
58-
<version>2.59.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
58+
<version>2.59.1</version><!-- {x-version-update:gax:current} -->
5959
<classifier>testlib</classifier>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.google.api</groupId>
6363
<artifactId>gax-grpc</artifactId>
64-
<version>2.59.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
64+
<version>2.59.1</version><!-- {x-version-update:gax-grpc:current} -->
6565
</dependency>
6666
<dependency>
6767
<groupId>com.google.api</groupId>
6868
<artifactId>gax-grpc</artifactId>
69-
<version>2.59.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
69+
<version>2.59.1</version><!-- {x-version-update:gax-grpc:current} -->
7070
<type>test-jar</type>
7171
<classifier>testlib</classifier>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.google.api</groupId>
7575
<artifactId>gax-grpc</artifactId>
76-
<version>2.59.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
76+
<version>2.59.1</version><!-- {x-version-update:gax-grpc:current} -->
7777
<classifier>testlib</classifier>
7878
</dependency>
7979
<dependency>
8080
<groupId>com.google.api</groupId>
8181
<artifactId>gax-httpjson</artifactId>
82-
<version>2.59.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
82+
<version>2.59.1</version><!-- {x-version-update:gax:current} -->
8383
</dependency>
8484
<dependency>
8585
<groupId>com.google.api</groupId>
8686
<artifactId>gax-httpjson</artifactId>
87-
<version>2.59.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
87+
<version>2.59.1</version><!-- {x-version-update:gax:current} -->
8888
<type>test-jar</type>
8989
<classifier>testlib</classifier>
9090
</dependency>
9191
<dependency>
9292
<groupId>com.google.api</groupId>
9393
<artifactId>gax-httpjson</artifactId>
94-
<version>2.59.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
94+
<version>2.59.1</version><!-- {x-version-update:gax:current} -->
9595
<classifier>testlib</classifier>
9696
</dependency>
9797
</dependencies>

0 commit comments

Comments
 (0)