From 6ba888243edec05bd551fede0f37f9449fbdfe4c Mon Sep 17 00:00:00 2001 From: filipe Date: Thu, 16 Nov 2023 15:08:10 -0300 Subject: [PATCH] Liquibase 4.25.0 (#623) --- .github/workflows/test.yml | 8 ++++---- pom.xml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) 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