We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7e08e commit f5755faCopy full SHA for f5755fa
oauth2-server-integration-base/pom.xml
@@ -13,6 +13,7 @@
13
14
<properties>
15
<jackson.version>2.9.9</jackson.version>
16
+ <jackson.databind.version>2.9.9.3</jackson.databind.version>
17
</properties>
18
19
<dependencies>
@@ -60,7 +61,7 @@
60
61
<dependency>
62
<groupId>com.fasterxml.jackson.core</groupId>
63
<artifactId>jackson-databind</artifactId>
- <version>${jackson.version}</version>
64
+ <version>${jackson.databind.version}</version>
65
</dependency>
66
67
<groupId>com.fasterxml.jackson.module</groupId>
0 commit comments