Skip to content

Commit

Permalink
JBEHAVE-1434 Upgraded groovy to 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
maurotalevi committed Jan 17, 2021
1 parent 4ac7645 commit 49ad487
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion examples/groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.15</version>
<version>3.0.7</version>
<type>pom</type>
</dependency>
</dependencies>
</plugin>
Expand Down
6 changes: 4 additions & 2 deletions examples/threads/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.15</version>
<version>3.0.7</version>
<type>pom</type>
</dependency>
</dependencies>

Expand Down Expand Up @@ -72,7 +73,8 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.15</version>
<version>3.0.7</version>
<type>pom</type>
</dependency>
</dependencies>
</plugin>
Expand Down
3 changes: 2 additions & 1 deletion jbehave-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.15</version>
<version>3.0.7</version>
<type>pom</type>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
3 changes: 2 additions & 1 deletion jbehave-groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.15</version>
<version>3.0.7</version>
<type>pom</type>
</dependency>
</dependencies>

Expand Down

0 comments on commit 49ad487

Please sign in to comment.