|
26 | 26 | <parent>
|
27 | 27 | <groupId>com.google.cloud</groupId>
|
28 | 28 | <artifactId>google-cloud-shared-config</artifactId>
|
29 |
| - <version>1.8.0</version> |
| 29 | + <version>1.9.0</version> |
30 | 30 | </parent>
|
31 | 31 |
|
32 | 32 | <name>Cloud SQL JDBC Socket Factory</name>
|
|
79 | 79 | <javac.version>9+181-r4173-1</javac.version>
|
80 | 80 | <native-image.version>0.10.2</native-image.version>
|
81 | 81 | <graal-sdk.version>24.0.1</graal-sdk.version>
|
82 |
| - <netty.version>4.1.110.Final</netty.version> |
| 82 | + <netty.version>4.1.111.Final</netty.version> |
83 | 83 | <ow2-asm.version>9.7</ow2-asm.version>
|
84 | 84 | <assembly.skipAssembly>true</assembly.skipAssembly>
|
85 | 85 | </properties>
|
|
134 | 134 | <dependency>
|
135 | 135 | <groupId>org.checkerframework</groupId>
|
136 | 136 | <artifactId>checker-qual</artifactId>
|
137 |
| - <version>3.44.0</version> |
| 137 | + <version>3.45.0</version> |
138 | 138 | </dependency>
|
139 | 139 | <dependency>
|
140 | 140 | <groupId>org.checkerframework</groupId>
|
|
149 | 149 | <dependency>
|
150 | 150 | <groupId>com.google.apis</groupId>
|
151 | 151 | <artifactId>google-api-services-sqladmin</artifactId>
|
152 |
| - <version>v1beta4-rev20240521-2.0.0</version> |
| 152 | + <version>v1beta4-rev20240622-2.0.0</version> |
153 | 153 | </dependency>
|
154 | 154 | <dependency>
|
155 | 155 | <groupId>com.google.http-client</groupId>
|
|
209 | 209 | <dependency>
|
210 | 210 | <groupId>com.google.api</groupId>
|
211 | 211 | <artifactId>gax</artifactId>
|
212 |
| - <version>2.49.0</version> |
| 212 | + <version>2.50.0</version> |
213 | 213 | </dependency>
|
214 | 214 | <dependency>
|
215 | 215 | <groupId>org.reactivestreams</groupId>
|
|
224 | 224 | <dependency>
|
225 | 225 | <groupId>io.projectreactor</groupId>
|
226 | 226 | <artifactId>reactor-core</artifactId>
|
227 |
| - <version>3.6.6</version> |
| 227 | + <version>3.6.8</version> |
228 | 228 | </dependency>
|
229 | 229 | <dependency>
|
230 | 230 | <groupId>io.projectreactor.netty</groupId>
|
231 | 231 | <artifactId>reactor-netty</artifactId>
|
232 |
| - <version>1.1.19</version> |
| 232 | + <version>1.1.21</version> |
233 | 233 | </dependency>
|
234 | 234 | <dependency>
|
235 | 235 | <groupId>io.netty</groupId>
|
|
276 | 276 | <dependency>
|
277 | 277 | <groupId>com.google.truth</groupId>
|
278 | 278 | <artifactId>truth</artifactId>
|
279 |
| - <version>1.4.2</version> |
| 279 | + <version>1.4.3</version> |
280 | 280 | <scope>test</scope>
|
281 | 281 | </dependency>
|
282 | 282 | <dependency>
|
|
324 | 324 | <dependency>
|
325 | 325 | <groupId>org.junit</groupId>
|
326 | 326 | <artifactId>junit-bom</artifactId>
|
327 |
| - <version>5.10.2</version> |
| 327 | + <version>5.10.3</version> |
328 | 328 | <type>pom</type>
|
329 | 329 | <scope>import</scope>
|
330 | 330 | </dependency>
|
|
365 | 365 | <plugin>
|
366 | 366 | <groupId>org.codehaus.mojo</groupId>
|
367 | 367 | <artifactId>versions-maven-plugin</artifactId>
|
368 |
| - <version>2.16.2</version> |
| 368 | + <version>2.17.0</version> |
369 | 369 | </plugin>
|
370 | 370 |
|
371 | 371 | <plugin>
|
372 | 372 | <groupId>org.apache.maven.plugins</groupId>
|
373 | 373 | <artifactId>maven-jar-plugin</artifactId>
|
374 |
| - <version>3.4.1</version> |
| 374 | + <version>3.4.2</version> |
375 | 375 | <configuration>
|
376 | 376 | <archive>
|
377 | 377 | <manifestEntries>
|
|
453 | 453 | <plugin>
|
454 | 454 | <groupId>org.apache.maven.plugins</groupId>
|
455 | 455 | <artifactId>maven-surefire-plugin</artifactId>
|
456 |
| - <version>3.2.5</version> |
| 456 | + <version>3.3.0</version> |
457 | 457 | <configuration>
|
458 | 458 | <reportNameSuffix>sponge_log</reportNameSuffix>
|
459 | 459 | <trimStackTrace>false</trimStackTrace>
|
|
466 | 466 | <plugin>
|
467 | 467 | <groupId>org.apache.maven.plugins</groupId>
|
468 | 468 | <artifactId>maven-release-plugin</artifactId>
|
469 |
| - <version>3.0.1</version> |
| 469 | + <version>3.1.0</version> |
470 | 470 | <configuration>
|
471 | 471 | <tagNameFormat>@{project.version}</tagNameFormat>
|
472 | 472 | <useReleaseProfile>false</useReleaseProfile>
|
|
574 | 574 | <!-- There's a bug in the plugin that prevents us from failing on warning in the latest version (3.2.0).
|
575 | 575 | Once a new version (> 3.2.0) is released, we can upgrade the plugin to latest.
|
576 | 576 | See https://issues.apache.org/jira/browse/MDEP-753 -->
|
577 |
| - <version>3.6.1</version> |
| 577 | + <version>3.7.1</version> |
578 | 578 | <configuration>
|
579 | 579 | <failOnWarning>true</failOnWarning>
|
580 | 580 | <ignoredDependencies>
|
|
620 | 620 | <plugins>
|
621 | 621 | <plugin>
|
622 | 622 | <artifactId>maven-surefire-plugin</artifactId>
|
623 |
| - <version>3.2.5</version> |
| 623 | + <version>3.3.0</version> |
624 | 624 | <executions>
|
625 | 625 | <execution>
|
626 | 626 | <phase>integration-test</phase>
|
|
719 | 719 | <dependency>
|
720 | 720 | <groupId>org.junit.platform</groupId>
|
721 | 721 | <artifactId>junit-platform-engine</artifactId>
|
722 |
| - <version>1.10.2</version> |
| 722 | + <version>1.10.3</version> |
723 | 723 | </dependency>
|
724 | 724 | <dependency>
|
725 | 725 | <groupId>org.junit.platform</groupId>
|
726 | 726 | <artifactId>junit-platform-commons</artifactId>
|
727 |
| - <version>1.10.2</version> |
| 727 | + <version>1.10.3</version> |
728 | 728 | </dependency>
|
729 | 729 | </dependencies>
|
730 | 730 | </dependencyManagement>
|
|
734 | 734 | <dependency>
|
735 | 735 | <groupId>org.junit.vintage</groupId>
|
736 | 736 | <artifactId>junit-vintage-engine</artifactId>
|
737 |
| - <version>5.10.2</version> |
| 737 | + <version>5.10.3</version> |
738 | 738 | <scope>test</scope>
|
739 | 739 | </dependency>
|
740 | 740 |
|
|
934 | 934 | <plugins>
|
935 | 935 | <plugin>
|
936 | 936 | <artifactId>maven-surefire-plugin</artifactId>
|
937 |
| - <version>3.2.5</version> |
| 937 | + <version>3.3.0</version> |
938 | 938 | <executions>
|
939 | 939 | <execution>
|
940 | 940 | <phase>integration-test</phase>
|
|
0 commit comments