From 788c0aac02efbef3163bbfea717a7b3241ee50a7 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Fri, 7 Jan 2022 18:28:44 -0500 Subject: [PATCH] upgrade to 1.0.65 and update changelog --- CHANGELOG.md | 14 ++++++++++++++ README.md | 4 ++-- pom.xml | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3645cf9..73ecc173c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed +## 1.0.65 - 2022-01-07 + +### Changed + +- fixes #492 Sort ValidationMessage by its type. Thanks @jsu216 +- fixes #490 Handle the situation when context class loader is null. Thanks @vti and @Viacheslav Tykhanovskyi +- fixes #489 Fix flakiness in CollectorContextTest. Thanks @pthariensflame +- upgrade to logback 1.2.7 to resolve some x-ray warnnings +- upgrade to undertow 2.2.14 to resolve some x-ray warnnings. +- fixes #488 Fix violations of Sonar rule 2142. Thanks @khaes-kth +- fixes #477 apply default in objects and arrays. Thanks @SiemelNaran +- fixes #485 FailFast should not cause exception on if. Thanks @gareth-robinson +- fixes #483 Add Java Syntax Highlighting to specversion.md. Thanks @JLLeitschuh +- fixes #482 upgrade to joni 2.1.41 to resolve a security concern ## 1.0.64 - 2021-11-10 diff --git a/README.md b/README.md index 618279865..0c66a548e 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Maven: com.networknt json-schema-validator - 1.0.64 + 1.0.65 ``` @@ -90,7 +90,7 @@ Gradle: ``` dependencies { - compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.64"); + compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.65"); } ``` diff --git a/pom.xml b/pom.xml index 6eaf1b926..695de23a7 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 com.networknt json-schema-validator - 1.0.64 + 1.0.65 bundle A json schema validator that supports draft v4, v6, v7 and v2019-09 https://github.com/networknt/json-schema-validator