Skip to content

Commit

Permalink
Merge branch 'main' into support_secondarytable_annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonBarkan committed Aug 14, 2023
2 parents a2de961 + 74b53c6 commit aeaff4d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ updates:
- "sdou"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
cache: 'maven'

- name: Build Cache
uses: actions/cache@v3.0.5
uses: actions/cache@v3.3.1
with:
key: build-${{ github.run_number }}-${{ github.run_attempt }}
path: |
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hibernate.version>6.2.7.Final</hibernate.version>
<spring.version>6.0.11</spring.version>
<liquibase.version>4.23.0</liquibase.version>
<liquibase.version>4.23.1</liquibase.version>
<!--suppress UnresolvedMavenProperty -->
<liquibase.sdk.github.token>${env.GITHUB_TOKEN}</liquibase.sdk.github.token>
<sonar.organization>liquibase</sonar.organization>
Expand Down Expand Up @@ -149,7 +149,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
<version>2.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -483,4 +483,4 @@
</profile>
</profiles>

</project>
</project>

0 comments on commit aeaff4d

Please sign in to comment.