Skip to content

Commit 2e3fa10

Browse files
committed
upgrade to 1.5.6 and update changelog
1 parent 6bff075 commit 2e3fa10

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m
1111

1212
### Changed
1313

14+
## 1.5.6- 2025-02-19
15+
16+
### Added
17+
18+
### Changed
19+
20+
- Set requires static for optional and excludable dependencies (#1155) Thanks @justin-tay
21+
- Fix NPE when walking a missing node that will have missing properties (#1152) Thanks @justin-tay
22+
- Fix relative iris with colons (#1147) Thanks @justin-tay
23+
- Fix explicit disabling of format assertions (#1145) Thanks @justin-tay
24+
1425
## 1.5.5 - 2025-01-14
1526

1627
### Added

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,15 @@ This package is available on Maven central.
222222
<dependency>
223223
<groupId>com.networknt</groupId>
224224
<artifactId>json-schema-validator</artifactId>
225-
<version>1.5.5</version>
225+
<version>1.5.6</version>
226226
</dependency>
227227
```
228228

229229
#### Gradle:
230230

231231
```java
232232
dependencies {
233-
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.5');
233+
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.6');
234234
}
235235
```
236236

pom.xml

+1-1
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>1.5.5</version>
26+
<version>1.5.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)