Skip to content

Commit a6ae62c

Browse files
committed
upgrade to 3.0.2 and update changelog
1 parent 054f2f6 commit a6ae62c

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

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

1414
### Changed
1515

16+
## 3.0.2- 2026-04-14
17+
18+
### Added
19+
20+
### Changed
21+
- Upgrade Jackson from 3.1.0 to 3.1.1 to fix CWE-770 (#1236) Thanks @cjun-coveo
22+
- Support handling of non-finite numbers if present (#1241) Thanks @justin-tay
23+
1624
## 3.0.1- 2026-03-10
1725

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

pom.xml

Lines changed: 2 additions & 2 deletions
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.1</version>
26+
<version>3.0.2</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>
@@ -73,7 +73,7 @@
7373
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7474

7575
<version.itu>1.14.0</version.itu>
76-
<version.jackson>3.1.0</version.jackson>
76+
<version.jackson>3.1.1</version.jackson>
7777
<version.joni>2.2.6</version.joni>
7878
<version.logback>1.5.22</version.logback>
7979
<version.slf4j>2.0.17</version.slf4j>

0 commit comments

Comments
 (0)