Resolving the dependabot vulnerabilities. (#69)

This commit is contained in:
Trisha Anand 2020-07-09 21:12:16 +05:30 committed by GitHub
parent 3ef53b15f3
commit 8734067cad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -48,7 +48,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>5.1.5.RELEASE</version>
<version>5.1.13.RELEASE</version>
</dependency>
<dependency>

View File

@ -48,7 +48,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>5.1.5.RELEASE</version>
<version>5.1.13.RELEASE</version>
</dependency>
<dependency>

View File

@ -92,7 +92,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>6.0.17.Final</version>
<version>6.0.18.Final</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>