Skip to content

Commit e81358f

Browse files
authored
Merge pull request #93 from tims/jacksonvulnerability
upgrade jackson databind for security vulnerability
2 parents 752718b + 9cf719e commit e81358f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,17 +193,17 @@
193193
<dependency>
194194
<groupId>com.fasterxml.jackson.core</groupId>
195195
<artifactId>jackson-databind</artifactId>
196-
<version>2.9.4</version>
196+
<version>2.9.8</version>
197197
</dependency>
198198
<dependency>
199199
<groupId>com.fasterxml.jackson.core</groupId>
200200
<artifactId>jackson-core</artifactId>
201-
<version>2.9.4</version>
201+
<version>2.9.8</version>
202202
</dependency>
203203
<dependency>
204204
<groupId>com.fasterxml.jackson.core</groupId>
205205
<artifactId>jackson-annotations</artifactId>
206-
<version>2.9.4</version>
206+
<version>2.9.8</version>
207207
</dependency>
208208

209209

0 commit comments

Comments
 (0)