Skip to content

Commit 62f284a

Browse files
committed
fix scala security problem
1 parent 271ed23 commit 62f284a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>0.1</version>
1010

1111
<properties>
12-
<ver.scala>2.11.8</ver.scala>
12+
<ver.scala>2.12.8</ver.scala>
1313
</properties>
1414

1515
<build>
@@ -46,7 +46,7 @@
4646
<plugin>
4747
<groupId>net.alchim31.maven</groupId>
4848
<artifactId>scala-maven-plugin</artifactId>
49-
<version>3.2.1</version>
49+
<version>3.4.4</version>
5050
<executions>
5151
<execution>
5252
<id>compile-scala</id>
@@ -67,14 +67,14 @@
6767
<args>
6868
<arg>-feature</arg>
6969
</args>
70-
<scalaCompatVersion>2.11</scalaCompatVersion>
70+
<scalaCompatVersion>2.12</scalaCompatVersion>
7171
<ccTestGoals>scatatest:test</ccTestGoals>
7272
</configuration>
7373
</plugin>
7474
<plugin>
7575
<groupId>org.scalatest</groupId>
7676
<artifactId>scalatest-maven-plugin</artifactId>
77-
<version>1.0</version>
77+
<version>2.0.0</version>
7878
<configuration>
7979
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
8080
<junitxml>.</junitxml>
@@ -107,13 +107,13 @@
107107
</dependency>
108108
<dependency>
109109
<groupId>org.scalatest</groupId>
110-
<artifactId>scalatest_2.11</artifactId>
111-
<version>3.0.5</version>
110+
<artifactId>scalatest_2.12</artifactId>
111+
<version>3.2.0-SNAP9</version>
112112
<scope>test</scope>
113113
</dependency>
114114
<dependency>
115115
<groupId>org.scalamock</groupId>
116-
<artifactId>scalamock_2.11</artifactId>
116+
<artifactId>scalamock_2.12</artifactId>
117117
<version>4.1.0</version>
118118
<scope>test</scope>
119119
</dependency>

0 commit comments

Comments
 (0)