Skip to content

Commit 18f596c

Browse files
authored
Merge branch 'main' into rm-codeowners
2 parents 848229d + c6d3b55 commit 18f596c

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

google-cloud-bom/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -167,19 +167,19 @@
167167
<!-- Artifacts from google-cloud-java monorepo -->
168168
<groupId>com.google.cloud</groupId>
169169
<artifactId>gapic-libraries-bom</artifactId>
170-
<version>1.70.0</version>
170+
<version>1.71.0</version>
171171
<type>pom</type>
172172
<scope>import</scope>
173173
</dependency>
174174
<dependency>
175175
<groupId>com.google.cloud</groupId>
176176
<artifactId>google-cloud-bigquery</artifactId>
177-
<version>2.55.2</version>
177+
<version>2.55.3</version>
178178
</dependency>
179179
<dependency>
180180
<groupId>com.google.cloud</groupId>
181181
<artifactId>google-cloud-bigquerystorage-bom</artifactId>
182-
<version>3.17.2</version>
182+
<version>3.17.3</version>
183183
<type>pom</type>
184184
<scope>import</scope>
185185
</dependency>
@@ -193,28 +193,28 @@
193193
<dependency>
194194
<groupId>com.google.cloud</groupId>
195195
<artifactId>google-cloud-datastore-bom</artifactId>
196-
<version>2.32.2</version>
196+
<version>2.32.3</version>
197197
<type>pom</type>
198198
<scope>import</scope>
199199
</dependency>
200200
<dependency>
201201
<groupId>com.google.cloud</groupId>
202202
<artifactId>google-cloud-firestore-bom</artifactId>
203-
<version>3.33.2</version>
203+
<version>3.33.3</version>
204204
<type>pom</type>
205205
<scope>import</scope>
206206
</dependency>
207207
<dependency>
208208
<groupId>com.google.cloud</groupId>
209209
<artifactId>google-cloud-logging-bom</artifactId>
210-
<version>3.23.6</version>
210+
<version>3.23.7</version>
211211
<type>pom</type>
212212
<scope>import</scope>
213213
</dependency>
214214
<dependency>
215215
<groupId>com.google.cloud</groupId>
216216
<artifactId>google-cloud-logging-logback</artifactId>
217-
<version>0.132.17-alpha</version>
217+
<version>0.132.18-alpha</version>
218218
</dependency>
219219
<dependency>
220220
<groupId>com.google.cloud</groupId>
@@ -224,14 +224,14 @@
224224
<dependency>
225225
<groupId>com.google.cloud</groupId>
226226
<artifactId>google-cloud-pubsub-bom</artifactId>
227-
<version>1.142.0</version>
227+
<version>1.143.0</version>
228228
<type>pom</type>
229229
<scope>import</scope>
230230
</dependency>
231231
<dependency>
232232
<groupId>com.google.cloud</groupId>
233233
<artifactId>google-cloud-pubsublite-bom</artifactId>
234-
<version>1.15.17</version>
234+
<version>1.15.18</version>
235235
<type>pom</type>
236236
<scope>import</scope>
237237
</dependency>
@@ -250,7 +250,7 @@
250250
<dependency>
251251
<groupId>com.google.cloud</groupId>
252252
<artifactId>google-cloud-storage-bom</artifactId>
253-
<version>2.58.1</version>
253+
<version>2.59.0</version>
254254
<type>pom</type>
255255
<scope>import</scope>
256256
</dependency>

libraries-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>com.google.cloud</groupId>
7878
<artifactId>first-party-dependencies</artifactId>
79-
<version>3.52.3</version>
79+
<version>3.53.0</version>
8080
<type>pom</type>
8181
<scope>import</scope>
8282
</dependency>

0 commit comments

Comments
 (0)