Skip to content

Commit ae6d1a0

Browse files
chore(deps): bump io.swagger.core.v3:swagger-core-jakarta from 2.2.42 to 2.2.48 (#261)
1 parent ca08c4c commit ae6d1a0

8 files changed

Lines changed: 13 additions & 36 deletions

File tree

kotlin-asyncapi-context/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>

kotlin-asyncapi-context/src/test/resources/annotation/message_component.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,17 @@
2424
"id" : {
2525
"type" : "integer",
2626
"format" : "int32",
27-
"exampleSetFlag" : false,
2827
"types" : [ "integer" ]
2928
},
3029
"name" : {
3130
"type" : "string",
32-
"exampleSetFlag" : false,
3331
"types" : [ "string" ]
3432
},
3533
"isTest" : {
3634
"type" : "boolean",
37-
"exampleSetFlag" : false,
3835
"types" : [ "boolean" ]
3936
}
40-
},
41-
"exampleSetFlag" : false
37+
}
4238
}
4339
}
44-
}
40+
}

kotlin-asyncapi-context/src/test/resources/annotation/schema_component.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,30 @@
77
"id" : {
88
"type" : "integer",
99
"format" : "int32",
10-
"exampleSetFlag" : false,
1110
"types" : [ "integer" ]
1211
},
1312
"name" : {
1413
"type" : "string",
15-
"exampleSetFlag" : false,
1614
"types" : [ "string" ]
1715
},
1816
"isTest" : {
1917
"type" : "boolean",
20-
"exampleSetFlag" : false,
2118
"types" : [ "boolean" ]
2219
},
2320
"sub" : {
24-
"$ref" : "#/components/schemas/TestSubSchema",
25-
"exampleSetFlag" : false
21+
"$ref" : "#/components/schemas/TestSubSchema"
2622
}
27-
},
28-
"exampleSetFlag" : false
23+
}
2924
},
3025
"TestSubSchema" : {
3126
"required" : [ "exists" ],
3227
"type" : "object",
3328
"properties" : {
3429
"exists" : {
3530
"type" : "boolean",
36-
"exampleSetFlag" : false,
3731
"types" : [ "boolean" ]
3832
}
39-
},
40-
"exampleSetFlag" : false
33+
}
4134
}
4235
}
4336
}

kotlin-asyncapi-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>

kotlin-asyncapi-spring-web/src/test/resources/annotation_integration.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,9 @@
6363
"properties" : {
6464
"type" : {
6565
"type" : "string",
66-
"exampleSetFlag" : false,
6766
"types" : [ "string" ]
6867
}
69-
},
70-
"exampleSetFlag" : false
68+
}
7169
},
7270
"TestMessage" : {
7371
"required" : [ "id", "isTest", "name" ],
@@ -76,21 +74,17 @@
7674
"id" : {
7775
"type" : "integer",
7876
"format" : "int32",
79-
"exampleSetFlag" : false,
8077
"types" : [ "integer" ]
8178
},
8279
"name" : {
8380
"type" : "string",
84-
"exampleSetFlag" : false,
8581
"types" : [ "string" ]
8682
},
8783
"isTest" : {
8884
"type" : "boolean",
89-
"exampleSetFlag" : false,
9085
"types" : [ "boolean" ]
9186
}
92-
},
93-
"exampleSetFlag" : false
87+
}
9488
}
9589
}
9690
}

kotlin-asyncapi-spring-web/src/test/resources/async_api_annotation_integration.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,17 @@
1919
"properties": {
2020
"value": {
2121
"type": "string",
22-
"exampleSetFlag": false,
2322
"types": [
2423
"string"
2524
]
2625
},
2726
"optionalValue": {
2827
"type": "boolean",
29-
"exampleSetFlag": false,
3028
"types": [
3129
"boolean"
3230
]
3331
}
34-
},
35-
"exampleSetFlag": false
32+
}
3633
}
3734
},
3835
"channels": {

kotlin-asyncapi-spring-web/src/test/resources/async_api_component_annotation_integration.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,17 @@
1919
"properties": {
2020
"value": {
2121
"type": "string",
22-
"exampleSetFlag": false,
2322
"types": [
2423
"string"
2524
]
2625
},
2726
"optionalValue": {
2827
"type": "boolean",
29-
"exampleSetFlag": false,
3028
"types": [
3129
"boolean"
3230
]
3331
}
34-
},
35-
"exampleSetFlag": false
32+
}
3633
}
3734
},
3835
"channels": {

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>org.openfolder</groupId>
@@ -57,7 +57,7 @@
5757
<java.version>21</java.version>
5858
<kotlin.version>2.2.21</kotlin.version>
5959
<jackson.version>2.21.3</jackson.version>
60-
<swagger.version>2.2.42</swagger.version>
60+
<swagger.version>2.2.48</swagger.version>
6161
<classgraph.version>4.8.184</classgraph.version>
6262
<mockk.version>1.14.9</mockk.version>
6363
<jsonassert.version>1.5.3</jsonassert.version>

0 commit comments

Comments
 (0)