Skip to content

Commit 1b379b7

Browse files
committed
upgrade to 1.5.4 and update changelog
1 parent a88b142 commit 1b379b7

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m
1010
### Added
1111

1212
### Changed
13+
14+
## 1.5.4 - 2024-11-24
15+
16+
### Added
17+
18+
### Changed
19+
20+
- Fix nullable issue (#1134) Thanks @justin-tay
21+
- fixes #1131 pom.xml scm url URI is invalid (#1132)
22+
- Remove warning for exclusiveMinimum and exclusiveMaximum for Draft 4 (#1127) Thanks @justin-tay
23+
- Clean up code (#1130) Thanks @jkosternl
24+
- Test Code Cleanup (#1128) Thanks @jkosternl
25+
1326
## 1.5.3 - 2024-10-31
1427

1528
### 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.3</version>
225+
<version>1.5.4</version>
226226
</dependency>
227227
```
228228

229229
#### Gradle:
230230

231231
```java
232232
dependencies {
233-
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.3');
233+
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.4');
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.3</version>
26+
<version>1.5.4</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)