Skip to content

Commit 7c518f6

Browse files
committed
upgrade to 1.4.2 and update changelog
1 parent d07f80f commit 7c518f6

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

1212
### Changed
1313

14+
## 1.4.2 - 2024-06-21
15+
16+
### Added
17+
18+
### Changed
19+
20+
- Resolve javadoc warning messages #1073
21+
- Fix iri, iri-reference, uri and uri-reference (#1071) Thanks @justin-tay
22+
- fixes #1072 Downgrade maven-source-plugin to 3.2.1
23+
1424
## 1.4.1 - 2024-06-20
1525

1626
### 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.4.1</version>
225+
<version>1.4.2</version>
226226
</dependency>
227227
```
228228

229229
#### Gradle:
230230

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