Skip to content

Commit

Permalink
#3571 - Update dependencies
Browse files Browse the repository at this point in the history
- groovy 3.0.14 -> 4.0.7
  • Loading branch information
reckart committed Jan 9, 2023
1 parent 3d46548 commit dc48dd0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions inception/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<log4j2.version>2.18.0</log4j2.version>
<jboss.logging.version>3.5.0.Final</jboss.logging.version>

<groovy.version>3.0.14</groovy.version>
<groovy.version>4.0.7</groovy.version>

<tomcat.version>9.0.70</tomcat.version>
<servlet-api.version>4.0.1</servlet-api.version>
Expand Down Expand Up @@ -1738,7 +1738,7 @@

<!-- GROOVY -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-bom</artifactId>
<version>${groovy.version}</version>
<type>pom</type>
Expand Down Expand Up @@ -2645,6 +2645,14 @@
<groupId>org.codehaus.gmaven</groupId>
<artifactId>groovy-maven-plugin</artifactId>
<version>2.1.1</version>
<dependencies>
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>${groovy.version}</version>
<type>pom</type>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>com.github.eirslett</groupId>
Expand Down

0 comments on commit dc48dd0

Please sign in to comment.