Skip to content

Commit 9cf1310

Browse files
Bump swagger-annotations from 2.2.2 to 2.2.7 (#915)
Bumps swagger-annotations from 2.2.2 to 2.2.7. --- updated-dependencies: - dependency-name: io.swagger.core.v3:swagger-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3cac3c6 commit 9cf1310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

typescript-generator-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<dependency>
155155
<groupId>io.swagger.core.v3</groupId>
156156
<artifactId>swagger-annotations</artifactId>
157-
<version>2.2.2</version>
157+
<version>2.2.7</version>
158158
<scope>test</scope>
159159
</dependency>
160160
<dependency>

typescript-generator-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>io.swagger.core.v3</groupId>
6868
<artifactId>swagger-annotations</artifactId>
69-
<version>2.2.2</version>
69+
<version>2.2.7</version>
7070
<scope>test</scope>
7171
</dependency>
7272
</dependencies>

0 commit comments

Comments
 (0)