Skip to content

Commit

Permalink
GH-824 Bump Groovy to support JDK17 (Resolve #824)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk authored Oct 18, 2021
1 parent 10535ab commit 5024a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reposilite-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>3.0.8</version>
<version>3.0.9</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -263,7 +263,7 @@
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<version>1.12.1</version>
<version>1.13.0</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 5024a3a

Please sign in to comment.