Skip to content

Commit 80afc87

Browse files
authored
Uplifted jackson databind from 2.10.1 to 2.12.1 (#494)
* Uplifted jackson databind from 2.10.1 to 2.12.1 * updated jackson version to 2.12.1 * Update pom.xml * Update pom.xml * Update pom.xml
1 parent d382239 commit 80afc87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<springSecurityVersion>5.0.6.RELEASE</springSecurityVersion>
3131
<springSessionVersion>2.0.2.RELEASE</springSessionVersion>
3232
<forkCountTests>1</forkCountTests>
33+
<jackson.version>2.12.1</jackson.version>
3334
</properties>
3435

3536
<!-- Reporting Plugins -->
@@ -179,13 +180,12 @@
179180
<dependency>
180181
<groupId>com.fasterxml.jackson.core</groupId>
181182
<artifactId>jackson-databind</artifactId>
182-
<version>2.10.1</version>
183+
<version>${jackson.version}</version>
183184
</dependency>
184-
185185
<dependency>
186186
<groupId>com.fasterxml.jackson.core</groupId>
187187
<artifactId>jackson-core</artifactId>
188-
<version>2.10.1</version>
188+
<version>${jackson.version}</version>
189189
</dependency>
190190

191191
<dependency>

0 commit comments

Comments
 (0)