Skip to content

Commit d1290c7

Browse files
committed
updated Java Spark to 2.8.0 and Jackson to 2.9.7 to fix security issues!
1 parent 3b75900 commit d1290c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>net.b07z.sepia.server.core</groupId>
66
<artifactId>sepia-core-tools</artifactId>
7-
<version>2.0.2</version>
7+
<version>2.1.0</version>
88
<name>SEPIA Core-Tools</name>
99
<description>The Core-Tools repository contains classes and methods that are shared by all SEPIA servers and other tools like the SDK.</description>
1010
<url>https://github.com/SEPIA-Framework/sepia-core-tools-java</url>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.sparkjava</groupId>
7070
<artifactId>spark-core</artifactId>
71-
<version>2.5.4</version>
71+
<version>2.8.0</version>
7272
</dependency>
7373
<!-- <dependency>
7474
<groupId>org.slf4j</groupId>
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>com.fasterxml.jackson.core</groupId>
9090
<artifactId>jackson-databind</artifactId>
91-
<version>2.7.0</version>
91+
<version>2.9.7</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>commons-lang</groupId>

0 commit comments

Comments
 (0)