Skip to content

Commit

Permalink
Align quarkus-embedded-postgresql to 0.0.8 (#1726)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedvede authored Jun 30, 2023
1 parent b69ae04 commit 080db82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<dependency>
<groupId>io.quarkiverse.embedded.postgresql</groupId>
<artifactId>quarkus-embedded-postgresql</artifactId>
<version>0.0.1</version>
<version>0.0.8</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<version.org.webjars.bootstrap>5.1.3</version.org.webjars.bootstrap>
<version.org.webjars.jquery>3.6.0</version.org.webjars.jquery>
<!-- Embedded postgresql version should be updated manually when an update is occurring -->
<version.io.quarkiverse.embedded.postgresql>0.0.2</version.io.quarkiverse.embedded.postgresql>
<version.io.quarkiverse.embedded.postgresql>0.0.8</version.io.quarkiverse.embedded.postgresql>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 080db82

Please sign in to comment.