Skip to content

Commit 2fb347e

Browse files
committed
upgrade to 1.5.3 and update changelog
1 parent 80a6a4c commit 2fb347e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

1212
### Changed
13+
## 1.5.3 - 2024-10-31
14+
15+
### Added
16+
17+
### Changed
18+
19+
- Upgrade many libraries (#1122) Thanks @jkosternl
20+
- Fix hasAdjacentKeywordInEvaluationPath optimisation (#1124) Thanks @justin-tay
21+
- Correct URL to jsonschema-validation-output-machines.md documentation (#1121) Thanks @jkosternl
22+
1323

1424
## 1.5.2 - 2024-09-19
1525

README.md

Lines changed: 2 additions & 2 deletions
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.2</version>
225+
<version>1.5.3</version>
226226
</dependency>
227227
```
228228

229229
#### Gradle:
230230

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

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