|
42 | 42 | <timestamp>${maven.build.timestamp}</timestamp>
|
43 | 43 | <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssX</maven.build.timestamp.format>
|
44 | 44 | <java.version>1.8</java.version>
|
45 |
| - <scala.version>2.12.15</scala.version> |
| 45 | + <scala.version>2.12.19</scala.version> |
46 | 46 | <scala.compat.version>2.12</scala.compat.version>
|
47 | 47 | <maven.compiler.source>${java.version}</maven.compiler.source>
|
48 | 48 | <logback.version>1.5.6</logback.version>
|
49 |
| - <slf4j.version>1.7.32</slf4j.version> |
| 49 | + <slf4j.version>2.0.13</slf4j.version> |
50 | 50 | <json4s.version>3.6.12</json4s.version>
|
51 | 51 | <spring.version>5.2.9.RELEASE</spring.version>
|
52 | 52 | <springfox-swagger.version>2.9.2</springfox-swagger.version>
|
53 | 53 | <jackson.version>2.15.3</jackson.version>
|
54 | 54 | <finatra.jackson.version>21.5.0</finatra.jackson.version>
|
55 |
| - <node.version>v16.16.0</node.version> |
56 |
| - <npm.version>8.11.0</npm.version> |
| 55 | + <node.version>v22.2.0</node.version> |
| 56 | + <npm.version>10.8.0</npm.version> |
57 | 57 |
|
58 | 58 | <!-- Extend argLine using prepared way to not influence existing dependency of JaCoCo plugin. -->
|
59 | 59 | <scalatest.argLine.extra>
|
|
297 | 297 | <dependency>
|
298 | 298 | <groupId>org.scala-lang.modules</groupId>
|
299 | 299 | <artifactId>scala-parser-combinators_${scala.compat.version}</artifactId>
|
300 |
| - <version>1.1.2</version> |
| 300 | + <version>2.1.1</version> |
301 | 301 | </dependency>
|
302 | 302 | <dependency>
|
303 | 303 | <groupId>org.scala-lang.modules</groupId>
|
304 | 304 | <artifactId>scala-java8-compat_${scala.compat.version}</artifactId>
|
305 |
| - <version>0.9.0</version> |
| 305 | + <version>0.9.1</version> |
306 | 306 | </dependency>
|
307 | 307 | <dependency>
|
308 | 308 | <groupId>org.scalaz</groupId>
|
|
399 | 399 | <dependency>
|
400 | 400 | <groupId>commons-codec</groupId>
|
401 | 401 | <artifactId>commons-codec</artifactId>
|
402 |
| - <version>1.13</version> |
| 402 | + <version>1.17.0</version> |
403 | 403 | </dependency>
|
404 | 404 | <dependency>
|
405 | 405 | <groupId>commons-lang</groupId>
|
|
409 | 409 | <dependency>
|
410 | 410 | <groupId>org.apache.commons</groupId>
|
411 | 411 | <artifactId>commons-lang3</artifactId>
|
412 |
| - <version>3.13.0</version> |
| 412 | + <version>3.14.0</version> |
413 | 413 | </dependency>
|
414 | 414 | <dependency>
|
415 | 415 | <groupId>commons-configuration</groupId>
|
|
419 | 419 | <dependency>
|
420 | 420 | <groupId>commons-io</groupId>
|
421 | 421 | <artifactId>commons-io</artifactId>
|
422 |
| - <version>2.14.0</version> |
| 422 | + <version>2.16.1</version> |
423 | 423 | </dependency>
|
424 | 424 |
|
425 | 425 | <dependency>
|
426 | 426 | <groupId>org.apache.httpcomponents</groupId>
|
427 | 427 | <artifactId>httpcore</artifactId>
|
428 |
| - <version>4.4.12</version> |
| 428 | + <version>4.4.16</version> |
429 | 429 | </dependency>
|
430 | 430 |
|
431 | 431 | <dependency>
|
|
547 | 547 | <dependency>
|
548 | 548 | <groupId>com.github.scopt</groupId>
|
549 | 549 | <artifactId>scopt_${scala.compat.version}</artifactId>
|
550 |
| - <version>4.0.1</version> |
| 550 | + <version>4.1.0</version> |
551 | 551 | </dependency>
|
552 | 552 | <dependency>
|
553 | 553 | <groupId>org.backuity</groupId>
|
|
571 | 571 | <dependency>
|
572 | 572 | <groupId>org.scalatest</groupId>
|
573 | 573 | <artifactId>scalatest_${scala.compat.version}</artifactId>
|
574 |
| - <version>3.2.6</version> |
| 574 | + <version>3.2.18</version> |
575 | 575 | </dependency>
|
576 | 576 | <dependency>
|
577 | 577 | <groupId>org.scalatestplus</groupId>
|
|
581 | 581 | <dependency>
|
582 | 582 | <groupId>org.mockito</groupId>
|
583 | 583 | <artifactId>mockito-core</artifactId>
|
584 |
| - <version>3.2.4</version> |
| 584 | + <version>5.12.0</version> |
585 | 585 | </dependency>
|
586 | 586 | </dependencies>
|
587 | 587 | </dependencyManagement>
|
|
0 commit comments