Merge pull request #5231 from appsmithorg/snyk-fix-45d4107a9d315a1ce1ee74338cb35c92

[Snyk] Fix for 26 vulnerabilities
This commit is contained in:
abhishek nayak 2021-06-18 20:42:01 +05:30 committed by GitHub
commit 37708a4128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10.7</version>
<version>2.9.10.8</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@ -126,7 +126,7 @@
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>1.6</version>
<version>1.7</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>