|
204 | 204 | <dependency> |
205 | 205 | <groupId>org.graalvm.sdk</groupId> |
206 | 206 | <artifactId>nativeimage</artifactId> |
207 | | - <version>${graal-sdk.version}</version> |
| 207 | + <version>24.2.2</version> |
208 | 208 | </dependency> |
209 | 209 | <dependency> |
210 | 210 | <groupId>commons-codec</groupId> |
211 | 211 | <artifactId>commons-codec</artifactId> |
212 | | - <version>1.18.0</version> |
| 212 | + <version>1.19.0</version> |
213 | 213 | </dependency> |
214 | 214 | <dependency> |
215 | 215 | <groupId>com.google.api</groupId> |
216 | 216 | <artifactId>gax</artifactId> |
217 | | - <version>2.68.1</version> |
| 217 | + <version>2.69.0</version> |
218 | 218 | </dependency> |
219 | 219 | <dependency> |
220 | 220 | <groupId>org.reactivestreams</groupId> |
|
229 | 229 | <dependency> |
230 | 230 | <groupId>io.projectreactor</groupId> |
231 | 231 | <artifactId>reactor-core</artifactId> |
232 | | - <version>3.7.7</version> |
| 232 | + <version>3.7.8</version> |
233 | 233 | </dependency> |
234 | 234 | <dependency> |
235 | 235 | <groupId>io.projectreactor.netty</groupId> |
236 | 236 | <artifactId>reactor-netty</artifactId> |
237 | | - <version>1.2.7</version> |
| 237 | + <version>1.2.8</version> |
238 | 238 | </dependency> |
239 | 239 | <dependency> |
240 | 240 | <groupId>io.netty</groupId> |
241 | 241 | <artifactId>netty-handler</artifactId> |
242 | | - <version>${netty.version}</version> |
| 242 | + <version>4.1.123.Final</version> |
243 | 243 | </dependency> |
244 | 244 | <dependency> |
245 | 245 | <groupId>io.netty</groupId> |
246 | 246 | <artifactId>netty-common</artifactId> |
247 | | - <version>${netty.version}</version> |
| 247 | + <version>4.1.123.Final</version> |
248 | 248 | </dependency> |
249 | 249 | <dependency> |
250 | 250 | <groupId>io.netty</groupId> |
251 | 251 | <artifactId>netty-transport</artifactId> |
252 | | - <version>${netty.version}</version> |
| 252 | + <version>4.1.123.Final</version> |
253 | 253 | </dependency> |
254 | 254 | <dependency> |
255 | 255 | <groupId>io.netty</groupId> |
256 | 256 | <artifactId>netty-transport-native-unix-common</artifactId> |
257 | | - <version>${netty.version}</version> |
| 257 | + <version>4.1.123.Final</version> |
258 | 258 | </dependency> |
259 | 259 | <dependency> |
260 | 260 | <groupId>io.netty</groupId> |
261 | 261 | <artifactId>netty-buffer</artifactId> |
262 | | - <version>${netty.version}</version> |
| 262 | + <version>4.1.123.Final</version> |
263 | 263 | </dependency> |
264 | 264 | <dependency> |
265 | 265 | <groupId>io.netty</groupId> |
266 | 266 | <artifactId>netty-codec</artifactId> |
267 | | - <version>${netty.version}</version> |
| 267 | + <version>4.1.123.Final</version> |
268 | 268 | </dependency> |
269 | 269 | <dependency> |
270 | 270 | <groupId>io.netty</groupId> |
271 | 271 | <artifactId>netty-resolver</artifactId> |
272 | | - <version>${netty.version}</version> |
| 272 | + <version>4.1.123.Final</version> |
273 | 273 | </dependency> |
274 | 274 | <!-- Logging --> |
275 | 275 | <dependency> |
|
305 | 305 | <dependency> |
306 | 306 | <groupId>ch.qos.logback</groupId> |
307 | 307 | <artifactId>logback-classic</artifactId> |
308 | | - <version>1.3.14</version> |
| 308 | + <version>1.3.15</version> |
309 | 309 | <scope>test</scope> |
310 | 310 | </dependency> |
311 | 311 | <dependency> |
|
329 | 329 | <dependency> |
330 | 330 | <groupId>org.junit</groupId> |
331 | 331 | <artifactId>junit-bom</artifactId> |
332 | | - <version>5.13.3</version> |
| 332 | + <version>5.13.4</version> |
333 | 333 | <type>pom</type> |
334 | 334 | <scope>import</scope> |
335 | 335 | </dependency> |
|
0 commit comments