Skip to content

Commit

Permalink
Merge pull request #3 from castmart/dependabot/gradle/org.json-json-2…
Browse files Browse the repository at this point in the history
…0231013

Bump org.json:json from 20230618 to 20231013
  • Loading branch information
castmart authored Dec 12, 2023
2 parents 4ec8bf5 + a054643 commit d0dd011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
// implementation("com.google.guava:guava:31.1-jre")
implementation("org.json:json:20230618")
implementation("org.json:json:20231013")

testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.1")
}
Expand Down

0 comments on commit d0dd011

Please sign in to comment.