From f1252a404419a6afba23f78101e62233d0585ada Mon Sep 17 00:00:00 2001 From: zihluwang Date: Sun, 15 Sep 2024 00:16:55 +0800 Subject: [PATCH 1/2] fix: fixed FileNotFoundException --- ...pringframework.boot.autoconfigure.AutoConfiguration.imports | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 From a9f75fbacca869a38025dae2bea1f2ecddbd2a07 Mon Sep 17 00:00:00 2001 From: zihluwang Date: Sun, 15 Sep 2024 00:19:19 +0800 Subject: [PATCH 2/2] build: upgrade to 1.6.3 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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