Skip to content

Commit

Permalink
Merge pull request #601 from purrbot-site/dependabot/gradle/org.json-…
Browse files Browse the repository at this point in the history
…json-20240205

Bump org.json:json from 20231013 to 20240205
  • Loading branch information
Andre601 authored Feb 6, 2024
2 parents b57315a + 67dc484 commit b4726eb
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 @@ -61,7 +61,7 @@ dependencies {
implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.1.8'
implementation group: 'org.projectlombok', name: 'lombok', version: '1.18.30'
implementation group: 'io.javalin', name: 'javalin', version: '6.0.1'
implementation group: 'org.json', name: 'json', version: '20231013'
implementation group: 'org.json', name: 'json', version: '20240205'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.12.0'
}

Expand Down

0 comments on commit b4726eb

Please sign in to comment.