|
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.17</scala.version> |
46 | 46 | <scala.compat.version>2.12</scala.compat.version>
|
47 | 47 | <maven.compiler.source>${java.version}</maven.compiler.source>
|
48 |
| - <logback.version>1.2.13</logback.version> |
49 |
| - <slf4j.version>1.7.32</slf4j.version> |
| 48 | + <logback.version>1.4.7</logback.version> |
| 49 | + <slf4j.version>2.0.12</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 | + <scalatest.version>3.2.14</scalatest.version> |
| 56 | + <node.version>v22.2.0</node.version> |
| 57 | + <npm.version>10.8.0</npm.version> |
57 | 58 |
|
58 | 59 | <!-- Extend argLine using prepared way to not influence existing dependency of JaCoCo plugin. -->
|
59 | 60 | <scalatest.argLine.extra>
|
|
297 | 298 | <dependency>
|
298 | 299 | <groupId>org.scala-lang.modules</groupId>
|
299 | 300 | <artifactId>scala-parser-combinators_${scala.compat.version}</artifactId>
|
300 |
| - <version>1.1.2</version> |
| 301 | + <version>2.1.1</version> |
301 | 302 | </dependency>
|
302 | 303 | <dependency>
|
303 | 304 | <groupId>org.scala-lang.modules</groupId>
|
304 | 305 | <artifactId>scala-java8-compat_${scala.compat.version}</artifactId>
|
305 |
| - <version>0.9.0</version> |
| 306 | + <version>0.9.1</version> |
306 | 307 | </dependency>
|
307 | 308 | <dependency>
|
308 | 309 | <groupId>org.scalaz</groupId>
|
|
399 | 400 | <dependency>
|
400 | 401 | <groupId>commons-codec</groupId>
|
401 | 402 | <artifactId>commons-codec</artifactId>
|
402 |
| - <version>1.13</version> |
| 403 | + <version>1.16.1</version> |
403 | 404 | </dependency>
|
404 | 405 | <dependency>
|
405 | 406 | <groupId>commons-lang</groupId>
|
|
409 | 410 | <dependency>
|
410 | 411 | <groupId>org.apache.commons</groupId>
|
411 | 412 | <artifactId>commons-lang3</artifactId>
|
412 |
| - <version>3.13.0</version> |
| 413 | + <version>3.14.0</version> |
413 | 414 | </dependency>
|
414 | 415 | <dependency>
|
415 | 416 | <groupId>commons-configuration</groupId>
|
|
419 | 420 | <dependency>
|
420 | 421 | <groupId>commons-io</groupId>
|
421 | 422 | <artifactId>commons-io</artifactId>
|
422 |
| - <version>2.14.0</version> |
| 423 | + <version>2.15.1</version> |
423 | 424 | </dependency>
|
424 | 425 |
|
425 | 426 | <dependency>
|
426 | 427 | <groupId>org.apache.httpcomponents</groupId>
|
427 | 428 | <artifactId>httpcore</artifactId>
|
428 |
| - <version>4.4.12</version> |
| 429 | + <version>4.4.16</version> |
429 | 430 | </dependency>
|
430 | 431 |
|
431 | 432 | <dependency>
|
|
547 | 548 | <dependency>
|
548 | 549 | <groupId>com.github.scopt</groupId>
|
549 | 550 | <artifactId>scopt_${scala.compat.version}</artifactId>
|
550 |
| - <version>4.0.1</version> |
| 551 | + <version>4.1.0</version> |
551 | 552 | </dependency>
|
552 | 553 | <dependency>
|
553 | 554 | <groupId>org.backuity</groupId>
|
|
571 | 572 | <dependency>
|
572 | 573 | <groupId>org.scalatest</groupId>
|
573 | 574 | <artifactId>scalatest_${scala.compat.version}</artifactId>
|
574 |
| - <version>3.2.6</version> |
| 575 | + <version>${scalatest.version}</version> |
575 | 576 | </dependency>
|
576 | 577 | <dependency>
|
577 | 578 | <groupId>org.scalatestplus</groupId>
|
|
581 | 582 | <dependency>
|
582 | 583 | <groupId>org.mockito</groupId>
|
583 | 584 | <artifactId>mockito-core</artifactId>
|
584 |
| - <version>3.2.4</version> |
| 585 | + <version>5.10.0</version> |
585 | 586 | </dependency>
|
586 | 587 | </dependencies>
|
587 | 588 | </dependencyManagement>
|
|
0 commit comments