|
26 | 26 | <parent> |
27 | 27 | <groupId>com.google.cloud</groupId> |
28 | 28 | <artifactId>google-cloud-shared-config</artifactId> |
29 | | - <version>1.15.1</version> |
| 29 | + <version>1.15.4</version> |
30 | 30 | </parent> |
31 | 31 |
|
32 | 32 | <name>Cloud SQL JDBC Socket Factory</name> |
|
78 | 78 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
79 | 79 | <javac.version>9+181-r4173-1</javac.version> |
80 | 80 | <graal-sdk.version>24.2.1</graal-sdk.version> |
81 | | - <netty.version>4.1.119.Final</netty.version> |
| 81 | + <netty.version>4.2.0.Final</netty.version> |
82 | 82 | <ow2-asm.version>9.8</ow2-asm.version> |
83 | 83 | <assembly.skipAssembly>true</assembly.skipAssembly> |
84 | 84 | </properties> |
|
143 | 143 | <dependency> |
144 | 144 | <groupId>com.google.code.gson</groupId> |
145 | 145 | <artifactId>gson</artifactId> |
146 | | - <version>2.13.0</version> |
| 146 | + <version>2.13.1</version> |
147 | 147 | </dependency> |
148 | 148 | <dependency> |
149 | 149 | <groupId>com.google.api-client</groupId> |
|
153 | 153 | <dependency> |
154 | 154 | <groupId>com.google.apis</groupId> |
155 | 155 | <artifactId>google-api-services-sqladmin</artifactId> |
156 | | - <version>v1beta4-rev20250310-2.0.0</version> |
| 156 | + <version>v1beta4-rev20250412-2.0.0</version> |
157 | 157 | </dependency> |
158 | 158 | <dependency> |
159 | 159 | <groupId>com.google.http-client</groupId> |
|
188 | 188 | <dependency> |
189 | 189 | <groupId>com.google.errorprone</groupId> |
190 | 190 | <artifactId>error_prone_annotations</artifactId> |
191 | | - <version>2.37.0</version> |
| 191 | + <version>2.38.0</version> |
192 | 192 | </dependency> |
193 | 193 | <dependency> |
194 | 194 | <groupId>com.github.jnr</groupId> |
|
213 | 213 | <dependency> |
214 | 214 | <groupId>com.google.api</groupId> |
215 | 215 | <artifactId>gax</artifactId> |
216 | | - <version>2.63.1</version> |
| 216 | + <version>2.64.2</version> |
217 | 217 | </dependency> |
218 | 218 | <dependency> |
219 | 219 | <groupId>org.reactivestreams</groupId> |
|
0 commit comments