Skip to content

Commit

Permalink
deps: Update org.json to address CVE-2023-5072 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
owarai authored Apr 17, 2024
1 parent d52d931 commit f9753b4
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 @@ -149,7 +149,7 @@ dependencies {

implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
implementation 'org.json:json:20230227'
implementation 'org.json:json:20231013'
// it's library's consumer's responsibility to choose a log implementation(and set log_level.)
implementation 'org.slf4j:slf4j-api:1.7.32'
testImplementation 'io.cucumber:cucumber-java:7.0.0'
Expand Down

0 comments on commit f9753b4

Please sign in to comment.