Skip to content

Commit 7e51ffb

Browse files
authored
updated pom.xml to fix surefire testing issue and fasterxml.jackson security issue
1 parent c1a85c2 commit 7e51ffb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@
6161
<finalName>sepia-core-tools-v${project.version}</finalName>
6262
</configuration>
6363
</plugin>
64+
<!-- force certain surefire version for testing -->
65+
<plugin>
66+
<groupId>org.apache.maven.plugins</groupId>
67+
<artifactId>maven-surefire-plugin</artifactId>
68+
<version>3.0.0-M3</version>
69+
</plugin>
6470

6571
<!-- Java docs, use with: mvn javadoc:jar -->
6672
<plugin>
@@ -99,7 +105,7 @@
99105
<dependency>
100106
<groupId>com.fasterxml.jackson.core</groupId>
101107
<artifactId>jackson-databind</artifactId>
102-
<version>2.9.7</version>
108+
<version>2.9.8</version>
103109
</dependency>
104110
<dependency>
105111
<groupId>commons-lang</groupId>
@@ -163,4 +169,4 @@
163169
<url>https://github.com/SEPIA-Framework/sepia-core-tools-java/tree/master</url>
164170
</scm>
165171

166-
</project>
172+
</project>

0 commit comments

Comments
 (0)