We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d8a504 + 6ee6fe0 commit 02dca1dCopy full SHA for 02dca1d
pom.xml
@@ -19,7 +19,7 @@
19
<modelVersion>4.0.0</modelVersion>
20
<groupId>com.networknt</groupId>
21
<artifactId>openapi-parser</artifactId>
22
- <version>1.5.15</version>
+ <version>1.5.16</version>
23
<description>A light-weight, fast OpenAPI 3.0 parser and validator</description>
24
<url>https://github.com/networknt/openapi-parser</url>
25
<name>OpenAPIParser</name>
@@ -65,7 +65,7 @@
65
<properties>
66
<java.version>1.8</java.version>
67
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
68
- <version.light-4j>1.5.15</version.light-4j>
+ <version.light-4j>1.5.16</version.light-4j>
69
<version.jackson>2.9.5</version.jackson>
70
<version.slf4j>1.7.25</version.slf4j>
71
<version.logback>1.2.3</version.logback>
0 commit comments