Skip to content

Commit 48cb1ad

Browse files
authored
Update jackson (#61)
1 parent 76376b3 commit 48cb1ad

File tree

1 file changed

+7
-3
lines changed
  • oauth2-server-integration-base

1 file changed

+7
-3
lines changed

oauth2-server-integration-base/pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
<artifactId>oauth2-server-integration-base</artifactId>
1313

14+
<properties>
15+
<jackson.version>2.9.9</jackson.version>
16+
</properties>
17+
1418
<dependencies>
1519
<dependency>
1620
<groupId>com.squareup.okhttp3</groupId>
@@ -51,17 +55,17 @@
5155
<dependency>
5256
<groupId>com.fasterxml.jackson.core</groupId>
5357
<artifactId>jackson-core</artifactId>
54-
<version>2.9.8</version>
58+
<version>${jackson.version}</version>
5559
</dependency>
5660
<dependency>
5761
<groupId>com.fasterxml.jackson.core</groupId>
5862
<artifactId>jackson-databind</artifactId>
59-
<version>2.9.8</version>
63+
<version>${jackson.version}</version>
6064
</dependency>
6165
<dependency>
6266
<groupId>com.fasterxml.jackson.module</groupId>
6367
<artifactId>jackson-module-kotlin</artifactId>
64-
<version>2.9.8</version>
68+
<version>${jackson.version}</version>
6569
</dependency>
6670
<dependency>
6771
<groupId>org.hamcrest</groupId>

0 commit comments

Comments
 (0)