Browse Source

Bump liquibase-core from 4.7.1 to 4.8.0 in /examples/quarkus

Bumps [liquibase-core](https://github.com/liquibase/liquibase) from 4.7.1 to 4.8.0.
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](https://github.com/liquibase/liquibase/compare/v4.7.1...v4.8.0)

---
updated-dependencies:
- dependency-name: org.liquibase:liquibase-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
custom-downloader
dependabot[bot] GitHub 3 years ago
parent
commit
57655be62c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/quarkus/pom.xml

+ 1
- 1
examples/quarkus/pom.xml View File

@@ -9063,7 +9063,7 @@
<dependency> <dependency>
<groupId>org.liquibase</groupId> <groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId> <artifactId>liquibase-core</artifactId>
<version>4.7.1</version>
<version>4.8.0</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>logback-classic</artifactId> <artifactId>logback-classic</artifactId>


Loading…
Cancel
Save