hello.... is there a dependency for `org.springfra...
# server
s
hello.... is there a dependency for
org.springframework.security.core.context.DeferredSecurityContext
😶 3
r
It's in
spring-security-core
(see here). It seems to be relatively new, so if you cannot find it, you might be using an older version of Spring Security
s
I'm using
org.springframework.security:spring-security-core:5.7.3
isn't this the latest?
ok wait. I couldn't find the dependency but i changed the version to
6.0.1
and it worked... weird... thank you
👍 1
r
s
thank you... I just managed to solve an issue that i spent 2 days on to fix... I had a security configuration class from Spring 5.3 that i wanted to move to v6, and therer were several issues really...
r
Glad you managed to solve it! 😅
s
me too... LOL
150 Views