Skip to content

Commit 12b85e4

Browse files
committed
upgrade to 3.0.6 and update changelog
1 parent 8bf1423 commit 12b85e4

3 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.md

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

1414
### Changed
1515

16+
## 3.0.6- 2026-07-07
17+
18+
### Added
19+
20+
### Changed
21+
- Fall back to the library class loader for classpath resources (#1265) Thanks @joaodinissf
22+
- Add schema tests (#1260) (#1261) Thanks @gjvoosten
23+
- Bump jackson to 3.1.4 to fix CVE-2026-54512 and CVE-2026-54513 (#1263) Thanks @olinoskar
24+
- Reduce per-validation allocation in ExecutionContext (#1259) Thanks @nishantmehta
25+
- test: re-enable and strengthen recursive $ref SelfRefTest (#1258) Thanks @koteshyelamati
26+
- simplify additionalItems validation flow (#1256) Thanks @Oz-er
27+
28+
1629
## 3.0.5- 2026-06-21
1730

1831
### Added

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ The `json-schema-validator` package is published to Maven Central and is availab
232232
<dependency>
233233
<groupId>com.networknt</groupId>
234234
<artifactId>json-schema-validator</artifactId>
235-
<version>2.0.1</version>
235+
<version>2.0.4</version>
236236
</dependency>
237237
```
238238

@@ -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.5</version>
246+
<version>3.0.6</version>
247247
</dependency>
248248
```
249249

@@ -255,7 +255,7 @@ The `json-schema-validator` package is published to Maven Central and is availab
255255

256256
```java
257257
dependencies {
258-
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '2.0.1');
258+
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '2.0.4');
259259
}
260260
```
261261

@@ -265,7 +265,7 @@ dependencies {
265265

266266
```java
267267
dependencies {
268-
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '3.0.5');
268+
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '3.0.6');
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.5</version>
26+
<version>3.0.6</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)