Skip to content

Commit 0a3d739

Browse files
authored
deps: Update Non-major dependencies (#584)
1 parent d3a85a2 commit 0a3d739

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
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.11.1</version>
32+
<version>1.12.0</version>
3333
</parent>
3434

3535
<organization>
@@ -60,43 +60,43 @@
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-
<bouncycastle.version>1.78.1</bouncycastle.version>
63+
<bouncycastle.version>1.79</bouncycastle.version>
6464
</properties>
6565

6666
<dependencyManagement>
6767
<dependencies>
6868
<dependency>
6969
<groupId>com.google.cloud</groupId>
7070
<artifactId>google-cloud-shared-dependencies</artifactId>
71-
<version>3.35.0</version>
71+
<version>3.39.0</version>
7272
<type>pom</type>
7373
<scope>import</scope>
7474
</dependency>
7575
<dependency>
7676
<groupId>com.google.cloud</groupId>
7777
<artifactId>google-cloud-alloydb-bom</artifactId>
78-
<version>0.37.0</version>
78+
<version>0.42.0</version>
7979
<type>pom</type>
8080
<scope>import</scope>
8181
</dependency>
8282
<dependency>
8383
<groupId>com.google.cloud</groupId>
8484
<artifactId>google-cloud-alloydb-connectors-bom</artifactId>
85-
<version>0.26.0</version>
85+
<version>0.31.0</version>
8686
<type>pom</type>
8787
<scope>import</scope>
8888
</dependency>
8989
<dependency>
9090
<groupId>io.grpc</groupId>
9191
<artifactId>grpc-bom</artifactId>
92-
<version>1.66.0</version>
92+
<version>1.68.1</version>
9393
<type>pom</type>
9494
<scope>import</scope>
9595
</dependency>
9696
<dependency>
9797
<groupId>com.google.errorprone</groupId>
9898
<artifactId>error_prone_annotations</artifactId>
99-
<version>2.31.0</version>
99+
<version>2.35.1</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>org.slf4j</groupId>
@@ -141,12 +141,12 @@
141141
<dependency>
142142
<groupId>com.google.api</groupId>
143143
<artifactId>gax-grpc</artifactId>
144-
<version>2.53.0</version>
144+
<version>2.57.0</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>com.google.api.grpc</groupId>
148148
<artifactId>proto-google-common-protos</artifactId>
149-
<version>2.44.0</version>
149+
<version>2.48.0</version>
150150
</dependency>
151151
<dependency>
152152
<groupId>org.graalvm.sdk</groupId>
@@ -279,22 +279,22 @@
279279
<dependency>
280280
<groupId>org.junit.jupiter</groupId>
281281
<artifactId>junit-jupiter</artifactId>
282-
<version>5.11.2</version>
282+
<version>5.11.3</version>
283283
</dependency>
284284
<dependency>
285285
<groupId>org.junit.jupiter</groupId>
286286
<artifactId>junit-jupiter-api</artifactId>
287-
<version>5.11.2</version>
287+
<version>5.11.3</version>
288288
</dependency>
289289
<dependency>
290290
<groupId>org.junit.jupiter</groupId>
291291
<artifactId>junit-jupiter-params</artifactId>
292-
<version>5.11.2</version>
292+
<version>5.11.3</version>
293293
</dependency>
294294
<dependency>
295295
<groupId>org.junit.jupiter</groupId>
296296
<artifactId>junit-jupiter-engine</artifactId>
297-
<version>5.11.2</version>
297+
<version>5.11.3</version>
298298
</dependency>
299299
</dependencies>
300300
</dependencyManagement>

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud.samples</groupId>
1616
<artifactId>shared-configuration</artifactId>
17-
<version>1.2.0</version>
17+
<version>1.2.2</version>
1818
</parent>
1919

2020
<properties>

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.google.cloud.samples</groupId>
2020
<artifactId>shared-configuration</artifactId>
21-
<version>1.2.0</version>
21+
<version>1.2.2</version>
2222
</parent>
2323

2424
<properties>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud.samples</groupId>
1616
<artifactId>shared-configuration</artifactId>
17-
<version>1.2.0</version>
17+
<version>1.2.2</version>
1818
</parent>
1919

2020
<properties>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud.samples</groupId>
1616
<artifactId>shared-configuration</artifactId>
17-
<version>1.2.0</version>
17+
<version>1.2.2</version>
1818
</parent>
1919

2020
<properties>

0 commit comments

Comments
 (0)