Skip to content

Commit 27d5337

Browse files
Update scala, json4s etc. to newer versions
1 parent 2f89de4 commit 27d5337

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<name>fi.vm.sade</name>
1212
</organization>
1313
<properties>
14-
<scala.version>2.12.15</scala.version>
15-
<json4s.version>4.0.6</json4s.version>
14+
<scala.version>2.12.18</scala.version>
15+
<json4s.version>4.0.7</json4s.version>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
</properties>
1818
<dependencies>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.apache.commons</groupId>
5656
<artifactId>commons-text</artifactId>
57-
<version>1.10.0</version>
57+
<version>1.11.0</version>
5858
</dependency>
5959
<!-- test deps -->
6060
<dependency>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.scalatest</groupId>
6868
<artifactId>scalatest_2.12</artifactId>
69-
<version>3.2.9</version>
69+
<version>3.2.17</version>
7070
<scope>test</scope>
7171
</dependency>
7272
<dependency>

0 commit comments

Comments
 (0)