jsonassert-1.5.2
·
18 commits
to master
since this release
Breaking change since 1.5.1 (Java 6), accidentally dropped Java <21 support. For a Java 8 compatible version use 1.5.3 for a Java 6/7 compatible version stick to 1.5.1,
- Update to Java 21 -- THIS CAUSES PROBLEMS FOR OLDER COMPILERS. REVERTING TO JAVA 8 in 1.5.3.
- Fix CVE-2020-15250 JUnit vulnerability (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15250). Bump dependencies.*
- Add gitIgnore file
- README syntax error fix
New Contributors
- @imanushin made their first contribution in #159
- @RushikeshNaiknaware made their first contribution in #147
- @cpage-pivotal made their first contribution in #188
Full Changelog: jsonassert-1.5.1...jsonassert-1.5.2