Skip to content

Commit

Permalink
Update the version of the SmallRye OpenAPI UI library (helidon-io#9395)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Quinn <[email protected]>
  • Loading branch information
tjquinno authored Oct 15, 2024
1 parent 3eb2367 commit 9096957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
<version.lib.prometheus>0.9.0</version.lib.prometheus>
<version.lib.slf4j>2.0.9</version.lib.slf4j>
<version.lib.smallrye-openapi>2.1.16</version.lib.smallrye-openapi>
<version.lib.smallrye-openapi-ui>3.13.0</version.lib.smallrye-openapi-ui>
<version.lib.snakeyaml>2.2</version.lib.snakeyaml>
<version.lib.typesafe-config>1.4.2</version.lib.typesafe-config>
<version.lib.tyrus>2.1.5</version.lib.tyrus>
Expand Down
2 changes: 1 addition & 1 deletion integrations/openapi-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-ui</artifactId>
<version>${version.lib.smallrye-openapi}</version>
<version>${version.lib.smallrye-openapi-ui}</version>
</dependency>
<dependency>
<groupId>io.helidon.config</groupId>
Expand Down

0 comments on commit 9096957

Please sign in to comment.