|
8 | 8 | <packaging>pom</packaging>
|
9 | 9 |
|
10 | 10 | <properties>
|
11 |
| - <coroutine.version>1.7.3</coroutine.version> |
12 |
| - <jackson.version>2.16.1</jackson.version> |
| 11 | + <coroutine.version>1.8.0</coroutine.version> |
| 12 | + <jackson.version>2.16.2</jackson.version> |
13 | 13 | <jdk.version>17</jdk.version>
|
14 | 14 | <kmongo.version>4.11.0</kmongo.version>
|
15 | 15 | <kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
|
16 |
| - <kotlin.version>1.9.22</kotlin.version> |
17 |
| - <logback.version>1.4.14</logback.version> |
| 16 | + <kotlin.version>1.9.23</kotlin.version> |
| 17 | + <logback.version>1.5.3</logback.version> |
18 | 18 | <maven.compiler.release>17</maven.compiler.release>
|
19 | 19 | <maven.version>3.9.6</maven.version>
|
20 | 20 | <maven.project-info-reports-plugin.version>3.5.0</maven.project-info-reports-plugin.version>
|
21 | 21 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
22 | 22 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
23 |
| - <quarkus.version>3.7.2</quarkus.version> |
| 23 | + <quarkus.version>3.8.2</quarkus.version> |
24 | 24 | <rest-assured.version>5.4.0</rest-assured.version>
|
25 | 25 | </properties>
|
26 | 26 |
|
|
101 | 101 | <dependency>
|
102 | 102 | <groupId>io.mockk</groupId>
|
103 | 103 | <artifactId>mockk-jvm</artifactId>
|
104 |
| - <version>1.13.9</version> |
| 104 | + <version>1.13.10</version> |
105 | 105 | <scope>test</scope>
|
106 | 106 | </dependency>
|
107 | 107 |
|
|
240 | 240 | <dependency>
|
241 | 241 | <groupId>org.codehaus.groovy</groupId>
|
242 | 242 | <artifactId>groovy-xml</artifactId>
|
243 |
| - <version>3.0.20</version> |
| 243 | + <version>3.0.21</version> |
244 | 244 | </dependency>
|
245 | 245 |
|
246 | 246 |
|
247 | 247 | <dependency>
|
248 | 248 | <groupId>org.jooq</groupId>
|
249 | 249 | <artifactId>jooq</artifactId>
|
250 |
| - <version>3.19.3</version> |
| 250 | + <version>3.19.6</version> |
251 | 251 | </dependency>
|
252 | 252 | <dependency>
|
253 | 253 | <groupId>org.slf4j</groupId>
|
|
263 | 263 | <dependency>
|
264 | 264 | <groupId>com.microsoft.azure</groupId>
|
265 | 265 | <artifactId>applicationinsights-runtime-attach</artifactId>
|
266 |
| - <version>3.4.19</version> |
| 266 | + <version>3.5.0</version> |
267 | 267 | </dependency>
|
268 | 268 | <dependency>
|
269 | 269 | <groupId>io.opentelemetry.javaagent.instrumentation</groupId>
|
270 | 270 | <artifactId>opentelemetry-javaagent-kotlinx-coroutines</artifactId>
|
271 |
| - <version>2.0.0-alpha</version> |
| 271 | + <version>2.1.0-alpha</version> |
272 | 272 | </dependency>
|
273 | 273 | <dependency>
|
274 | 274 | <groupId>io.opentelemetry.javaagent.instrumentation</groupId>
|
275 | 275 | <artifactId>opentelemetry-javaagent-netty-4.1</artifactId>
|
276 |
| - <version>2.0.0-alpha</version> |
| 276 | + <version>2.1.0-alpha</version> |
277 | 277 | </dependency>
|
278 | 278 | <dependency>
|
279 | 279 | <groupId>org.jboss.weld</groupId>
|
280 | 280 | <artifactId>weld-junit5</artifactId>
|
281 |
| - <version>4.0.1.Final</version> |
| 281 | + <version>4.0.2.Final</version> |
282 | 282 | <scope>test</scope>
|
283 | 283 | </dependency>
|
284 | 284 | <dependency>
|
|
295 | 295 | <dependency>
|
296 | 296 | <groupId>org.codehaus.groovy</groupId>
|
297 | 297 | <artifactId>groovy</artifactId>
|
298 |
| - <version>3.0.20</version> |
| 298 | + <version>3.0.21</version> |
299 | 299 | </dependency>
|
300 | 300 | <dependency>
|
301 | 301 | <groupId>io.quarkiverse.logging.logback</groupId>
|
|
343 | 343 | <dependency>
|
344 | 344 | <groupId>io.smallrye</groupId>
|
345 | 345 | <artifactId>smallrye-open-api-core</artifactId>
|
346 |
| - <version>3.9.0</version> |
| 346 | + <version>3.10.0</version> |
347 | 347 | <scope>test</scope>
|
348 | 348 | </dependency>
|
349 | 349 | <dependency>
|
350 | 350 | <groupId>io.smallrye</groupId>
|
351 | 351 | <artifactId>smallrye-open-api-jaxrs</artifactId>
|
352 |
| - <version>3.9.0</version> |
| 352 | + <version>3.10.0</version> |
353 | 353 | <scope>test</scope>
|
354 | 354 | </dependency>
|
355 | 355 | <dependency>
|
356 | 356 | <groupId>org.eclipse.jetty</groupId>
|
357 | 357 | <artifactId>jetty-server</artifactId>
|
358 |
| - <version>12.0.6</version> |
| 358 | + <version>12.0.7</version> |
359 | 359 | <scope>test</scope>
|
360 | 360 | </dependency>
|
361 | 361 | <dependency>
|
362 | 362 | <groupId>org.eclipse.jetty</groupId>
|
363 | 363 | <artifactId>jetty-client</artifactId>
|
364 |
| - <version>12.0.6</version> |
| 364 | + <version>12.0.7</version> |
365 | 365 | </dependency>
|
366 | 366 | <dependency>
|
367 | 367 | <groupId>org.bouncycastle</groupId>
|
|
0 commit comments