Skip to content

Commit 6ee70f4

Browse files
committed
upgrade swagger-api to version 2.2.47
1 parent 62b657a commit 6ee70f4

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<central-publishing-maven-plugin.version>0.7.0
5959
</central-publishing-maven-plugin.version>
6060
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
61-
<swagger-api.version>2.2.45</swagger-api.version>
61+
<swagger-api.version>2.2.47</swagger-api.version>
6262
<swagger-ui.version>5.32.1</swagger-ui.version>
6363
<gmavenplus-plugin.version>1.13.1</gmavenplus-plugin.version>
6464
<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/app8.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"format": "int32",
6969
"description": "foo",
7070
"examples": [
71-
"1",
72-
"2"
71+
1,
72+
2
7373
]
7474
}
7575
},
@@ -94,8 +94,8 @@
9494
"format": "int32",
9595
"description": "The user's age",
9696
"examples": [
97-
"114",
98-
"514"
97+
114,
98+
514
9999
]
100100
},
101101
"fooBar": {

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",

springdoc-openapi-tests/springdoc-openapi-javadoc-tests/src/test/resources/results/3.1.0/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
],

0 commit comments

Comments
 (0)