Skip to content

Commit 7407ddd

Browse files
committed
upgrade to 3.0.3 and update changelog
1 parent 07b694b commit 7407ddd

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m
1313

1414
### Changed
1515

16+
## 3.0.3- 2026-05-27
17+
18+
### Added
19+
20+
### Changed
21+
- fixes #1246 Coercion bug (#1247)
22+
- Cleanup of IOException leftovers after update to jackson3 (#1244) Thanks @afiluba
23+
24+
1625
## 3.0.2- 2026-04-14
1726

1827
### 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.2</version>
246+
<version>3.0.3</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.2');
268+
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '3.0.3');
269269
}
270270
```
271271

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.networknt</groupId>
2525
<artifactId>json-schema-validator</artifactId>
26-
<version>3.0.2</version>
26+
<version>3.0.3</version>
2727
<packaging>bundle</packaging>
2828
<name>JsonSchemaValidator</name>
2929
<description>A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12</description>

0 commit comments

Comments
 (0)