Skip to content

Commit

Permalink
Update liquibase.version to 4.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liquibot committed Dec 20, 2023
1 parent fc27122 commit 3b2839f
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.26.0-SNAPSHOT</version>
<version>4.25.1-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.2</spring.version>
<liquibase.version>4.25.0</liquibase.version>
<liquibase.version>4.25.1</liquibase.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
Expand Down

0 comments on commit 3b2839f

Please sign in to comment.