Skip to content

Commit

Permalink
fix: update to json:20231013 (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch authored Oct 20, 2023
1 parent df73e35 commit 6293e59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Snyk Changelog


## [2.5.6]

### Fixed
- Update vulnerability in org.json dependency [high severity]

## [2.5.5]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation("com.squareup.okhttp3:okhttp")
implementation("com.squareup.okhttp3:logging-interceptor")
implementation("com.fasterxml.jackson.core:jackson-databind:2.12.7.1")
implementation("org.json:json:20230227")
implementation("org.json:json:20231013")
implementation("org.slf4j:slf4j-api:2.0.5")
implementation("ly.iterative.itly:plugin-iteratively:1.2.11") {
exclude(group = "com.fasterxml.jackson.core")
Expand Down

0 comments on commit 6293e59

Please sign in to comment.