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 fdaa245 + e092494 commit 37cb7e7Copy full SHA for 37cb7e7
pom.xml
@@ -19,7 +19,7 @@
19
<modelVersion>4.0.0</modelVersion>
20
<groupId>com.mservicetech</groupId>
21
<artifactId>openapi-schema-validation</artifactId>
22
- <version>2.0.4</version>
+ <version>2.0.5</version>
23
<packaging>jar</packaging>
24
<description>openapi schema for openpai 3.*</description>
25
<url>https://github.com/mservicetech/openapi-schema-validation</url>
@@ -57,7 +57,7 @@
57
<java.version>11</java.version>
58
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
59
<version.json-schema-validator>1.0.69</version.json-schema-validator>
60
- <version.light-4j>2.1.2-SNAPSHOT</version.light-4j>
+ <version.light-4j>2.1.2</version.light-4j>
61
<version.jackson>2.13.3</version.jackson>
62
<version.snakeyaml>1.26</version.snakeyaml>
63
<version.slf4j>1.7.36</version.slf4j>
0 commit comments