Skip to content

Commit

Permalink
jwt-manager 버전 변경 (#8)
Browse files Browse the repository at this point in the history
jwt manager 버전을 변경하면 배틀에서 불필요한 환경변수를 추가할 필요가 없습니다.
  • Loading branch information
seong-wooo authored Sep 8, 2023
1 parent fa71215 commit 0cf6c96
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/reformat-java.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
2. Add the spring-security-authorization-manager dependency to your app-level build.gradle file:
```
dependencies {
implementation 'com.github.SWM-KAWAI-MANS:spring-security-authorization-manager:1.0.1'
implementation 'com.github.SWM-KAWAI-MANS:spring-security-authorization-manager:1.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-security:3.1.0'
implementation 'org.springframework.boot:spring-boot-starter-web:3.1.0'
implementation 'com.github.SWM-KAWAI-MANS:jwt-manager:1.1.0'
implementation 'com.github.SWM-KAWAI-MANS:jwt-manager:1.3.0'
compileOnly 'org.projectlombok:lombok:1.18.26'
annotationProcessor 'org.projectlombok:lombok:1.18.26'
testCompileOnly 'org.projectlombok:lombok:1.18.26'
Expand Down

0 comments on commit 0cf6c96

Please sign in to comment.