Skip to content

Commit

Permalink
Update liquibase-hibernate version to 4.26.0 (#58)
Browse files Browse the repository at this point in the history
Signed-off-by: TOURI ANIS <anis-1.touri@rte-france.com>
  • Loading branch information
anistouri authored Apr 26, 2024
1 parent 3819d10 commit 8e10a47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion powsybl-parent/powsybl-parent-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@
<column name="myuuid" type="UUID">
still generates
<modifyDataType columnName="myuuid" newDataType="bytea"/>
Switching to liquibase-hibernate.version 4.26.0, which includes resolving the issue where it attempted to connect to the database during changelog generation.
This connection issue has been corrected in version 4.26.0, along with potential additional bug fixes and enhancements.
-->
<liquibase-hibernate.version>4.23.2</liquibase-hibernate.version>
<liquibase-hibernate.version>4.26.0</liquibase-hibernate.version>
<validation-api.version>3.0.2</validation-api.version>
<liquibase-diff.outputFile>src/main/resources/db/changelog/changesets/changelog_${maven.build.timestamp}.xml</liquibase-diff.outputFile>
<liquibase.username>sa</liquibase.username>
Expand Down

0 comments on commit 8e10a47

Please sign in to comment.