Skip to content

Commit 891dfb7

Browse files
dependabot[bot]wendigo
authored andcommitted
Bump com.google.cloud:libraries-bom from 26.71.0 to 26.72.0
Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.71.0 to 26.72.0. - [Release notes](https://github.com/googleapis/java-cloud-bom/releases) - [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json) - [Commits](googleapis/java-cloud-bom@v26.71.0...v26.72.0) --- updated-dependencies: - dependency-name: com.google.cloud:libraries-bom dependency-version: 26.72.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fb81bf5 commit 891dfb7

File tree

10 files changed

+55
-1
lines changed

10 files changed

+55
-1
lines changed

plugin/trino-bigquery/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,12 @@
353353
<scope>provided</scope>
354354
</dependency>
355355

356+
<dependency>
357+
<groupId>io.opentelemetry</groupId>
358+
<artifactId>opentelemetry-common</artifactId>
359+
<scope>provided</scope>
360+
</dependency>
361+
356362
<dependency>
357363
<groupId>io.opentelemetry</groupId>
358364
<artifactId>opentelemetry-context</artifactId>

plugin/trino-delta-lake/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,12 @@
218218
<scope>provided</scope>
219219
</dependency>
220220

221+
<dependency>
222+
<groupId>io.opentelemetry</groupId>
223+
<artifactId>opentelemetry-common</artifactId>
224+
<scope>provided</scope>
225+
</dependency>
226+
221227
<dependency>
222228
<groupId>io.opentelemetry</groupId>
223229
<artifactId>opentelemetry-context</artifactId>

plugin/trino-exchange-filesystem/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,12 @@
333333
<scope>provided</scope>
334334
</dependency>
335335

336+
<dependency>
337+
<groupId>io.opentelemetry</groupId>
338+
<artifactId>opentelemetry-common</artifactId>
339+
<scope>provided</scope>
340+
</dependency>
341+
336342
<dependency>
337343
<groupId>io.opentelemetry</groupId>
338344
<artifactId>opentelemetry-context</artifactId>

plugin/trino-exchange-hdfs/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@
9999
<scope>provided</scope>
100100
</dependency>
101101

102+
<dependency>
103+
<groupId>io.opentelemetry</groupId>
104+
<artifactId>opentelemetry-common</artifactId>
105+
<scope>provided</scope>
106+
</dependency>
107+
102108
<dependency>
103109
<groupId>io.opentelemetry</groupId>
104110
<artifactId>opentelemetry-context</artifactId>

plugin/trino-hive/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,12 @@
287287
<scope>provided</scope>
288288
</dependency>
289289

290+
<dependency>
291+
<groupId>io.opentelemetry</groupId>
292+
<artifactId>opentelemetry-common</artifactId>
293+
<scope>provided</scope>
294+
</dependency>
295+
290296
<dependency>
291297
<groupId>io.opentelemetry</groupId>
292298
<artifactId>opentelemetry-context</artifactId>

plugin/trino-hudi/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,12 @@
169169
<scope>provided</scope>
170170
</dependency>
171171

172+
<dependency>
173+
<groupId>io.opentelemetry</groupId>
174+
<artifactId>opentelemetry-common</artifactId>
175+
<scope>provided</scope>
176+
</dependency>
177+
172178
<dependency>
173179
<groupId>io.opentelemetry</groupId>
174180
<artifactId>opentelemetry-context</artifactId>

plugin/trino-iceberg/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,12 @@
353353
<scope>provided</scope>
354354
</dependency>
355355

356+
<dependency>
357+
<groupId>io.opentelemetry</groupId>
358+
<artifactId>opentelemetry-common</artifactId>
359+
<scope>provided</scope>
360+
</dependency>
361+
356362
<dependency>
357363
<groupId>io.opentelemetry</groupId>
358364
<artifactId>opentelemetry-context</artifactId>

plugin/trino-lakehouse/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@
110110
<scope>provided</scope>
111111
</dependency>
112112

113+
<dependency>
114+
<groupId>io.opentelemetry</groupId>
115+
<artifactId>opentelemetry-common</artifactId>
116+
<scope>provided</scope>
117+
</dependency>
118+
113119
<dependency>
114120
<groupId>io.opentelemetry</groupId>
115121
<artifactId>opentelemetry-context</artifactId>

plugin/trino-spooling-filesystem/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@
123123
<scope>provided</scope>
124124
</dependency>
125125

126+
<dependency>
127+
<groupId>io.opentelemetry</groupId>
128+
<artifactId>opentelemetry-common</artifactId>
129+
<scope>provided</scope>
130+
</dependency>
131+
126132
<dependency>
127133
<groupId>io.opentelemetry</groupId>
128134
<artifactId>opentelemetry-context</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
<dependency>
237237
<groupId>com.google.cloud</groupId>
238238
<artifactId>libraries-bom</artifactId>
239-
<version>26.71.0</version>
239+
<version>26.72.0</version>
240240
<type>pom</type>
241241
<scope>import</scope>
242242
</dependency>

0 commit comments

Comments
 (0)