Skip to content

Commit 06d7745

Browse files
author
Matt Darwin
committed
upgrading jackson to 2.7.9 PROPERLY this time...
1 parent d059517 commit 06d7745

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)