Skip to content

Commit

Permalink
Updated to Groovy 4 (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: Willian Dallastella <w.dallastella@mytaxi.com>
  • Loading branch information
wllianwd and Willian Dallastella committed Aug 10, 2023
1 parent 20e451a commit f76f621
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.blogspot.toomuchcoding</groupId>
<artifactId>spock-subjects-collaborators-extension</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<name>spock-subjects-collaborators-extension</name>
<description>Spock extension that allows you to inject Collaborators into Subjects. Bases on Mockito's @InjectMocks functionality</description>
<url>https://github.com/marcingrzejszczak/spock-subjects-collaborators-extension</url>
Expand Down Expand Up @@ -71,12 +71,12 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>

<groovy.version>2.5.21</groovy.version>
<spock.version>2.0-groovy-2.5</spock.version>
<groovy.version>4.0.11</groovy.version>
<spock.version>2.3-groovy-4.0</spock.version>
<objenesis.version>3.2</objenesis.version>
<byte-buddy.version>1.11.0</byte-buddy.version>

<gmavenplus-plugin.version>1.12.1</gmavenplus-plugin.version>
<gmavenplus-plugin.version>2.1.0</gmavenplus-plugin.version>
<maven-surefire-plugin.version>3.0.0-M3</maven-surefire-plugin.version>
<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
Expand All @@ -86,7 +86,7 @@

<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
<version>${groovy.version}</version>
<scope>compile</scope>
Expand Down Expand Up @@ -163,7 +163,7 @@
</configuration>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-groovydoc</artifactId>
<version>${groovy.version}</version>
</dependency>
Expand Down

0 comments on commit f76f621

Please sign in to comment.