Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit f2c9cb8

Browse files
authored
deps: use google-cloud-core-bom and update to v1.91.3 (#15)
1 parent c0bfa90 commit f2c9cb8

File tree

3 files changed

+10
-49
lines changed

3 files changed

+10
-49
lines changed

google-cloud-logging/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -124,19 +124,4 @@
124124
<scope>test</scope>
125125
</dependency>
126126
</dependencies>
127-
128-
<!-- <profiles>-->
129-
<!-- <profile>-->
130-
<!-- <id>java9</id>-->
131-
<!-- <activation>-->
132-
<!-- <jdk>[9,)</jdk>-->
133-
<!-- </activation>-->
134-
<!-- <dependencies>-->
135-
<!-- <dependency>-->
136-
<!-- <groupId>javax.annotation</groupId>-->
137-
<!-- <artifactId>javax.annotation-api</artifactId>-->
138-
<!-- </dependency>-->
139-
<!-- </dependencies>-->
140-
<!-- </profile>-->
141-
<!-- </profiles>-->
142127
</project>

grpc-google-cloud-logging-v2/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,4 @@
3838
<artifactId>guava</artifactId>
3939
</dependency>
4040
</dependencies>
41-
42-
<!-- <profiles>-->
43-
<!-- <profile>-->
44-
<!-- <id>java9</id>-->
45-
<!-- <activation>-->
46-
<!-- <jdk>[9,)</jdk>-->
47-
<!-- </activation>-->
48-
<!-- <dependencies>-->
49-
<!-- <dependency>-->
50-
<!-- <groupId>javax.annotation</groupId>-->
51-
<!-- <artifactId>javax.annotation-api</artifactId>-->
52-
<!-- </dependency>-->
53-
<!-- </dependencies>-->
54-
<!-- </profile>-->
55-
<!-- </profiles>-->
5641
</project>

pom.xml

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
6464
<github.global.server>github</github.global.server>
6565
<site.installationModule>google-cloud-logging-parent</site.installationModule>
66-
<google.core.version>1.91.1</google.core.version>
66+
<google.core.version>1.91.3</google.core.version>
6767
<google.api-common.version>1.8.1</google.api-common.version>
6868
<google.common-protos.version>1.17.0</google.common-protos.version>
6969
<gax.version>1.50.1</gax.version>
@@ -76,7 +76,6 @@
7676
<animal-sniffer.version>1.18</animal-sniffer.version>
7777
<google.auth.version>0.18.0</google.auth.version>
7878
<http-client-bom.version>1.33.0</http-client-bom.version>
79-
<google.cloud-core.version>1.91.2</google.cloud-core.version>
8079
</properties>
8180

8281
<dependencyManagement>
@@ -132,6 +131,13 @@
132131
<type>pom</type>
133132
<scope>import</scope>
134133
</dependency>
134+
<dependency>
135+
<groupId>com.google.cloud</groupId>
136+
<artifactId>google-cloud-core-bom</artifactId>
137+
<version>${google.core.version}</version>
138+
<type>pom</type>
139+
<scope>import</scope>
140+
</dependency>
135141

136142
<dependency>
137143
<groupId>com.google.protobuf</groupId>
@@ -153,31 +159,16 @@
153159
<artifactId>threetenbp</artifactId>
154160
<version>${threeten.version}</version>
155161
</dependency>
156-
<!-- <dependency>-->
157-
<!-- <groupId>javax.annotation</groupId>-->
158-
<!-- <artifactId>javax.annotation-api</artifactId>-->
159-
<!-- <version>${javax.annotations.version}</version>-->
160-
<!-- </dependency>-->
161162
<dependency>
162163
<groupId>org.codehaus.mojo</groupId>
163164
<artifactId>animal-sniffer-annotations</artifactId>
164165
<version>${animal-sniffer.version}</version>
165166
</dependency>
166-
<dependency>
167-
<groupId>com.google.cloud</groupId>
168-
<artifactId>google-cloud-core-grpc</artifactId>
169-
<version>1.91.2</version>
170-
</dependency>
171167
<dependency>
172168
<groupId>com.google.code.gson</groupId>
173169
<artifactId>gson</artifactId>
174170
<version>2.8.6</version>
175171
</dependency>
176-
<dependency>
177-
<groupId>com.google.cloud</groupId>
178-
<artifactId>google-cloud-core</artifactId>
179-
<version>${google.cloud-core.version}</version>
180-
</dependency>
181172

182173
<dependency>
183174
<groupId>junit</groupId>
@@ -218,7 +209,7 @@
218209
<dependency>
219210
<groupId>com.google.cloud</groupId>
220211
<artifactId>google-cloud-core</artifactId>
221-
<version>1.91.2</version>
212+
<version>${google.core.version}</version>
222213
<type>test-jar</type>
223214
<scope>test</scope>
224215
</dependency>
@@ -243,7 +234,7 @@
243234
<module>proto-google-cloud-logging-v2</module>
244235
<module>grpc-google-cloud-logging-v2</module>
245236
<module>google-cloud-logging</module>
246-
<module>google-cloud-logging-bom</module>
237+
<module>google-cloud-logging-bom</module>
247238
</modules>
248239

249240
<reporting>

0 commit comments

Comments
 (0)