Skip to content

Commit

Permalink
Merge pull request wso2#12259 from tgtshanika/swagger-parser-bump
Browse files Browse the repository at this point in the history
Upgrade swagger parser to 2.1.20.wso2v1
  • Loading branch information
msm1992 authored Feb 9, 2024
2 parents 7a7dd59 + 399f768 commit 0caa25c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@
}
}
},
"x-wso2-cors" : null,
"x-wso2-basePath" : null,
"x-wso2-application-security" : {
"security-types" : [ "oauth2", "api_key" ],
"optional" : false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@
} ]
}
},
"x-wso2-cors" : null,
"x-wso2-basePath" : null,
"x-wso2-application-security" : {
"security-types" : [ "oauth2" ],
"optional" : false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
}
}
},
"x-wso2-cors" : null,
"x-wso2-basePath" : null,
"x-wso2-application-security" : {
"security-types" : [ "oauth2" ],
"optional" : false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
}
}
},
"x-wso2-cors" : null,
"x-wso2-basePath" : null,
"x-wso2-application-security" : {
"security-types" : [ "api_key", "basic_auth", "oauth2" ],
"optional" : false
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2162,7 +2162,7 @@
<event.processor.core.version>2.3.8</event.processor.core.version>
<swagger.inflector.version>1.0.16.wso2v1</swagger.inflector.version>
<swagger.inflector.oas3.version>2.0.5.wso2v2</swagger.inflector.oas3.version>
<swagger.parser.v3.version>2.1.18.wso2v1</swagger.parser.v3.version>
<swagger.parser.v3.version>2.1.20.wso2v1</swagger.parser.v3.version>
<swagger.core.version>1.6.11.wso2v1</swagger.core.version>
<swagger.models.version>1.6.11</swagger.models.version>
<swagger.annotations.version>1.6.11</swagger.annotations.version>
Expand Down

0 comments on commit 0caa25c

Please sign in to comment.