spring-projects / spring-security-kerberos

Spring Security Kerberos

Home Page:https://spring.io/projects/spring-security-kerberos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade libraries

jornfranke opened this issue · comments

Spring-security-kerberos contains several outdated libraries. I propose to upgrade the following:

  • Java Minimal version: 1.8 (and tested with OpenJDK 11)
  • Spring & Spring Security min. 5.x
  • Spring Boot min. 2.x
  • Tomcat embedded min. 8.5.x (with support for HTTP2)
  • http client min 4.5.8 (and potentially moving to the JDK 11 integrated one)
  • Junit5
  • log4j2

What do you think?

Closing due to #165