Skip to content

Commit

Permalink
Merge pull request #124 from yamilmedina/chore/downgrade-flyway-pgcompat
Browse files Browse the repository at this point in the history
chore: flyway compat for pg runtime version
  • Loading branch information
yamilmedina authored Mar 13, 2024
2 parents 83f7647 + dda7a17 commit e87c24d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.wire</groupId>
<artifactId>lithium</artifactId>
<version>3.6.1</version>
<version>3.6.2</version>
<name>Lithium</name>
<description>Wire Bots SDK written in Java</description>
<url>https://wire.com/</url>
Expand Down Expand Up @@ -57,6 +57,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.test.skip>true</maven.test.skip>
<!-- BEFORE UPGRADING! VERIFY RUNTIME PG VERSION COMPATIBILITY -->
<flyway.version>7.15.0</flyway.version>

</properties>

<repositories>
Expand Down Expand Up @@ -111,7 +114,7 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>9.22.2</version>
<version>${flyway.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e87c24d

Please sign in to comment.