Skip to content

Commit

Permalink
chore(deps): bump org.liquibase:liquibase-parent-pom from 0.3.4 to 0.…
Browse files Browse the repository at this point in the history
…3.7 (#101)

* chore(deps): bump org.liquibase:liquibase-parent-pom from 0.3.4 to 0.3.7

Bumps [org.liquibase:liquibase-parent-pom](https://github.com/liquibase/liquibase-parent-pom) from 0.3.4 to 0.3.7.
- [Release notes](https://github.com/liquibase/liquibase-parent-pom/releases)
- [Commits](liquibase/liquibase-parent-pom@v0.3.4...v0.3.7)

---
updated-dependencies:
- dependency-name: org.liquibase:liquibase-parent-pom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: build

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: filipe <[email protected]>
  • Loading branch information
dependabot[bot] and filipelautert authored Mar 26, 2024
1 parent 333d196 commit 48cc53e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-parent-pom</artifactId>
<version>0.3.4</version> <!-- Replace with the desired version -->
<version>0.3.7</version> <!-- Replace with the desired version -->
</parent>

<groupId>org.liquibase.ext</groupId>
Expand All @@ -22,6 +22,21 @@
<liquibase.version>4.26.0</liquibase.version>
</properties>

<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<scm>
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
Expand Down

0 comments on commit 48cc53e

Please sign in to comment.