Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Bump org.skyscreamer:jsonassert from 1.5.1 to 1.5.2
Browse files Browse the repository at this point in the history
Bumps [org.skyscreamer:jsonassert](https://github.com/skyscreamer/JSONassert) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/skyscreamer/JSONassert/releases)
- [Changelog](https://github.com/skyscreamer/JSONassert/blob/master/CHANGELOG.md)
- [Commits](skyscreamer/JSONassert@jsonassert-1.5.1...jsonassert-1.5.2)

---
updated-dependencies:
- dependency-name: org.skyscreamer:jsonassert
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 5fc68ca commit db888fe
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 @@ -64,7 +64,7 @@ dependencies {
testImplementation("io.ktor:ktor-server-test-host-jvm:$ktorVersion")
testImplementation("io.mockk:mockk-jvm:$mockkVersion")
testImplementation("io.mockk:mockk-dsl-jvm:$mockkVersion")
testImplementation("org.skyscreamer:jsonassert:1.5.1")
testImplementation("org.skyscreamer:jsonassert:1.5.2")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:$kotlinxCoroutinesVersion")
}

Expand Down

0 comments on commit db888fe

Please sign in to comment.