Skip to content

Commit

Permalink
OWB-1408 Gradle 3.5.1 and OWB-1409 Groovy 3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanouii committed May 24, 2022
1 parent d8395f5 commit d295aa2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions webbeans-gradle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>org.gradle</groupId>
<artifactId>gradle-core</artifactId>
<version>3.0</version>
<version>3.5.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -50,14 +50,15 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.19</version>
<version>3.0.10</version>
<scope>provided</scope>
<type>pom</type>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit d295aa2

Please sign in to comment.