Skip to content

Commit d8bc7b4

Browse files
committed
chore(deps): Update dependencies to latest versions.
1 parent 53b5d4b commit d8bc7b4

7 files changed

Lines changed: 38 additions & 37 deletions

File tree

core/src/main/java/com/google/cloud/sql/core/DefaultConnectionInfoRepositoryFactory.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package com.google.cloud.sql.core;
1818

19-
import com.google.api.client.googleapis.javanet.GoogleNetHttpTransport;
2019
import com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer;
2120
import com.google.api.client.googleapis.services.GoogleClientRequestInitializer;
2221
import com.google.api.client.http.HttpRequestInitializer;
@@ -53,11 +52,13 @@ public String getUserAgents() {
5352
return this.userAgents;
5453
}
5554

55+
@SuppressWarnings("deprecation")
5656
private SQLAdmin getApiBuilder(
5757
HttpRequestInitializer requestInitializer, ConnectorConfig config) {
5858
HttpTransport httpTransport;
5959
try {
60-
httpTransport = GoogleNetHttpTransport.newTrustedTransport();
60+
httpTransport =
61+
com.google.api.client.googleapis.javanet.GoogleNetHttpTransport.newTrustedTransport();
6162
} catch (GeneralSecurityException | IOException err) {
6263
throw new RuntimeException("Unable to initialize HTTP transport", err);
6364
}

jdbc/mysql-j-8/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.mysql</groupId>
5555
<artifactId>mysql-connector-j</artifactId>
56-
<version>9.5.0</version>
56+
<version>9.6.0</version>
5757
<scope>provided</scope>
5858
</dependency>
5959
<dependency>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>com.mysql</groupId>
8888
<artifactId>mysql-connector-j</artifactId>
89-
<version>9.5.0</version>
89+
<version>9.6.0</version>
9090
</dependency>
9191
</dependencies>
9292
</profile>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>com.mysql</groupId>
102102
<artifactId>mysql-connector-j</artifactId>
103-
<version>9.5.0</version>
103+
<version>9.6.0</version>
104104
</dependency>
105105
</dependencies>
106106
</profile>

jdbc/postgres/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.postgresql</groupId>
5151
<artifactId>postgresql</artifactId>
52-
<version>42.7.8</version>
52+
<version>42.7.10</version>
5353
<scope>provided</scope>
5454
</dependency>
5555
<dependency>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.postgresql</groupId>
8888
<artifactId>postgresql</artifactId>
89-
<version>42.7.8</version>
89+
<version>42.7.10</version>
9090
</dependency>
9191
</dependencies>
9292
</profile>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.postgresql</groupId>
102102
<artifactId>postgresql</artifactId>
103-
<version>42.7.8</version>
103+
<version>42.7.10</version>
104104
</dependency>
105105
</dependencies>
106106
</profile>

jdbc/sqlserver/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.microsoft.sqlserver</groupId>
5151
<artifactId>mssql-jdbc</artifactId>
52-
<version>13.2.1.jre8</version>
52+
<version>13.4.0.jre8</version>
5353
<scope>provided</scope>
5454
<exclusions>
5555
<exclusion>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>com.microsoft.sqlserver</groupId>
9898
<artifactId>mssql-jdbc</artifactId>
99-
<version>13.2.1.jre8</version>
99+
<version>13.4.0.jre8</version>
100100
</dependency>
101101
</dependencies>
102102
</profile>

pom.xml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<dependency>
131131
<groupId>org.checkerframework</groupId>
132132
<artifactId>checker-qual</artifactId>
133-
<version>3.53.0</version>
133+
<version>3.54.0</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>org.checkerframework</groupId>
@@ -145,7 +145,7 @@
145145
<dependency>
146146
<groupId>com.google.api-client</groupId>
147147
<artifactId>google-api-client</artifactId>
148-
<version>2.8.1</version>
148+
<version>2.9.0</version>
149149
</dependency>
150150
<dependency>
151151
<groupId>com.google.apis</groupId>
@@ -155,27 +155,27 @@
155155
<dependency>
156156
<groupId>com.google.http-client</groupId>
157157
<artifactId>google-http-client-gson</artifactId>
158-
<version>2.1.0-rc1</version>
158+
<version>2.1.0</version>
159159
</dependency>
160160
<dependency>
161161
<groupId>com.google.http-client</groupId>
162162
<artifactId>google-http-client</artifactId>
163-
<version>2.1.0-rc1</version>
163+
<version>2.1.0</version>
164164
</dependency>
165165
<dependency>
166166
<groupId>com.google.http-client</groupId>
167167
<artifactId>google-http-client-jackson2</artifactId>
168-
<version>2.1.0-rc1</version>
168+
<version>2.1.0</version>
169169
</dependency>
170170
<dependency>
171171
<groupId>com.google.auth</groupId>
172172
<artifactId>google-auth-library-credentials</artifactId>
173-
<version>1.42.0-rc1</version>
173+
<version>1.43.0</version>
174174
</dependency>
175175
<dependency>
176176
<groupId>com.google.auth</groupId>
177177
<artifactId>google-auth-library-oauth2-http</artifactId>
178-
<version>1.42.0-rc1</version>
178+
<version>1.43.0</version>
179179
</dependency>
180180
<dependency>
181181
<groupId>com.google.oauth-client</groupId>
@@ -185,12 +185,12 @@
185185
<dependency>
186186
<groupId>com.google.errorprone</groupId>
187187
<artifactId>error_prone_annotations</artifactId>
188-
<version>2.46.0</version>
188+
<version>2.48.0</version>
189189
</dependency>
190190
<dependency>
191191
<groupId>com.google.protobuf</groupId>
192192
<artifactId>protobuf-java</artifactId>
193-
<version>4.33.4</version>
193+
<version>4.34.0</version>
194194
<scope>compile</scope>
195195
</dependency>
196196
<dependency>
@@ -201,22 +201,22 @@
201201
<dependency>
202202
<groupId>dnsjava</groupId>
203203
<artifactId>dnsjava</artifactId>
204-
<version>3.6.3</version>
204+
<version>3.6.4</version>
205205
</dependency>
206206
<dependency>
207207
<groupId>org.graalvm.sdk</groupId>
208208
<artifactId>nativeimage</artifactId>
209-
<version>25.0.1</version>
209+
<version>25.0.2</version>
210210
</dependency>
211211
<dependency>
212212
<groupId>commons-codec</groupId>
213213
<artifactId>commons-codec</artifactId>
214-
<version>1.20.0</version>
214+
<version>1.21.0</version>
215215
</dependency>
216216
<dependency>
217217
<groupId>com.google.api</groupId>
218218
<artifactId>gax</artifactId>
219-
<version>2.73.0-rc1</version>
219+
<version>2.75.0</version>
220220
</dependency>
221221
<dependency>
222222
<groupId>org.reactivestreams</groupId>
@@ -231,47 +231,47 @@
231231
<dependency>
232232
<groupId>io.projectreactor</groupId>
233233
<artifactId>reactor-core</artifactId>
234-
<version>3.8.1</version>
234+
<version>3.8.4</version>
235235
</dependency>
236236
<dependency>
237237
<groupId>io.projectreactor.netty</groupId>
238238
<artifactId>reactor-netty</artifactId>
239-
<version>1.3.1</version>
239+
<version>1.3.4</version>
240240
</dependency>
241241
<dependency>
242242
<groupId>io.netty</groupId>
243243
<artifactId>netty-handler</artifactId>
244-
<version>4.2.9.Final</version>
244+
<version>4.2.10.Final</version>
245245
</dependency>
246246
<dependency>
247247
<groupId>io.netty</groupId>
248248
<artifactId>netty-common</artifactId>
249-
<version>4.2.9.Final</version>
249+
<version>4.2.10.Final</version>
250250
</dependency>
251251
<dependency>
252252
<groupId>io.netty</groupId>
253253
<artifactId>netty-transport</artifactId>
254-
<version>4.2.9.Final</version>
254+
<version>4.2.10.Final</version>
255255
</dependency>
256256
<dependency>
257257
<groupId>io.netty</groupId>
258258
<artifactId>netty-transport-native-unix-common</artifactId>
259-
<version>4.2.9.Final</version>
259+
<version>4.2.10.Final</version>
260260
</dependency>
261261
<dependency>
262262
<groupId>io.netty</groupId>
263263
<artifactId>netty-buffer</artifactId>
264-
<version>4.2.9.Final</version>
264+
<version>4.2.10.Final</version>
265265
</dependency>
266266
<dependency>
267267
<groupId>io.netty</groupId>
268268
<artifactId>netty-codec</artifactId>
269-
<version>4.2.9.Final</version>
269+
<version>4.2.10.Final</version>
270270
</dependency>
271271
<dependency>
272272
<groupId>io.netty</groupId>
273273
<artifactId>netty-resolver</artifactId>
274-
<version>4.2.9.Final</version>
274+
<version>4.2.10.Final</version>
275275
</dependency>
276276
<!-- Logging -->
277277
<dependency>
@@ -331,7 +331,7 @@
331331
<dependency>
332332
<groupId>org.junit</groupId>
333333
<artifactId>junit-bom</artifactId>
334-
<version>6.0.2</version>
334+
<version>6.0.3</version>
335335
<type>pom</type>
336336
<scope>import</scope>
337337
</dependency>

r2dbc/mariadb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.mariadb</groupId>
6262
<artifactId>r2dbc-mariadb</artifactId>
63-
<version>1.3.0</version>
63+
<version>1.4.0</version>
6464
<scope>provided</scope>
6565
</dependency>
6666
<dependency>
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>org.mariadb</groupId>
125125
<artifactId>r2dbc-mariadb</artifactId>
126-
<version>1.3.0</version>
126+
<version>1.4.0</version>
127127
</dependency>
128128
</dependencies>
129129
</profile>

r2dbc/sqlserver/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>io.r2dbc</groupId>
5656
<artifactId>r2dbc-mssql</artifactId>
57-
<version>1.0.3.RELEASE</version>
57+
<version>1.0.4.RELEASE</version>
5858
<scope>provided</scope>
5959
<exclusions>
6060
<exclusion>
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>io.r2dbc</groupId>
129129
<artifactId>r2dbc-mssql</artifactId>
130-
<version>1.0.3.RELEASE</version>
130+
<version>1.0.4.RELEASE</version>
131131
</dependency>
132132
</dependencies>
133133
</profile>

0 commit comments

Comments
 (0)