Skip to content

Commit

Permalink
Merge pull request #210 from Team-MindWay/209-gauth-sdk-version-change
Browse files Browse the repository at this point in the history
gauth sdk 버전 변경
  • Loading branch information
ta2ye0n authored Oct 23, 2024
2 parents 545ac4d + 5b31111 commit bb8dd16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation("org.mariadb.jdbc:mariadb-java-client:3.3.3")

// GAuth
implementation("com.github.GSM-MSG:GAuth-SDK-Java:v3.0.0")
implementation("com.github.GSM-MSG:GAuth-SDK-Java:v3.0.1")

// jwt
implementation("io.jsonwebtoken:jjwt-api:0.11.5")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@
import com.mindway.server.v2.global.annotation.ServiceWithTransaction;
import com.mindway.server.v2.global.security.jwt.JwtProvider;
import gauth.GAuth;
import gauth.GAuthToken;
import gauth.GAuthUserInfo;
import gauth.exception.GAuthException;
import gauth.response.GAuthToken;
import gauth.response.GAuthUserInfo;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Value;

import java.io.IOException;
import java.util.Objects;
import java.util.UUID;

Expand Down

0 comments on commit bb8dd16

Please sign in to comment.