Skip to content

Commit

Permalink
also pin quarkus-flyway
Browse files Browse the repository at this point in the history
requried for native image building

references #256
  • Loading branch information
overheadhunter committed Feb 3, 2024
1 parent 12d07a4 commit c748af6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
<artifactId>flyway-core</artifactId>
<version>9.22.3</version>
</dependency>
<dependency>
<!-- temporarily pin Flyway version until Quarkus LTS contains Flyway >= 9.21.0; see https://github.com/cryptomator/hub/issues/256 -->
<groupId>io.quarkus</groupId>
<artifactId>quarkus-flyway</artifactId>
<version>3.3.0</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit c748af6

Please sign in to comment.