diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9487453e..332d02fd 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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 }}
@@ -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
@@ -58,4 +58,4 @@ jobs:
dependabot:
needs: hibernate-test
uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.4.6
- secrets: inherit
\ No newline at end of file
+ secrets: inherit
diff --git a/pom.xml b/pom.xml
index ed315dd5..a923720a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
org.liquibase
liquibase-parent-pom
- 0.3.1
+ 0.3.2
org.liquibase.ext
liquibase-hibernate5
- 4.24.1-SNAPSHOT
+ 4.25.0-SNAPSHOT
Liquibase Hibernate Integration
Liquibase extension for hibernate integration including generating changesets based on changed
@@ -53,7 +53,7 @@
5.6.15.Final
5.3.30
- 4.24.0
+ 4.25.0