Skip to content

Commit

Permalink
Merge branch 'staging' into fix/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina authored Dec 11, 2023
2 parents 73751f1 + 037fc52 commit ab83277
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
<junit5.version>5.8.2</junit5.version>
<jetty.version>11.0.18</jetty.version>
<jakarta.version>2.1.1</jakarta.version>
<!-- BEFORE UPGRADING! VERIFY RUNTIME PG VERSION COMPATIBILITY -->
<flyway.version>7.15.0</flyway.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -124,6 +126,12 @@
<version>${jwt.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>${flyway.version}</version>
</dependency>


<!-- test dependencies-->
<dependency>
Expand Down

0 comments on commit ab83277

Please sign in to comment.