|
29 | 29 | <parent>
|
30 | 30 | <groupId>com.google.cloud</groupId>
|
31 | 31 | <artifactId>google-cloud-shared-config</artifactId>
|
32 |
| - <version>1.11.1</version> |
| 32 | + <version>1.12.0</version> |
33 | 33 | </parent>
|
34 | 34 |
|
35 | 35 | <organization>
|
|
60 | 60 | <site.installationModule>alloydb-connector-parent</site.installationModule>
|
61 | 61 | <project.javadoc.protobufBaseURL>https://googleapis.dev/java/google-api-grpc/latest</project.javadoc.protobufBaseURL>
|
62 | 62 | <error-prone.version>2.31.0</error-prone.version>
|
63 |
| - <bouncycastle.version>1.78.1</bouncycastle.version> |
| 63 | + <bouncycastle.version>1.79</bouncycastle.version> |
64 | 64 | </properties>
|
65 | 65 |
|
66 | 66 | <dependencyManagement>
|
67 | 67 | <dependencies>
|
68 | 68 | <dependency>
|
69 | 69 | <groupId>com.google.cloud</groupId>
|
70 | 70 | <artifactId>google-cloud-shared-dependencies</artifactId>
|
71 |
| - <version>3.35.0</version> |
| 71 | + <version>3.39.0</version> |
72 | 72 | <type>pom</type>
|
73 | 73 | <scope>import</scope>
|
74 | 74 | </dependency>
|
75 | 75 | <dependency>
|
76 | 76 | <groupId>com.google.cloud</groupId>
|
77 | 77 | <artifactId>google-cloud-alloydb-bom</artifactId>
|
78 |
| - <version>0.37.0</version> |
| 78 | + <version>0.42.0</version> |
79 | 79 | <type>pom</type>
|
80 | 80 | <scope>import</scope>
|
81 | 81 | </dependency>
|
82 | 82 | <dependency>
|
83 | 83 | <groupId>com.google.cloud</groupId>
|
84 | 84 | <artifactId>google-cloud-alloydb-connectors-bom</artifactId>
|
85 |
| - <version>0.26.0</version> |
| 85 | + <version>0.31.0</version> |
86 | 86 | <type>pom</type>
|
87 | 87 | <scope>import</scope>
|
88 | 88 | </dependency>
|
89 | 89 | <dependency>
|
90 | 90 | <groupId>io.grpc</groupId>
|
91 | 91 | <artifactId>grpc-bom</artifactId>
|
92 |
| - <version>1.66.0</version> |
| 92 | + <version>1.68.1</version> |
93 | 93 | <type>pom</type>
|
94 | 94 | <scope>import</scope>
|
95 | 95 | </dependency>
|
96 | 96 | <dependency>
|
97 | 97 | <groupId>com.google.errorprone</groupId>
|
98 | 98 | <artifactId>error_prone_annotations</artifactId>
|
99 |
| - <version>2.31.0</version> |
| 99 | + <version>2.35.1</version> |
100 | 100 | </dependency>
|
101 | 101 | <dependency>
|
102 | 102 | <groupId>org.slf4j</groupId>
|
|
141 | 141 | <dependency>
|
142 | 142 | <groupId>com.google.api</groupId>
|
143 | 143 | <artifactId>gax-grpc</artifactId>
|
144 |
| - <version>2.53.0</version> |
| 144 | + <version>2.57.0</version> |
145 | 145 | </dependency>
|
146 | 146 | <dependency>
|
147 | 147 | <groupId>com.google.api.grpc</groupId>
|
148 | 148 | <artifactId>proto-google-common-protos</artifactId>
|
149 |
| - <version>2.44.0</version> |
| 149 | + <version>2.48.0</version> |
150 | 150 | </dependency>
|
151 | 151 | <dependency>
|
152 | 152 | <groupId>org.graalvm.sdk</groupId>
|
|
279 | 279 | <dependency>
|
280 | 280 | <groupId>org.junit.jupiter</groupId>
|
281 | 281 | <artifactId>junit-jupiter</artifactId>
|
282 |
| - <version>5.11.2</version> |
| 282 | + <version>5.11.3</version> |
283 | 283 | </dependency>
|
284 | 284 | <dependency>
|
285 | 285 | <groupId>org.junit.jupiter</groupId>
|
286 | 286 | <artifactId>junit-jupiter-api</artifactId>
|
287 |
| - <version>5.11.2</version> |
| 287 | + <version>5.11.3</version> |
288 | 288 | </dependency>
|
289 | 289 | <dependency>
|
290 | 290 | <groupId>org.junit.jupiter</groupId>
|
291 | 291 | <artifactId>junit-jupiter-params</artifactId>
|
292 |
| - <version>5.11.2</version> |
| 292 | + <version>5.11.3</version> |
293 | 293 | </dependency>
|
294 | 294 | <dependency>
|
295 | 295 | <groupId>org.junit.jupiter</groupId>
|
296 | 296 | <artifactId>junit-jupiter-engine</artifactId>
|
297 |
| - <version>5.11.2</version> |
| 297 | + <version>5.11.3</version> |
298 | 298 | </dependency>
|
299 | 299 | </dependencies>
|
300 | 300 | </dependencyManagement>
|
|
0 commit comments