We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8198ed2 commit 9eff91aCopy full SHA for 9eff91a
springdoc-openapi-security/pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<artifactId>springdoc-openapi</artifactId>
6
<groupId>org.springdoc</groupId>
7
- <version>1.6.16-SNAPSHOT</version>
+ <version>1.6.15-SNAPSHOT</version>
8
</parent>
9
<artifactId>springdoc-openapi-security</artifactId>
10
<properties>
@@ -39,6 +39,7 @@
39
<dependency>
40
41
<artifactId>springdoc-openapi-webmvc-core</artifactId>
42
+ <version>${project.version}</version>
43
<scope>test</scope>
44
</dependency>
45
0 commit comments