Skip to content

Commit

Permalink
Adds a Groovy 3.0 compatible version; foxes gh-35
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Aug 23, 2023
1 parent 4f1da9c commit b384e14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
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>2.0.1-groovy-3.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 All @@ -12,7 +12,7 @@
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<comments>
Copyright 2014-2015 the original author or authors.
Copyright 2014-2023 the original author or authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -67,8 +67,8 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>

<groovy.version>2.5.23</groovy.version>
<spock.version>2.3-groovy-2.5</spock.version>
<groovy.version>3.0.19</groovy.version>
<spock.version>2.3-groovy-3.0</spock.version>
<objenesis.version>3.3</objenesis.version>
<byte-buddy.version>1.14.5</byte-buddy.version>

Expand Down

0 comments on commit b384e14

Please sign in to comment.