|
|
@ -86,7 +86,7 @@ |
|
|
|
<!-- Import dependency management from Spring Boot --> |
|
|
|
<!-- Import dependency management from Spring Boot --> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-dependencies</artifactId> |
|
|
|
<artifactId>spring-boot-dependencies</artifactId> |
|
|
|
<version>1.5.8.RELEASE</version> |
|
|
|
<version>1.5.10.RELEASE</version> |
|
|
|
<type>pom</type> |
|
|
|
<type>pom</type> |
|
|
|
<scope>import</scope> |
|
|
|
<scope>import</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
@ -113,6 +113,16 @@ |
|
|
|
<artifactId>commons-io</artifactId> |
|
|
|
<artifactId>commons-io</artifactId> |
|
|
|
<version>2.5</version> |
|
|
|
<version>2.5</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
|
|
|
|
<artifactId>jackson-core</artifactId> |
|
|
|
|
|
|
|
<version>2.8.11</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
|
|
|
|
<artifactId>jackson-databind</artifactId> |
|
|
|
|
|
|
|
<version>2.8.11.1</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
</dependencyManagement> |
|
|
|
</dependencyManagement> |
|
|
|
|
|
|
|
|
|
|
@ -195,7 +205,7 @@ |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.owasp</groupId> |
|
|
|
<groupId>org.owasp</groupId> |
|
|
|
<artifactId>dependency-check-maven</artifactId> |
|
|
|
<artifactId>dependency-check-maven</artifactId> |
|
|
|
<version>3.0.2</version> |
|
|
|
<version>3.1.1</version> |
|
|
|
<inherited>true</inherited> |
|
|
|
<inherited>true</inherited> |
|
|
|
<configuration> |
|
|
|
<configuration> |
|
|
|
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability> |
|
|
|
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability> |
|
|
|