Skip to content

Commit 2143349

Browse files
Matt Darwinwesm
authored andcommitted
ARROW-1242: [JAVA] - upgrade jackson to mitigate security vulnerabilities (take 2)
sorry, PR #929 failed to actually change the Jackson version, since the `jackson.version` variable defined in java/pom.xml is not used in java/vector/pom.xml That's now fixed in this PR. Author: Matt Darwin <(none)> Author: Matt <mattdarwin@yahoo.co.uk> Closes #957 from mattdarwin/ARROW-1242-upgrade-jackson and squashes the following commits: ad15e5f [Matt Darwin] Merge branch 'master' into ARROW-1242-upgrade-jackson ee29d65 [Matt Darwin] Merge branch 'master' of https://github.com/apache/arrow into ARROW-1242-upgrade-jackson 06d7745 [Matt Darwin] upgrading jackson to 2.7.9 PROPERLY this time... 284a4ce [Matt Darwin] Merge branch 'master' of https://github.com/apache/arrow d059517 [Matt Darwin] 1242 upgraing jackson to 2.7.9 bc3b6a0 [Matt] Merge pull request #1 from apache/master
1 parent b795e5c commit 2143349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/vector/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
<dependency>
4040
<groupId>com.fasterxml.jackson.core</groupId>
4141
<artifactId>jackson-annotations</artifactId>
42-
<version>2.7.1</version>
42+
<version>${jackson.version}</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.fasterxml.jackson.core</groupId>
4646
<artifactId>jackson-databind</artifactId>
47-
<version>2.7.1</version>
47+
<version>${jackson.version}</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.carrotsearch</groupId>

0 commit comments

Comments
 (0)