Skip to content

Commit

Permalink
chore: spring boot update, delete unneccessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
LAPLACE4A committed Nov 7, 2024
1 parent 9c57cb3 commit cb4d6b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.3.2'
id 'org.springframework.boot' version '3.3.5'
id 'io.spring.dependency-management' version '1.1.6'
}

Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/kert/model/RefreshToken.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.kert.model;

import com.fasterxml.jackson.annotation.JsonIgnore;
import jakarta.persistence.*;
import lombok.AllArgsConstructor;
import lombok.Data;
Expand Down

0 comments on commit cb4d6b9

Please sign in to comment.