Skip to content

Commit

Permalink
upgrade to 1.5.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Sep 19, 2024
1 parent 8fbca5a commit 37bb509
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m

### Changed

## 1.5.2 - 2024-09-19

### Added

### Changed

- Fix exclusiveMinimum and exclusiveMaximum for OpenAPI 3.0 (#1115) Thanks @justin-tay
- Bump jackson-databind from 2.17.1 to 2.17.2 (#1111) Thanks @justin-tay
- Bump io.undertow:undertow-core from 2.2.33.Final to 2.2.35.Final (#1110) Thanks @justin-tay
- Fix PatternValidator to not log for fail fast (#1106) Thanks @justin-tay

## 1.5.1 - 2024-07-25

### 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.1</version>
<version>1.5.2</version>
</dependency>
```

#### Gradle:

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

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.1</version>
<version>1.5.2</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 37bb509

Please sign in to comment.