Browse Source

Fix javax to jakarta

Joe Grandja 2 years ago
parent
commit
0b9ef589db

+ 1 - 1
oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/oidc/web/authentication/OidcClientRegistrationAuthenticationConverter.java

@@ -15,7 +15,7 @@
  */
 package org.springframework.security.oauth2.server.authorization.oidc.web.authentication;
 
-import javax.servlet.http.HttpServletRequest;
+import jakarta.servlet.http.HttpServletRequest;
 
 import org.springframework.http.converter.HttpMessageConverter;
 import org.springframework.http.server.ServletServerHttpRequest;