You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the file : org/springframework/security/config/annotation/web/HttpSecurityDsl.kt
the current definition is public final inline fun <reified T : jakarta.servlet.Filter> addFilterBefore(filter: jakarta.servlet.Filter): kotlin.Unit
but it should be : public final inline fun <reified T : jakarta.servlet.Filter> addFilterBefore(filter: T): kotlin.Unit