Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.skyscreamer:jsonassert from 1.5.1 to 1.5.2 #3240

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump org.skyscreamer:jsonassert from 1.5.1 to 1.5.2
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] committed Jun 24, 2024
commit fb6e6c112af7627e4b4a2d9b2c9da2115d01d88b
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<jersey.version>3.1.7</jersey.version>
<jetty.version>12.0.10</jetty.version>
<jedis.version>5.1.3</jedis.version>
<jsonassert.version>1.5.1</jsonassert.version>
<jsonassert.version>1.5.2</jsonassert.version>
<json-path.version>2.9.0</json-path.version>
<json-schema-validator.version>1.4.2</json-schema-validator.version>
<junit.version>5.10.2</junit.version>
Expand Down