Skip to content

Commit

Permalink
build.gradle: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Argent77 committed Oct 15, 2023
1 parent db34d57 commit 0229aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ javafx {

dependencies {
// https://mvnrepository.com/artifact/org.json/json
implementation group: 'org.json', name: 'json', version: '20230618'
implementation group: 'org.json', name: 'json', version: '20231013'
// https://tinylog.org/v2/download/
implementation group: 'org.tinylog', name: 'tinylog-api', version: '2.6.2'
implementation group: 'org.tinylog', name: 'tinylog-impl', version: '2.6.2'
Expand Down

0 comments on commit 0229aa6

Please sign in to comment.