Skip to content

Commit 71309fb

Browse files
authored
deps: Update Non-major dependencies (#674)
1 parent 8ea3ade commit 71309fb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

alloydb-jdbc-connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<url>https://github.com/GoogleCloudPlatform/alloydb-java-connector</url>
4141

4242
<properties>
43-
<postgresql.version>42.7.7</postgresql.version>
43+
<postgresql.version>42.7.8</postgresql.version>
4444
</properties>
4545

4646
<build>

pom.xml

Lines changed: 11 additions & 11 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.16.1</version>
32+
<version>1.17.0</version>
3333
</parent>
3434

3535
<organization>
@@ -60,37 +60,37 @@
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.41.0</error-prone.version>
63-
<error-prone-annotations.version>2.41.0</error-prone-annotations.version>
64-
<bouncycastle.version>1.81</bouncycastle.version>
63+
<error-prone-annotations.version>2.42.0</error-prone-annotations.version>
64+
<bouncycastle.version>1.82</bouncycastle.version>
6565
</properties>
6666

6767
<dependencyManagement>
6868
<dependencies>
6969
<dependency>
7070
<groupId>com.google.cloud</groupId>
7171
<artifactId>google-cloud-shared-dependencies</artifactId>
72-
<version>3.52.1</version>
72+
<version>3.53.0</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.63.0</version>
79+
<version>0.66.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.52.0</version>
86+
<version>0.55.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.75.0</version>
93+
<version>1.76.0</version>
9494
<type>pom</type>
9595
<scope>import</scope>
9696
</dependency>
@@ -142,12 +142,12 @@
142142
<dependency>
143143
<groupId>com.google.api</groupId>
144144
<artifactId>gax-grpc</artifactId>
145-
<version>2.70.1</version>
145+
<version>2.71.0</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>com.google.api.grpc</groupId>
149149
<artifactId>proto-google-common-protos</artifactId>
150-
<version>2.61.1</version>
150+
<version>2.62.0</version>
151151
</dependency>
152152
<dependency>
153153
<groupId>com.google.guava</groupId>
@@ -188,7 +188,7 @@
188188
<plugin>
189189
<groupId>org.apache.maven.plugins</groupId>
190190
<artifactId>maven-compiler-plugin</artifactId>
191-
<version>3.14.0</version>
191+
<version>3.14.1</version>
192192
<configuration>
193193
<encoding>UTF-8</encoding>
194194
<fork>true</fork>
@@ -229,7 +229,7 @@
229229
<plugin>
230230
<groupId>org.jacoco</groupId>
231231
<artifactId>jacoco-maven-plugin</artifactId>
232-
<version>0.8.13</version>
232+
<version>0.8.14</version>
233233
<executions>
234234
<execution>
235235
<id>prepare-agent</id>

0 commit comments

Comments
 (0)