Skip to content

Commit 2ae4992

Browse files
committed
jackson upgrade
1 parent 83b58ec commit 2ae4992

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
<jjwt.version>0.9.1</jjwt.version>
7272
<therapi-runtime-javadoc.version>0.15.0</therapi-runtime-javadoc.version>
7373
<spring-cloud-function.version>4.0.0-RC2</spring-cloud-function.version>
74-
<jackson-bom.version>2.13.4</jackson-bom.version>
7574
</properties>
7675

7776
<dependencyManagement>

springdoc-openapi-starter-common/src/main/java/org/springdoc/core/mixins/SortedSchemaMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public interface SortedSchemaMixin {
7373
*
7474
* @return the example
7575
*/
76-
@JsonInclude(JsonInclude.Include.CUSTOM)
76+
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
7777
Object getExample();
7878

7979
/**

0 commit comments

Comments
 (0)