Skip to content

Commit

Permalink
chore(deps): upgrade swagger jars to 2.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
cmark committed Dec 10, 2024
1 parent f60aeed commit 6f72df1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releng/target-platform/target-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,13 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations-jakarta</artifactId>
<version>2.2.22</version>
<version>2.2.25</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-models-jakarta</artifactId>
<version>2.2.22</version>
<version>2.2.25</version>
<type>jar</type>
</dependency>
<!-- Embedded into the web application module so that Spring can detect and deploy the necessary resources, see c.b.snowowl.core.rest, added here only to prevent adding it to tp accidentally
Expand Down

0 comments on commit 6f72df1

Please sign in to comment.