Skip to content

Commit

Permalink
Bump org.liquibase:liquibase-parent-pom from 0.3.4 to 0.3.7 (#275)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* cleanup dependencies and versions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steven Massaro <steven.massaro.web@gmail.com>
  • Loading branch information
dependabot[bot] and StevenMassaro authored Mar 26, 2024
1 parent d04e7b0 commit d45ba3e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions 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 @@ -19,9 +19,6 @@
<maven.enforcer.requireJavaVersion>${maven.compiler.source}</maven.enforcer.requireJavaVersion>
<liquibase.version>4.26.0</liquibase.version>
<liquibase.sdk.github.token>${env.GITHUB_TOKEN}</liquibase.sdk.github.token>
<spock-core.version>1.3-groovy-2.4</spock-core.version>
<spock-reports.version>1.3.1</spock-reports.version>
<groovy-all.version>2.4.17</groovy-all.version>
<sonar.tests>src/test/groovy</sonar.tests>
</properties>

Expand Down Expand Up @@ -62,13 +59,6 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit4</artifactId>
<version>3.2.1</version>
</dependency>
</dependencies>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
Expand Down

0 comments on commit d45ba3e

Please sign in to comment.