Skip to content

Commit

Permalink
Merge pull request #63 from Team-MindWay/62-security-update
Browse files Browse the repository at this point in the history
62 security update
  • Loading branch information
ta2ye0n authored Apr 12, 2024
2 parents 37d22b4 + ab95477 commit 8e9a280
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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:v2.0.1")
implementation("com.github.GSM-MSG:GAuth-SDK-Java:v3.0.0")

// jwt
implementation("io.jsonwebtoken:jjwt-api:0.11.5")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,8 @@ public TokenResponse execute(SignInRequest signInRequest) throws GAuthException{

} catch (GAuthException e) {
throw new GAuthException(e.getCode());
} catch (IOException e) {
log.info(e.getMessage());
}

return null;
}

private User saveUser(GAuthUserInfo gAuthUserInfo) {
Expand Down

0 comments on commit 8e9a280

Please sign in to comment.