Description
spring-projects/spring-security#5354
From Spring Security 5.2
Argon2PasswordEncoder using Argon2 algorithm is supported.
Argon2PasswordEncoder uses Bouncy Castle API internally like Scrypt, so if you use it, you need to add it to the dependency.
Possible Solutions
Add commented out configuration of Argon2PasswordEncoder on DelegatingPasswordEncoder at applicationContext.xml
Affects Version/s
Fix repositories