@@ -22,7 +22,7 @@ Both `javax` and `jakarta` examples are provided below
22
22
<plugin >
23
23
<groupId >io.swagger.core.v3</groupId >
24
24
<artifactId >swagger-maven-plugin</artifactId >
25
- <version >2.2.27 </version >
25
+ <version >2.2.28 </version >
26
26
<configuration >
27
27
<outputFileName >openapi</outputFileName >
28
28
<outputPath >${project.build.directory}/generatedtest</outputPath >
@@ -47,7 +47,7 @@ Both `javax` and `jakarta` examples are provided below
47
47
<dependency >
48
48
<groupId >io.swagger.core.v3</groupId >
49
49
<artifactId >swagger-jaxrs2</artifactId >
50
- <version >2.2.27 </version >
50
+ <version >2.2.28 </version >
51
51
</dependency >
52
52
53
53
<dependency >
@@ -73,7 +73,7 @@ Both `javax` and `jakarta` examples are provided below
73
73
<plugin >
74
74
<groupId >io.swagger.core.v3</groupId >
75
75
<artifactId >swagger-maven-plugin-jakarta</artifactId >
76
- <version >2.2.27 </version >
76
+ <version >2.2.28 </version >
77
77
<configuration >
78
78
<outputFileName >openapi</outputFileName >
79
79
<outputPath >${project.build.directory}/generatedtest</outputPath >
@@ -98,7 +98,7 @@ Both `javax` and `jakarta` examples are provided below
98
98
<dependency >
99
99
<groupId >io.swagger.core.v3</groupId >
100
100
<artifactId >swagger-jaxrs2-jakarta</artifactId >
101
- <version >2.2.27 </version >
101
+ <version >2.2.28 </version >
102
102
</dependency >
103
103
104
104
<dependency >
@@ -126,7 +126,7 @@ Both `javax` and `jakarta` examples are provided below
126
126
<plugin >
127
127
<groupId >io.swagger.core.v3</groupId >
128
128
<artifactId >swagger-maven-plugin</artifactId >
129
- <version >2.2.27 </version >
129
+ <version >2.2.28 </version >
130
130
<configuration >
131
131
<outputFileName >openapi</outputFileName >
132
132
<outputPath >${project.build.directory}/generatedtest</outputPath >
@@ -155,7 +155,7 @@ Both `javax` and `jakarta` examples are provided below
155
155
<plugin >
156
156
<groupId >io.swagger.core.v3</groupId >
157
157
<artifactId >swagger-maven-plugin-jakarta</artifactId >
158
- <version >2.2.27 </version >
158
+ <version >2.2.28 </version >
159
159
<configuration >
160
160
<outputFileName >openapi</outputFileName >
161
161
<outputPath >${project.build.directory}/generatedtest</outputPath >
0 commit comments