|
130 | 130 | <dependency> |
131 | 131 | <groupId>org.checkerframework</groupId> |
132 | 132 | <artifactId>checker-qual</artifactId> |
133 | | - <version>3.53.0</version> |
| 133 | + <version>3.54.0</version> |
134 | 134 | </dependency> |
135 | 135 | <dependency> |
136 | 136 | <groupId>org.checkerframework</groupId> |
|
145 | 145 | <dependency> |
146 | 146 | <groupId>com.google.api-client</groupId> |
147 | 147 | <artifactId>google-api-client</artifactId> |
148 | | - <version>2.8.1</version> |
| 148 | + <version>2.9.0</version> |
149 | 149 | </dependency> |
150 | 150 | <dependency> |
151 | 151 | <groupId>com.google.apis</groupId> |
|
155 | 155 | <dependency> |
156 | 156 | <groupId>com.google.http-client</groupId> |
157 | 157 | <artifactId>google-http-client-gson</artifactId> |
158 | | - <version>2.1.0-rc1</version> |
| 158 | + <version>2.1.0</version> |
159 | 159 | </dependency> |
160 | 160 | <dependency> |
161 | 161 | <groupId>com.google.http-client</groupId> |
162 | 162 | <artifactId>google-http-client</artifactId> |
163 | | - <version>2.1.0-rc1</version> |
| 163 | + <version>2.1.0</version> |
164 | 164 | </dependency> |
165 | 165 | <dependency> |
166 | 166 | <groupId>com.google.http-client</groupId> |
167 | 167 | <artifactId>google-http-client-jackson2</artifactId> |
168 | | - <version>2.1.0-rc1</version> |
| 168 | + <version>2.1.0</version> |
169 | 169 | </dependency> |
170 | 170 | <dependency> |
171 | 171 | <groupId>com.google.auth</groupId> |
172 | 172 | <artifactId>google-auth-library-credentials</artifactId> |
173 | | - <version>1.42.0-rc1</version> |
| 173 | + <version>1.43.0</version> |
174 | 174 | </dependency> |
175 | 175 | <dependency> |
176 | 176 | <groupId>com.google.auth</groupId> |
177 | 177 | <artifactId>google-auth-library-oauth2-http</artifactId> |
178 | | - <version>1.42.0-rc1</version> |
| 178 | + <version>1.43.0</version> |
179 | 179 | </dependency> |
180 | 180 | <dependency> |
181 | 181 | <groupId>com.google.oauth-client</groupId> |
|
185 | 185 | <dependency> |
186 | 186 | <groupId>com.google.errorprone</groupId> |
187 | 187 | <artifactId>error_prone_annotations</artifactId> |
188 | | - <version>2.46.0</version> |
| 188 | + <version>2.48.0</version> |
189 | 189 | </dependency> |
190 | 190 | <dependency> |
191 | 191 | <groupId>com.google.protobuf</groupId> |
192 | 192 | <artifactId>protobuf-java</artifactId> |
193 | | - <version>4.33.4</version> |
| 193 | + <version>4.34.0</version> |
194 | 194 | <scope>compile</scope> |
195 | 195 | </dependency> |
196 | 196 | <dependency> |
|
201 | 201 | <dependency> |
202 | 202 | <groupId>dnsjava</groupId> |
203 | 203 | <artifactId>dnsjava</artifactId> |
204 | | - <version>3.6.3</version> |
| 204 | + <version>3.6.4</version> |
205 | 205 | </dependency> |
206 | 206 | <dependency> |
207 | 207 | <groupId>org.graalvm.sdk</groupId> |
208 | 208 | <artifactId>nativeimage</artifactId> |
209 | | - <version>25.0.1</version> |
| 209 | + <version>25.0.2</version> |
210 | 210 | </dependency> |
211 | 211 | <dependency> |
212 | 212 | <groupId>commons-codec</groupId> |
213 | 213 | <artifactId>commons-codec</artifactId> |
214 | | - <version>1.20.0</version> |
| 214 | + <version>1.21.0</version> |
215 | 215 | </dependency> |
216 | 216 | <dependency> |
217 | 217 | <groupId>com.google.api</groupId> |
218 | 218 | <artifactId>gax</artifactId> |
219 | | - <version>2.73.0-rc1</version> |
| 219 | + <version>2.75.0</version> |
220 | 220 | </dependency> |
221 | 221 | <dependency> |
222 | 222 | <groupId>org.reactivestreams</groupId> |
|
231 | 231 | <dependency> |
232 | 232 | <groupId>io.projectreactor</groupId> |
233 | 233 | <artifactId>reactor-core</artifactId> |
234 | | - <version>3.8.1</version> |
| 234 | + <version>3.8.4</version> |
235 | 235 | </dependency> |
236 | 236 | <dependency> |
237 | 237 | <groupId>io.projectreactor.netty</groupId> |
238 | 238 | <artifactId>reactor-netty</artifactId> |
239 | | - <version>1.3.1</version> |
| 239 | + <version>1.3.4</version> |
240 | 240 | </dependency> |
241 | 241 | <dependency> |
242 | 242 | <groupId>io.netty</groupId> |
243 | 243 | <artifactId>netty-handler</artifactId> |
244 | | - <version>4.2.9.Final</version> |
| 244 | + <version>4.2.10.Final</version> |
245 | 245 | </dependency> |
246 | 246 | <dependency> |
247 | 247 | <groupId>io.netty</groupId> |
248 | 248 | <artifactId>netty-common</artifactId> |
249 | | - <version>4.2.9.Final</version> |
| 249 | + <version>4.2.10.Final</version> |
250 | 250 | </dependency> |
251 | 251 | <dependency> |
252 | 252 | <groupId>io.netty</groupId> |
253 | 253 | <artifactId>netty-transport</artifactId> |
254 | | - <version>4.2.9.Final</version> |
| 254 | + <version>4.2.10.Final</version> |
255 | 255 | </dependency> |
256 | 256 | <dependency> |
257 | 257 | <groupId>io.netty</groupId> |
258 | 258 | <artifactId>netty-transport-native-unix-common</artifactId> |
259 | | - <version>4.2.9.Final</version> |
| 259 | + <version>4.2.10.Final</version> |
260 | 260 | </dependency> |
261 | 261 | <dependency> |
262 | 262 | <groupId>io.netty</groupId> |
263 | 263 | <artifactId>netty-buffer</artifactId> |
264 | | - <version>4.2.9.Final</version> |
| 264 | + <version>4.2.10.Final</version> |
265 | 265 | </dependency> |
266 | 266 | <dependency> |
267 | 267 | <groupId>io.netty</groupId> |
268 | 268 | <artifactId>netty-codec</artifactId> |
269 | | - <version>4.2.9.Final</version> |
| 269 | + <version>4.2.10.Final</version> |
270 | 270 | </dependency> |
271 | 271 | <dependency> |
272 | 272 | <groupId>io.netty</groupId> |
273 | 273 | <artifactId>netty-resolver</artifactId> |
274 | | - <version>4.2.9.Final</version> |
| 274 | + <version>4.2.10.Final</version> |
275 | 275 | </dependency> |
276 | 276 | <!-- Logging --> |
277 | 277 | <dependency> |
|
331 | 331 | <dependency> |
332 | 332 | <groupId>org.junit</groupId> |
333 | 333 | <artifactId>junit-bom</artifactId> |
334 | | - <version>6.0.2</version> |
| 334 | + <version>6.0.3</version> |
335 | 335 | <type>pom</type> |
336 | 336 | <scope>import</scope> |
337 | 337 | </dependency> |
|
0 commit comments