-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-180 Bump OpenApi spec to 3.1.0, include only non-null properties i…
…n scheme & use standalone ObjectMapper instance (Fix #180)
- Loading branch information
Showing
6 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
description = "Javalin OpenAPI Specification | Compile-time OpenAPI integration for Javalin 5.x" | ||
|
||
dependencies { | ||
api("com.fasterxml.jackson.core:jackson-databind:2.14.2") | ||
val jacksonVersion = "2.14.2" | ||
api("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion") | ||
api("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion") | ||
api("com.google.code.gson:gson:2.10.1") | ||
} |