Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Liquibase 4.25.0 #623

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected]
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/[email protected]
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