Skip to content

Commit

Permalink
Merge pull request #351 from tenjaa/renovate/org.json-json-20240205.x
Browse files Browse the repository at this point in the history
Update dependency org.json:json to v20240205
  • Loading branch information
github-actions[bot] authored Feb 6, 2024
2 parents 90c3b4e + 1f42763 commit 754474d
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 @@ -13,7 +13,7 @@ dependencies {
implementation("commons-io:commons-io:2.15.1")
implementation("com.auth0:java-jwt:4.3.0")
implementation("com.google.code.gson:gson:2.10.1")
implementation("org.json:json:20231013")
implementation("org.json:json:20240205")
testImplementation("org.junit.jupiter:junit-jupiter-api:${junitVersion}")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${junitVersion}")
testImplementation("org.junit.jupiter:junit-jupiter-params:${junitVersion}")
Expand Down

0 comments on commit 754474d

Please sign in to comment.