Skip to content

Commit

Permalink
Merge pull request #521 from liquibase/no-jira-patch
Browse files Browse the repository at this point in the history
[no jira] Add liquibase version as requirement for LPM
  • Loading branch information
vitaliimak committed Apr 8, 2024
2 parents f27fc85 + 5e9fe55 commit 8360031
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 8360031

Please sign in to comment.