File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed
src/main/java/org/springdoc/core
springdoc-openapi-data-rest
springdoc-openapi-hateoas
springdoc-openapi-javadoc
springdoc-openapi-security
springdoc-openapi-webflux-core
springdoc-openapi-webflux-ui
springdoc-openapi-webmvc-core Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >org.springdoc</groupId >
44 <artifactId >springdoc-openapi</artifactId >
5- <version >1.6.15 -SNAPSHOT</version >
5+ <version >1.6.16 -SNAPSHOT</version >
66 <packaging >pom</packaging >
77 <name >Spring openapi documentation</name >
88 <description >Spring openapi documentation</description >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.springdoc</groupId >
55 <artifactId >springdoc-openapi</artifactId >
6- <version >1.6.15 -SNAPSHOT</version >
6+ <version >1.6.16 -SNAPSHOT</version >
77 </parent >
88 <artifactId >springdoc-openapi-common</artifactId >
99 <dependencies >
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public class SpringDocAnnotationsUtils extends AnnotationsUtils {
7373 private static final Logger LOGGER = LoggerFactory .getLogger (SpringDocAnnotationsUtils .class );
7474
7575 /**
76- * The constant ANNOTATIOSN_TO_IGNORE .
76+ * The constant ANNOTATIONS_TO_IGNORE .
7777 */
7878 private static final List <Class > ANNOTATIONS_TO_IGNORE = Collections .synchronizedList (new ArrayList <>());
7979
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >springdoc-openapi</artifactId >
66 <groupId >org.springdoc</groupId >
7- <version >1.6.15 -SNAPSHOT</version >
7+ <version >1.6.16 -SNAPSHOT</version >
88 </parent >
99 <artifactId >springdoc-openapi-data-rest</artifactId >
1010 <dependencies >
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >springdoc-openapi</artifactId >
66 <groupId >org.springdoc</groupId >
7- <version >1.6.15 -SNAPSHOT</version >
7+ <version >1.6.16 -SNAPSHOT</version >
88 </parent >
99 <artifactId >springdoc-openapi-groovy</artifactId >
1010 <dependencies >
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >springdoc-openapi</artifactId >
66 <groupId >org.springdoc</groupId >
7- <version >1.6.15 -SNAPSHOT</version >
7+ <version >1.6.16 -SNAPSHOT</version >
88 </parent >
99 <artifactId >springdoc-openapi-hateoas</artifactId >
1010 <dependencies >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >springdoc-openapi</artifactId >
55 <groupId >org.springdoc</groupId >
6- <version >1.6.15 -SNAPSHOT</version >
6+ <version >1.6.16 -SNAPSHOT</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.springdoc</groupId >
55 <artifactId >springdoc-openapi</artifactId >
6- <version >1.6.15 -SNAPSHOT</version >
6+ <version >1.6.16 -SNAPSHOT</version >
77 </parent >
88 <properties >
99 <spring .version>5.3.6</spring .version>
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >springdoc-openapi</artifactId >
55 <groupId >org.springdoc</groupId >
6- <version >1.6.15 -SNAPSHOT</version >
6+ <version >1.6.16 -SNAPSHOT</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >springdoc-openapi</artifactId >
66 <groupId >org.springdoc</groupId >
7- <version >1.6.15 -SNAPSHOT</version >
7+ <version >1.6.16 -SNAPSHOT</version >
88 </parent >
99 <artifactId >springdoc-openapi-security</artifactId >
1010 <properties >
You can’t perform that action at this time.
0 commit comments