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 6705d4f commit 20ee7abCopy full SHA for 20ee7ab
pom.xml
@@ -1452,6 +1452,7 @@
1452
<httpcore.version>4.4.6</httpcore.version>
1453
<metrics-core.version>3.2.6</metrics-core.version>
1454
<jackson.version>2.9.9</jackson.version>
1455
+ <jackson.databind.version>2.9.9.1</jackson.databind.version>
1456
<jaxb-api.version>2.2.12</jaxb-api.version>
1457
<jetty.version>9.3.27.v20190418</jetty.version>
1458
<servlet.api.version>3.1.0</servlet.api.version>
@@ -1982,7 +1983,7 @@
1982
1983
<dependency>
1984
<groupId>com.fasterxml.jackson.core</groupId>
1985
<artifactId>jackson-databind</artifactId>
- <version>${jackson.version}</version>
1986
+ <version>${jackson.databind.version}</version>
1987
</dependency>
1988
1989
<groupId>org.jamon</groupId>
0 commit comments