Skip to content

Commit

Permalink
Liquibase 4.23.2 (#543)
Browse files Browse the repository at this point in the history
Liquibase 4.23.2 + rollback to Hibernate 6.2.7
  • Loading branch information
filipelautert committed Sep 13, 2023
1 parent 62fe99a commit 3a6a863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,6 @@ jobs:
**/target/jacoco.exec
dependabot:
needs: hibernate-test
uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.4.1
secrets: inherit
secrets: inherit
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hibernate.version>6.3.0.Final</hibernate.version>
<hibernate.version>6.2.7.Final</hibernate.version>
<spring.version>6.0.11</spring.version>
<liquibase.version>4.23.1</liquibase.version>
<liquibase.version>4.23.2</liquibase.version>
<!--suppress UnresolvedMavenProperty -->
<liquibase.sdk.github.token>${env.GITHUB_TOKEN}</liquibase.sdk.github.token>
<sonar.organization>liquibase</sonar.organization>
Expand Down

0 comments on commit 3a6a863

Please sign in to comment.