Skip to content

Commit 580dfad

Browse files
committed
fixes #11 upgrade dependency to the latest in 2.0.0
1 parent ed16259 commit 580dfad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>com.mservicetech</groupId>
2121
<artifactId>openapi-schema-validation</artifactId>
22-
<version>1.0.2</version>
22+
<version>2.0.0</version>
2323
<packaging>jar</packaging>
2424
<description>openapi schema for openpai 3.*</description>
2525
<url>https://github.com/mservicetech/openapi-schema-validation</url>
@@ -57,9 +57,9 @@
5757
<java.version>11</java.version>
5858
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5959
<version.json-schema-validator>1.0.44</version.json-schema-validator>
60-
<version.light-4j>2.0.16</version.light-4j>
61-
<version.jackson>2.10.0</version.jackson>
62-
<version.slf4j>1.7.25</version.slf4j>
60+
<version.light-4j>2.0.22-SNAPSHOT</version.light-4j>
61+
<version.jackson>2.10.4</version.jackson>
62+
<version.slf4j>1.7.30</version.slf4j>
6363
<version.common-lang3>3.5</version.common-lang3>
6464
<version.logback>1.2.3</version.logback>
6565
<version.junit>4.12</version.junit>
@@ -70,7 +70,7 @@
7070
<dependencies>
7171
<dependency>
7272
<groupId>com.networknt</groupId>
73-
<artifactId>openapi-meta</artifactId>
73+
<artifactId>openapi-helper</artifactId>
7474
<version>${version.light-4j}</version>
7575
</dependency>
7676
<dependency>

0 commit comments

Comments
 (0)