Skip to content

Commit a313e60

Browse files
committed
upgrade to 3.0.1 and update changelog
1 parent ff327ec commit a313e60

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
267267
dependencies {
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

0 commit comments

Comments
 (0)