Skip to content

Commit

Permalink
[no jira] Add liquibase version as requirement for LPM
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliimak authored Apr 8, 2024
1 parent f27fc85 commit 5e9fe55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
</developers>

<properties>
<liquibase.version>4.27.0</liquibase.version>
<jupiter.surefire.version>1.3.2</jupiter.surefire.version>
<mockito-core.version>4.11.0</mockito-core.version>
<mockito-junit-jupiter.version>4.8.0</mockito-junit-jupiter.version>
Expand Down Expand Up @@ -177,4 +178,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit 5e9fe55

Please sign in to comment.