Skip to content

Commit 861bd6d

Browse files
committed
issue #1322 Fix CI Build. Upgrade dependencies.
1 parent 59be1ed commit 861bd6d

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

build/parent-pom/pom.xml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,19 @@
4242
<timestamp>${maven.build.timestamp}</timestamp>
4343
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssX</maven.build.timestamp.format>
4444
<java.version>1.8</java.version>
45-
<scala.version>2.12.15</scala.version>
45+
<scala.version>2.12.17</scala.version>
4646
<scala.compat.version>2.12</scala.compat.version>
4747
<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>
5050
<json4s.version>3.6.12</json4s.version>
5151
<spring.version>5.2.9.RELEASE</spring.version>
5252
<springfox-swagger.version>2.9.2</springfox-swagger.version>
5353
<jackson.version>2.15.3</jackson.version>
5454
<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>
5758

5859
<!-- Extend argLine using prepared way to not influence existing dependency of JaCoCo plugin. -->
5960
<scalatest.argLine.extra>
@@ -297,12 +298,12 @@
297298
<dependency>
298299
<groupId>org.scala-lang.modules</groupId>
299300
<artifactId>scala-parser-combinators_${scala.compat.version}</artifactId>
300-
<version>1.1.2</version>
301+
<version>2.1.1</version>
301302
</dependency>
302303
<dependency>
303304
<groupId>org.scala-lang.modules</groupId>
304305
<artifactId>scala-java8-compat_${scala.compat.version}</artifactId>
305-
<version>0.9.0</version>
306+
<version>0.9.1</version>
306307
</dependency>
307308
<dependency>
308309
<groupId>org.scalaz</groupId>
@@ -399,7 +400,7 @@
399400
<dependency>
400401
<groupId>commons-codec</groupId>
401402
<artifactId>commons-codec</artifactId>
402-
<version>1.13</version>
403+
<version>1.16.1</version>
403404
</dependency>
404405
<dependency>
405406
<groupId>commons-lang</groupId>
@@ -409,7 +410,7 @@
409410
<dependency>
410411
<groupId>org.apache.commons</groupId>
411412
<artifactId>commons-lang3</artifactId>
412-
<version>3.13.0</version>
413+
<version>3.14.0</version>
413414
</dependency>
414415
<dependency>
415416
<groupId>commons-configuration</groupId>
@@ -419,13 +420,13 @@
419420
<dependency>
420421
<groupId>commons-io</groupId>
421422
<artifactId>commons-io</artifactId>
422-
<version>2.14.0</version>
423+
<version>2.15.1</version>
423424
</dependency>
424425

425426
<dependency>
426427
<groupId>org.apache.httpcomponents</groupId>
427428
<artifactId>httpcore</artifactId>
428-
<version>4.4.12</version>
429+
<version>4.4.16</version>
429430
</dependency>
430431

431432
<dependency>
@@ -547,7 +548,7 @@
547548
<dependency>
548549
<groupId>com.github.scopt</groupId>
549550
<artifactId>scopt_${scala.compat.version}</artifactId>
550-
<version>4.0.1</version>
551+
<version>4.1.0</version>
551552
</dependency>
552553
<dependency>
553554
<groupId>org.backuity</groupId>
@@ -571,7 +572,7 @@
571572
<dependency>
572573
<groupId>org.scalatest</groupId>
573574
<artifactId>scalatest_${scala.compat.version}</artifactId>
574-
<version>3.2.6</version>
575+
<version>${scalatest.version}</version>
575576
</dependency>
576577
<dependency>
577578
<groupId>org.scalatestplus</groupId>
@@ -581,7 +582,7 @@
581582
<dependency>
582583
<groupId>org.mockito</groupId>
583584
<artifactId>mockito-core</artifactId>
584-
<version>3.2.4</version>
585+
<version>5.10.0</version>
585586
</dependency>
586587
</dependencies>
587588
</dependencyManagement>

0 commit comments

Comments
 (0)