Skip to content

Commit

Permalink
Bump json to 20231013 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek authored Oct 18, 2023
1 parent 64a3289 commit 2889ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ dependencies {
implementation("org.slf4s", "slf4s-api_2.11", "1.7.13")
implementation("com.typesafe.scala-logging", "scala-logging_2.12", "3.5.0")
implementation("com.github.everit-org.json-schema", "org.everit.json.schema", "1.9.1")
implementation("org.json", "json", "20230618")
implementation("org.json", "json", "20231013")
implementation("com.google.code.javaparser", "javaparser", "1.0.11")
implementation("com.google.guava", "guava", "32.1.3-jre")
implementation("com.damnhandy", "handy-uri-templates", "2.1.6")
Expand Down

0 comments on commit 2889ca0

Please sign in to comment.