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