Skip to content

Commit 2c27114

Browse files
committed
upgrade to 1.5.7 and update changelog
1 parent 94594f0 commit 2c27114

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

CHANGELOG.md

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

1212
### Changed
1313

14+
## 1.5.7- 2025-05-23
15+
16+
### Added
17+
18+
### Changed
19+
20+
- upgrade nexus-staging verison
21+
- Fix OverrideValidatorTest (#1159) Thanks @justin-tay
22+
- update slf4j to 2.0.17
23+
- update jackson to 2.18.3
24+
25+
1426
## 1.5.6- 2025-02-19
1527

1628
### Added

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.6</version>
225+
<version>1.5.7</version>
226226
</dependency>
227227
```
228228

229229
#### Gradle:
230230

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

pom.xml

Lines changed: 4 additions & 4 deletions
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.6</version>
26+
<version>1.5.7</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>
@@ -58,12 +58,12 @@
5858

5959
<distributionManagement>
6060
<repository>
61-
<id>ossrh</id>
61+
<id>central</id>
6262
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
6363
</repository>
6464
<snapshotRepository>
65-
<id>ossrh</id>
66-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
65+
<id>central</id>
66+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
6767
</snapshotRepository>
6868
</distributionManagement>
6969

0 commit comments

Comments
 (0)