Skip to content

Commit

Permalink
Update dependency org.skyscreamer:jsonassert to v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 28, 2024
1 parent 3a8071b commit b1b9bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.re
kotlin-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect", version.ref = "kotlin" }
assertj-core = { group = "org.assertj", name = "assertj-core", version.ref = "assertj" }
mockk = { group = "io.mockk", name = "mockk", version.ref = "mockk" }
jsonassert = { group = "org.skyscreamer", name = "jsonassert", version = "1.5.1" }
jsonassert = { group = "org.skyscreamer", name = "jsonassert", version = "1.5.3" }
commons-lang3 = { group = "org.apache.commons", name = "commons-lang3", version.ref = "commons-lang3" }
juniversalchardet = { group = "com.googlecode.juniversalchardet", name = "juniversalchardet", version.ref = "juniversalchardet" }
rxjava2 = { group = "io.reactivex.rxjava2", name = "rxjava", version = "2.2.21" }
Expand Down

0 comments on commit b1b9bd6

Please sign in to comment.