Skip to content

Commit

Permalink
Merge pull request #25797 from quarkusio/dependabot/maven/liquibase.v…
Browse files Browse the repository at this point in the history
…ersion-4.11.0

Bump liquibase.version from 4.10.0 to 4.11.0
  • Loading branch information
gsmet authored May 30, 2022
2 parents a586e0a + cfed3c3 commit 008c585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<jboss-logmanager.version>1.0.10</jboss-logmanager.version>
<flyway.version>8.5.11</flyway.version>
<yasson.version>1.0.11</yasson.version>
<liquibase.version>4.10.0</liquibase.version>
<liquibase.version>4.11.0</liquibase.version>
<snakeyaml.version>1.30</snakeyaml.version>
<osgi.version>6.0.0</osgi.version>
<mongo-client.version>4.3.4</mongo-client.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import liquibase.command.CommandResultsBuilder;

@TargetClass(className = "com.datical.liquibase.ext.command.init.StartH2CommandStep")
@TargetClass(className = "liquibase.command.core.StartH2CommandStep")
final class SubstituteStartH2CommandStep {

@Substitute
Expand Down

0 comments on commit 008c585

Please sign in to comment.