Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit c6dd9e6

Browse files
authored
Security fix & upgrade deprecated maven dependency (backport from beta1 PR)
1 parent f9914ce commit c6dd9e6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

native/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<groupId>tech.sourced</groupId>
88
<artifactId>javaparser</artifactId>
99
<version>1.0-SNAPSHOT</version>
10+
11+
<properties>
12+
<maven.compiler.source>1.6</maven.compiler.source>
13+
<maven.compiler.target>1.6</maven.compiler.target>
14+
</properties>
1015

1116
<distributionManagement>
1217
<snapshotRepository>
@@ -66,7 +71,7 @@
6671
<dependency>
6772
<groupId>com.fasterxml.jackson.core</groupId>
6873
<artifactId>jackson-databind</artifactId>
69-
<version>2.8.6</version>
74+
<version>2.8.11.1</version>
7075
</dependency>
7176
<dependency>
7277
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)