Skip to content

Commit f0c630e

Browse files
Update json4s and commons-text to newer versions
1 parent 2f89de4 commit f0c630e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</organization>
1313
<properties>
1414
<scala.version>2.12.15</scala.version>
15-
<json4s.version>4.0.6</json4s.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>

0 commit comments

Comments
 (0)