Skip to content

Commit

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

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

Bumps [org.liquibase:liquibase-parent-pom](https://github.com/liquibase/liquibase-parent-pom) from 0.3.6 to 0.3.7.
- [Release notes](https://github.com/liquibase/liquibase-parent-pom/releases)
- [Commits](liquibase/liquibase-parent-pom@v0.3.6...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]>

* remove spock versions

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steven Massaro <[email protected]>
  • Loading branch information
dependabot[bot] and StevenMassaro authored Mar 26, 2024
1 parent 0c13a1c commit cab7717
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 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.6</version>
<version>0.3.7</version>
</parent>

<groupId>org.liquibase.ext</groupId>
Expand All @@ -18,10 +18,6 @@

<properties>
<liquibase.version>4.26.0</liquibase.version>
<spock-core.version>1.3-groovy-2.4</spock-core.version>
<spock-reports.version>1.8.0</spock-reports.version>
<groovy-all.version>2.4.17</groovy-all.version>
<junit-platform.version>1.10.0</junit-platform.version>
<sonar.tests>src/test/groovy</sonar.tests>
</properties>

Expand Down Expand Up @@ -80,12 +76,6 @@
<artifactId>google-http-client</artifactId>
<version>1.43.3</version>
</dependency>
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<version>${spock-core.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-jackson2</artifactId>
Expand All @@ -110,13 +100,6 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit4</artifactId>
<version>3.2.3</version>
</dependency>
</dependencies>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<reportFormat>plain</reportFormat>
Expand Down

0 comments on commit cab7717

Please sign in to comment.