Skip to content

Commit

Permalink
#29 [CHORE] : JSON라이브러리 버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bbabbi committed Nov 7, 2024
1 parent 2ff8bc4 commit d7d77da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
//Jsoup
implementation 'org.jsoup:jsoup:1.18.1'
// JSON 라이브러리
implementation 'org.json:json:20210307'
implementation 'org.json:json:20231013'
// Apache HttpClient 라이브러리
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
}
Expand Down

0 comments on commit d7d77da

Please sign in to comment.