Skip to content

Commit 824ac36

Browse files
Upgrade swagger-core from version 2.2.42 to 2.2.43
1 parent 3215244 commit 824ac36

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<central-publishing-maven-plugin.version>0.7.0
5656
</central-publishing-maven-plugin.version>
5757
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
58-
<swagger-api.version>2.2.42</swagger-api.version>
58+
<swagger-api.version>2.2.43</swagger-api.version>
5959
<swagger-ui.version>5.31.0</swagger-ui.version>
6060
<gmavenplus-plugin.version>1.13.1</gmavenplus-plugin.version>
6161
<jjwt.version>0.9.1</jjwt.version>

springdoc-openapi-starter-webmvc-api/src/test/resources/results/3.0.1/app25.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"required": false,
5555
"schema": {
5656
"type": "number",
57-
"example": 10
57+
"example": "10"
5858
}
5959
}
6060
],

springdoc-openapi-starter-webmvc-api/src/test/resources/results/3.1.0/app114.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"properties": {
5858
"amount": {
5959
"type": "number",
60-
"example": 99.96
60+
"example": "99.96"
6161
},
6262
"currency": {
6363
"type": "string",

springdoc-openapi-starter-webmvc-api/src/test/resources/results/3.1.0/app25.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"required": false,
5555
"schema": {
5656
"type": "number",
57-
"example": 10
57+
"example": "10"
5858
}
5959
}
6060
],

springdoc-openapi-starter-webmvc-api/src/test/resources/results/3.1.0/app29.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"type": "number",
6969
"description": "The data value",
7070
"format": "double",
71-
"example": 19.0
71+
"example": "19.0"
7272
}
7373
}
7474
}

springdoc-openapi-starter-webmvc-api/src/test/resources/results/3.1.0/app4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"type": "number",
6666
"description": "The data value",
6767
"format": "double",
68-
"example": 19.0
68+
"example": "19.0"
6969
}
7070
}
7171
}

springdoc-openapi-starter-webmvc-api/src/test/resources/results/3.1.0/app90.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@
116116
},
117117
"password": {
118118
"type": "string",
119-
"example": 12345
119+
"example": "12345"
120120
},
121121
"phone": {
122122
"type": "string",
123-
"example": 12345
123+
"example": "12345"
124124
},
125125
"userStatus": {
126126
"type": "integer",

springdoc-openapi-tests/springdoc-openapi-data-rest-tests/src/test/resources/results/3.1.0/app9.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"id": {
199199
"type": "string",
200200
"description": "Some ID",
201-
"example": 1
201+
"example": "1"
202202
},
203203
"payload": {
204204
"type": "string",

springdoc-openapi-tests/springdoc-openapi-javadoc-tests/src/test/resources/results/3.0.1/app25.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"required": false,
6565
"schema": {
6666
"type": "number",
67-
"example": 10
67+
"example": "10"
6868
}
6969
}
7070
],

springdoc-openapi-tests/springdoc-openapi-javadoc-tests/src/test/resources/results/3.1.0/app114.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"properties": {
6969
"amount": {
7070
"type": "number",
71-
"example": 99.96
71+
"example": "99.96"
7272
},
7373
"currency": {
7474
"type": "string",

0 commit comments

Comments
 (0)