|  | @@ -17,7 +17,8 @@ dependencies {
 | 
	
		
			
				|  |  |  	implementation 'org.springframework.boot:spring-boot-starter-web'
 | 
	
		
			
				|  |  |  	implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -	testImplementation 'org.springframework.boot:spring-boot-starter-test'
 | 
	
		
			
				|  |  | +    testImplementation 'org.springframework.boot:spring-boot-starter-restclient'
 | 
	
		
			
				|  |  | +    testImplementation 'org.springframework.boot:spring-boot-starter-test'
 | 
	
		
			
				|  |  |  	testImplementation 'org.springframework.security:spring-security-test'
 | 
	
		
			
				|  |  |  	testImplementation 'com.squareup.okhttp3:mockwebserver:5.1.0'
 | 
	
		
			
				|  |  |  }
 |