Skip to content

Commit 76ab5be

Browse files
committed
upgrade to light-4j 1.5.3 and update changelog
1 parent 634fae6 commit 76ab5be

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Changed
1111

12+
## 0.1.1 - 2017-11-19
13+
### Added
14+
15+
### Changed
16+
- Upgrade to light-4j 1.5.3
17+
18+
1219
## 0.1.0 - 2017-11-12
1320
### Added
1421
- First version

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>com.networknt</groupId>
2121
<artifactId>openapi-parser</artifactId>
22-
<version>0.1.0</version>
22+
<version>0.1.1</version>
2323
<description>A light-weight, fast OpenAPI 3.0 parser and validator</description>
2424
<url>https://github.com/networknt/openapi-parser</url>
2525
<name>OpenAPIParser</name>
@@ -65,7 +65,7 @@
6565
<properties>
6666
<java.version>1.8</java.version>
6767
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
68-
<version.light-4j>1.5.2</version.light-4j>
68+
<version.light-4j>1.5.3</version.light-4j>
6969
<version.jackson>2.9.1</version.jackson>
7070
<version.commons-lang3>3.6</version.commons-lang3>
7171
<version.slf4j>1.7.25</version.slf4j>

0 commit comments

Comments
 (0)