Skip to content

Commit fabb9d5

Browse files
committed
Bump Jackson databind dependency to 2.10.1
1 parent e754e68 commit fabb9d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<parent>
1010
<groupId>org.avaje</groupId>
11-
<artifactId>java8-parent</artifactId>
12-
<version>1.3</version>
11+
<artifactId>java8-oss</artifactId>
12+
<version>2.1</version>
1313
</parent>
1414

1515
<scm>
@@ -19,7 +19,7 @@
1919

2020
<properties>
2121
<swagger.version>2.0.8</swagger.version>
22-
<jackson-databind.version>2.9.9</jackson-databind.version>
22+
<jackson-databind.version>2.10.1</jackson-databind.version>
2323
</properties>
2424

2525
<dependencies>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>io.dinject</groupId>
4141
<artifactId>dinject-controller</artifactId>
42-
<version>1.11</version>
42+
<version>1.12</version>
4343
</dependency>
4444

4545
<dependency>

0 commit comments

Comments
 (0)