Skip to content

Commit

Permalink
upgrade to 1.5.4 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Nov 24, 2024
1 parent a88b142 commit 1b379b7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m
### Added

### Changed

## 1.5.4 - 2024-11-24

### Added

### Changed

- Fix nullable issue (#1134) Thanks @justin-tay
- fixes #1131 pom.xml scm url URI is invalid (#1132)
- Remove warning for exclusiveMinimum and exclusiveMaximum for Draft 4 (#1127) Thanks @justin-tay
- Clean up code (#1130) Thanks @jkosternl
- Test Code Cleanup (#1128) Thanks @jkosternl

## 1.5.3 - 2024-10-31

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,15 +222,15 @@ This package is available on Maven central.
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>
</dependency>
```

#### Gradle:

```java
dependencies {
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.3');
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.4');
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>
<packaging>bundle</packaging>
<name>JsonSchemaValidator</name>
<description>A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12</description>
Expand Down

0 comments on commit 1b379b7

Please sign in to comment.