Skip to content

Commit

Permalink
Updated spock version acc to compatibility matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
srujana4 committed Oct 27, 2023
1 parent 684e905 commit 9dc3944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<jacoco.version>0.8.4</jacoco.version>
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
<jackson.version>2.13.5</jackson.version>
<spock-core.version>1.1-groovy-2.4</spock-core.version>
<spock-core.version>1.3-groovy-2.5</spock-core.version>
<groovy.version>2.5.14</groovy.version>
</properties>

Expand Down Expand Up @@ -172,7 +172,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>2.22.0</version>
<configuration>
<systemPropertyVariables>
<jacoco-agent.destfile>${project.build.directory}/coverage.exec</jacoco-agent.destfile>
Expand Down

0 comments on commit 9dc3944

Please sign in to comment.