File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 2.2.1] ( https://github.com/networknt/openapi-parser/tree/2.2.1 ) (2025-03-22)
4
+
5
+
6
+ ** Merged pull requests:**
7
+
8
+
9
+ - fixes \# 67 remove the email validator dependency [ \# 68] ( https://github.com/networknt/openapi-parser/pull/68 ) ([ stevehu] ( https://github.com/stevehu ) )
10
+ - Change E-Mail validator to "com.sanctionco.jmail: jmail " (issue https://github.com/networknt/openapi-parser/issues/64 ) [ \# 65] ( https://github.com/networknt/openapi-parser/pull/65 ) ([ AndreasALoew] ( https://github.com/AndreasALoew ) )
11
+
12
+
3
13
## [ 2.2.0] ( https://github.com/networknt/openapi-parser/tree/2.2.0 ) (2025-02-12)
4
14
5
15
Original file line number Diff line number Diff line change 19
19
<modelVersion >4.0.0</modelVersion >
20
20
<groupId >com.networknt</groupId >
21
21
<artifactId >openapi-parser</artifactId >
22
- <version >2.2.1-SNAPSHOT </version >
22
+ <version >2.2.1</version >
23
23
<description >A light-weight, fast OpenAPI 3.0 parser and validator</description >
24
24
<url >https://github.com/networknt/openapi-parser</url >
25
25
<name >OpenAPIParser</name >
93
93
<maven .compiler.source>${java.version} </maven .compiler.source>
94
94
<maven .compiler.target>${java.version} </maven .compiler.target>
95
95
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
96
- <version .light-4j>2.2.1-SNAPSHOT </version .light-4j>
96
+ <version .light-4j>2.2.1</version .light-4j>
97
97
<version .jackson>2.18.3</version .jackson>
98
98
<version .slf4j>2.0.17</version .slf4j>
99
99
<version .logback>1.5.18</version .logback>
You can’t perform that action at this time.
0 commit comments