File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/sandeep/demo/spring/security Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6868 <dependency >
6969 <groupId >org.springframework.security.oauth</groupId >
7070 <artifactId >spring-security-oauth2</artifactId >
71- <version >2.3.3 .RELEASE</version >
71+ <version >2.3.5 .RELEASE</version >
7272 </dependency >
73+
7374 <dependency >
7475 <groupId >org.modelmapper</groupId >
7576 <artifactId >modelmapper</artifactId >
Original file line number Diff line number Diff line change 55import org .springframework .context .annotation .Bean ;
66import org .springframework .context .annotation .Configuration ;
77import org .springframework .security .authentication .AuthenticationManager ;
8- import org .springframework .security .crypto .bcrypt .BCryptPasswordEncoder ;
98import org .springframework .security .crypto .factory .PasswordEncoderFactories ;
109import org .springframework .security .crypto .password .PasswordEncoder ;
1110import org .springframework .security .oauth2 .config .annotation .configurers .ClientDetailsServiceConfigurer ;
You can’t perform that action at this time.
0 commit comments