diff --git a/gradle.properties b/gradle.properties index f4fffc0..bb567af 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,7 +26,7 @@ springVersion=6.1.3 springBootVersion=3.2.3 buildGroupId=com.onixbyte -buildVersion=1.6.2 +buildVersion=1.6.3 projectUrl=https://onixbyte.com/JDevKit projectGithubUrl=https://github.com/OnixByte/JDevKit licenseName=The Apache License, Version 2.0 diff --git a/simple-jwt-spring-boot-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/simple-jwt-spring-boot-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports index 7841ecc..a7b7bbe 100644 --- a/simple-jwt-spring-boot-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports +++ b/simple-jwt-spring-boot-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports @@ -1,3 +1,2 @@ com.onixbyte.simplejwt.autoconfiguration.GuidAutoConfiguration -com.onixbyte.simplejwt.autoconfiguration.AuthzeroTokenResolverAutoConfiguration -com.onixbyte.simplejwt.autoconfiguration.JjwtTokenResolverAutoConfiguration \ No newline at end of file +com.onixbyte.simplejwt.autoconfiguration.AuthzeroTokenResolverAutoConfiguration \ No newline at end of file