Skip to content

Commit a813f14

Browse files
Bump org.liquibase:liquibase-core from 4.33.0 to 5.0.2 (#244)
* Bump org.liquibase:liquibase-core from 4.33.0 to 5.0.2 Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.33.0 to 5.0.2. - [Release notes](https://github.com/liquibase/liquibase/releases) - [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt) - [Commits](liquibase/liquibase@v4.33.0...v5.0.2) --- updated-dependencies: - dependency-name: org.liquibase:liquibase-core dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update Java versions in CI --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kenji yoshida <6b656e6a69@gmail.com>
1 parent 598d6cb commit a813f14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
java: [8, 21]
17+
java: [17, 25]
1818
steps:
1919
- uses: actions/checkout@v6
2020
- name: Set up JDK

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.liquibase</groupId>
4545
<artifactId>liquibase-core</artifactId>
46-
<version>4.33.0</version>
46+
<version>5.0.2</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.apache.ant</groupId>

0 commit comments

Comments
 (0)