Skip to content

Commit

Permalink
Merge pull request #194 from liquibase/dependabot/maven/org.apache.ma…
Browse files Browse the repository at this point in the history
…ven.plugins-maven-surefire-plugin-3.1.0

Bump maven-surefire-plugin from 3.0.0 to 3.1.0
  • Loading branch information
filipelautert committed May 11, 2023
2 parents 06211be + 1ceb4ae commit 39fb280
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@

<liquibase.version>4.21.1</liquibase.version>
<liquibase.sdk.github.token>${env.GITHUB_TOKEN}</liquibase.sdk.github.token>
<spock.version>1.3-groovy-2.5</spock.version>
<groovy.version>2.5.22</groovy.version>
<spock.version>1.3-groovy-2.4</spock.version>
<groovy.version>2.4.17</groovy.version>

<sonar.organization>liquibase</sonar.organization>
<sonar.projectKey>${project.artifactId}</sonar.projectKey>
Expand Down Expand Up @@ -176,7 +176,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<reportFormat>plain</reportFormat>
Expand Down

0 comments on commit 39fb280

Please sign in to comment.