Skip to main content

6.1.23 to 6.2.0

Atoti Limits now requires Java 25. Update your project to build and run with Java 25. Spring Security Kerberos is now published in the org.springframework.security group, and released with Spring Security itself. If your project declares a spring-security-kerberos-* dependency of its own, for instance to set up Kerberos machine-to-machine authentication, change its groupId to org.springframework.security and drop its version, which Spring Boot’s dependency management now provides. The 2.x releases of the retired org.springframework.security.kerberos group are compiled against org.springframework.security.crypto.codec.Base64, a class Spring Security 7 removed, so authenticating a request with them fails at runtime with java.lang.ClassNotFoundException. No code migration is necessary.