Skip to content

Commit

Permalink
Liquibase 4.25.0 (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert committed Nov 16, 2023
1 parent 37acc60 commit 6ba8882
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.5
secrets: inherit
with:
java: '[17, 18]'
os: '["ubuntu-latest", "windows-latest"]'
java: '[11, 17]'
os: '["ubuntu-latest"]'

hibernate-test:
name: Test Hibernate ${{ matrix.hibernate }}
Expand All @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
hibernate: [ "5.5.9.Final", "5.4.33.Final", "5.3.27.Final" ]
hibernate: [ "5.5.9.Final", "5.4.33.Final", "5.3.30.Final" ]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
dependabot:
needs: hibernate-test
uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.4.6
secrets: inherit
secrets: inherit
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent-pom</artifactId>
<version>0.3.1</version> <!-- Replace with the desired version -->
<version>0.3.2</version> <!-- Replace with the desired version -->
</parent>

<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-hibernate5</artifactId>
<version>4.24.1-SNAPSHOT</version>
<version>4.25.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>5.6.15.Final</hibernate.version>
<spring.version>5.3.30</spring.version>
<liquibase.version>4.24.0</liquibase.version>
<liquibase.version>4.25.0</liquibase.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 6ba8882

Please sign in to comment.