Skip to content

Commit 4867bba

Browse files
authored
deps: Update Non-major dependencies (#613)
1 parent a851526 commit 4867bba

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

pom.xml

+19-19
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-shared-config</artifactId>
32-
<version>1.14.2</version>
32+
<version>1.15.1</version>
3333
</parent>
3434

3535
<organization>
@@ -60,7 +60,7 @@
6060
<site.installationModule>alloydb-connector-parent</site.installationModule>
6161
<project.javadoc.protobufBaseURL>https://googleapis.dev/java/google-api-grpc/latest</project.javadoc.protobufBaseURL>
6262
<error-prone.version>2.31.0</error-prone.version>
63-
<error-prone-annotations.version>2.36.0</error-prone-annotations.version>
63+
<error-prone-annotations.version>2.37.0</error-prone-annotations.version>
6464
<bouncycastle.version>1.80</bouncycastle.version>
6565
</properties>
6666

@@ -69,28 +69,28 @@
6969
<dependency>
7070
<groupId>com.google.cloud</groupId>
7171
<artifactId>google-cloud-shared-dependencies</artifactId>
72-
<version>3.42.0</version>
72+
<version>3.45.1</version>
7373
<type>pom</type>
7474
<scope>import</scope>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.google.cloud</groupId>
7878
<artifactId>google-cloud-alloydb-bom</artifactId>
79-
<version>0.46.0</version>
79+
<version>0.49.0</version>
8080
<type>pom</type>
8181
<scope>import</scope>
8282
</dependency>
8383
<dependency>
8484
<groupId>com.google.cloud</groupId>
8585
<artifactId>google-cloud-alloydb-connectors-bom</artifactId>
86-
<version>0.35.0</version>
86+
<version>0.38.0</version>
8787
<type>pom</type>
8888
<scope>import</scope>
8989
</dependency>
9090
<dependency>
9191
<groupId>io.grpc</groupId>
9292
<artifactId>grpc-bom</artifactId>
93-
<version>1.70.0</version>
93+
<version>1.72.0</version>
9494
<type>pom</type>
9595
<scope>import</scope>
9696
</dependency>
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>org.slf4j</groupId>
104104
<artifactId>slf4j-api</artifactId>
105-
<version>2.0.16</version>
105+
<version>2.0.17</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>ch.qos.logback</groupId>
@@ -142,12 +142,12 @@
142142
<dependency>
143143
<groupId>com.google.api</groupId>
144144
<artifactId>gax-grpc</artifactId>
145-
<version>2.60.0</version>
145+
<version>2.63.1</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>com.google.api.grpc</groupId>
149149
<artifactId>proto-google-common-protos</artifactId>
150-
<version>2.51.0</version>
150+
<version>2.54.1</version>
151151
</dependency>
152152
<dependency>
153153
<groupId>org.graalvm.sdk</groupId>
@@ -157,7 +157,7 @@
157157
<dependency>
158158
<groupId>com.google.guava</groupId>
159159
<artifactId>failureaccess</artifactId>
160-
<version>1.0.2</version>
160+
<version>1.0.3</version>
161161
</dependency>
162162
</dependencies>
163163
</dependencyManagement>
@@ -193,7 +193,7 @@
193193
<plugin>
194194
<groupId>org.apache.maven.plugins</groupId>
195195
<artifactId>maven-compiler-plugin</artifactId>
196-
<version>3.13.0</version>
196+
<version>3.14.0</version>
197197
<configuration>
198198
<encoding>UTF-8</encoding>
199199
<fork>true</fork>
@@ -233,7 +233,7 @@
233233
<plugin>
234234
<groupId>org.jacoco</groupId>
235235
<artifactId>jacoco-maven-plugin</artifactId>
236-
<version>0.8.12</version>
236+
<version>0.8.13</version>
237237
<executions>
238238
<execution>
239239
<id>prepare-agent</id>
@@ -270,32 +270,32 @@
270270
<dependency>
271271
<groupId>org.junit.platform</groupId>
272272
<artifactId>junit-platform-engine</artifactId>
273-
<version>1.11.4</version>
273+
<version>1.12.2</version>
274274
</dependency>
275275
<dependency>
276276
<groupId>org.junit.platform</groupId>
277277
<artifactId>junit-platform-commons</artifactId>
278-
<version>1.11.4</version>
278+
<version>1.12.2</version>
279279
</dependency>
280280
<dependency>
281281
<groupId>org.junit.jupiter</groupId>
282282
<artifactId>junit-jupiter</artifactId>
283-
<version>5.11.4</version>
283+
<version>5.12.2</version>
284284
</dependency>
285285
<dependency>
286286
<groupId>org.junit.jupiter</groupId>
287287
<artifactId>junit-jupiter-api</artifactId>
288-
<version>5.11.4</version>
288+
<version>5.12.2</version>
289289
</dependency>
290290
<dependency>
291291
<groupId>org.junit.jupiter</groupId>
292292
<artifactId>junit-jupiter-params</artifactId>
293-
<version>5.11.4</version>
293+
<version>5.12.2</version>
294294
</dependency>
295295
<dependency>
296296
<groupId>org.junit.jupiter</groupId>
297297
<artifactId>junit-jupiter-engine</artifactId>
298-
<version>5.11.4</version>
298+
<version>5.12.2</version>
299299
</dependency>
300300
</dependencies>
301301
</dependencyManagement>
@@ -304,7 +304,7 @@
304304
<dependency>
305305
<groupId>org.junit.vintage</groupId>
306306
<artifactId>junit-vintage-engine</artifactId>
307-
<version>5.11.4</version>
307+
<version>5.12.2</version>
308308
<scope>test</scope>
309309
</dependency>
310310
<dependency>

samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>org.apache.maven.plugins</groupId>
4040
<artifactId>maven-deploy-plugin</artifactId>
41-
<version>3.1.3</version>
41+
<version>3.1.4</version>
4242
<configuration>
4343
<skip>true</skip>
4444
</configuration>

0 commit comments

Comments
 (0)