Skip to content

Commit

Permalink
Update liquibase.version to 4.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liquibot committed Feb 8, 2024
1 parent 23bde06 commit 8725073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-hibernate6</artifactId>
<version>4.25.1-SNAPSHOT</version>
<version>4.26.0-SNAPSHOT</version>

<name>Liquibase Hibernate Integration</name>
<description>Liquibase extension for hibernate integration including generating changesets based on changed
Expand Down Expand Up @@ -53,7 +53,7 @@
<properties>
<hibernate.version>6.3.1.Final</hibernate.version>
<spring.version>6.1.3</spring.version>
<liquibase.version>4.25.1</liquibase.version>
<liquibase.version>4.26.0</liquibase.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
Expand Down

0 comments on commit 8725073

Please sign in to comment.