Skip to content

Commit d30f22d

Browse files
committed
Fixed security problem with jackson-databind
1 parent a04538c commit d30f22d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

orgchart-addon/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@
9090
</dependency>
9191

9292
<dependency>
93-
<groupId>com.fasterxml.jackson.core</groupId>
94-
<artifactId>jackson-databind</artifactId>
95-
<version>2.9.4</version>
93+
<groupId>com.fasterxml.jackson.core</groupId>
94+
<artifactId>jackson-databind</artifactId>
95+
<version>[2.9.8,)</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.webjars</groupId>

0 commit comments

Comments
 (0)