File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,18 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m
1313
1414### Changed
1515
16+ ## 3.0.1- 2026-03-10
17+
18+ ### Added
19+
20+ ### Changed
21+
22+ - Upgrade Jackson from 3.0.3 to 3.1.0 to fix CVE-2026 -29062 (#1236 ) Thanks @AhsanSheraz
23+ - Fix minimum maximum validators with type array (#1227 ) Thanks @justin-tay
24+ - Add method to SpecificationVersion to determine from schema node (#1221 ) Thanks @justin-tay
25+ - update contributor list in README.md
26+
27+
1628## 3.0.0- 2025-12-13
1729
1830### Added
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ The `json-schema-validator` package is published to Maven Central and is availab
243243<dependency >
244244 <groupId >com.networknt</groupId >
245245 <artifactId >json-schema-validator</artifactId >
246- <version >3.0.0 </version >
246+ <version >3.0.1 </version >
247247</dependency >
248248```
249249
@@ -265,7 +265,7 @@ dependencies {
265265
266266``` java
267267dependencies {
268- implementation(group: ' com.networknt' , name: ' json-schema-validator' , version: ' 3.0.0 ' );
268+ implementation(group: ' com.networknt' , name: ' json-schema-validator' , version: ' 3.0.1 ' );
269269}
270270```
271271
You can’t perform that action at this time.
0 commit comments