Skip to content

Commit 9eff91a

Browse files
committed
code review
1 parent 8198ed2 commit 9eff91a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

springdoc-openapi-security/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>springdoc-openapi</artifactId>
66
<groupId>org.springdoc</groupId>
7-
<version>1.6.16-SNAPSHOT</version>
7+
<version>1.6.15-SNAPSHOT</version>
88
</parent>
99
<artifactId>springdoc-openapi-security</artifactId>
1010
<properties>
@@ -39,6 +39,7 @@
3939
<dependency>
4040
<groupId>org.springdoc</groupId>
4141
<artifactId>springdoc-openapi-webmvc-core</artifactId>
42+
<version>${project.version}</version>
4243
<scope>test</scope>
4344
</dependency>
4445
<dependency>

0 commit comments

Comments
 (0)