Skip to content

Commit

Permalink
SWATCH-2811: Bump liquibase-gradle-plugin from 2.2.2 to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wottop committed Sep 5, 2024
1 parent 2b0eb67 commit 4d663e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ ext.plugins = [
// see https://github.com/OpenAPITools/openapi-generator/issues/15876
"io.swagger.parser.v3:swagger-parser:2.1.22",
"org.jsonschema2pojo:jsonschema2pojo-gradle-plugin:1.2.1",
"org.liquibase:liquibase-gradle-plugin:2.2.2",
// required for the newest liquibase gradle plugin version
"org.liquibase:liquibase-core:4.27.0",
"org.liquibase:liquibase-gradle-plugin:3.0.0",
"org.kordamp.gradle:jandex-gradle-plugin:2.0.0",
"org.openapitools:openapi-generator-gradle-plugin:7.8.0",
"org.springframework.boot:spring-boot-gradle-plugin:${springVersion}",
Expand Down

0 comments on commit 4d663e3

Please sign in to comment.