Skip to content

Commit

Permalink
Update swagger dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amanteaux committed Oct 16, 2024
1 parent 51ca947 commit f152748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plume-file-web-download-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-jaxrs2</artifactId>
<artifactId>swagger-jaxrs2-jakarta</artifactId>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion plume-file-web-upload-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-jaxrs2</artifactId>
<artifactId>swagger-jaxrs2-jakarta</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit f152748

Please sign in to comment.