Skip to content

Commit 788c0aa

Browse files
committed
upgrade to 1.0.65 and update changelog
1 parent 8ada62c commit 788c0aa

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010

1111
### Changed
1212

13+
## 1.0.65 - 2022-01-07
14+
15+
### Changed
16+
17+
- fixes #492 Sort ValidationMessage by its type. Thanks @jsu216
18+
- fixes #490 Handle the situation when context class loader is null. Thanks @vti and @Viacheslav Tykhanovskyi
19+
- fixes #489 Fix flakiness in CollectorContextTest. Thanks @pthariensflame
20+
- upgrade to logback 1.2.7 to resolve some x-ray warnnings
21+
- upgrade to undertow 2.2.14 to resolve some x-ray warnnings.
22+
- fixes #488 Fix violations of Sonar rule 2142. Thanks @khaes-kth
23+
- fixes #477 apply default in objects and arrays. Thanks @SiemelNaran
24+
- fixes #485 FailFast should not cause exception on if. Thanks @gareth-robinson
25+
- fixes #483 Add Java Syntax Highlighting to specversion.md. Thanks @JLLeitschuh
26+
- fixes #482 upgrade to joni 2.1.41 to resolve a security concern
1327

1428
## 1.0.64 - 2021-11-10
1529

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ Maven:
8282
<dependency>
8383
<groupId>com.networknt</groupId>
8484
<artifactId>json-schema-validator</artifactId>
85-
<version>1.0.64</version>
85+
<version>1.0.65</version>
8686
</dependency>
8787
```
8888

8989
Gradle:
9090

9191
```
9292
dependencies {
93-
compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.64");
93+
compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.65");
9494
}
9595
```
9696

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>com.networknt</groupId>
2222
<artifactId>json-schema-validator</artifactId>
23-
<version>1.0.64</version>
23+
<version>1.0.65</version>
2424
<packaging>bundle</packaging>
2525
<description>A json schema validator that supports draft v4, v6, v7 and v2019-09</description>
2626
<url>https://github.com/networknt/json-schema-validator</url>

0 commit comments

Comments
 (0)