Skip to content

Commit

Permalink
Merge pull request #336 from cfereday/feat/apollo11-415-support-vulne…
Browse files Browse the repository at this point in the history
…rable-conditons-mvp

feat: add support for jackson vulnerable conditions
  • Loading branch information
bmvermeer authored Nov 21, 2021
2 parents 9a64c2e + 1656dd6 commit eff37ca
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions todolist-web-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@
</properties>

<dependencies>
<!-- jackson vulnerable conditions -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.6.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.6.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.6.5</version>
</dependency>

<!-- todolist core module-->
<dependency>
Expand Down

0 comments on commit eff37ca

Please sign in to comment.