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 8c3e213 commit 835adc6Copy full SHA for 835adc6
apm-agent-plugins/apm-spring-webmvc-plugin/pom.xml
@@ -74,7 +74,7 @@
74
<dependency>
75
<groupId>com.fasterxml.jackson.core</groupId>
76
<artifactId>jackson-databind</artifactId>
77
- <version>2.9.9</version>
+ <version>${version.jackson}</version>
78
<scope>test</scope>
79
</dependency>
80
<!--Thymeleaf-->
pom.xml
@@ -57,7 +57,7 @@
57
58
<version.error_prone>2.2.0</version.error_prone>
59
<version.h2>1.4.196</version.h2>
60
- <version.jackson>2.10.0.pr1</version.jackson>
+ <version.jackson>[2.10.0,)</version.jackson>
61
<version.junit-jupiter>5.4.2</version.junit-jupiter>
62
<version.junit.vintage>4.12</version.junit.vintage>
63
<version.logback>1.2.3</version.logback>
0 commit comments