This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git

commit d295aa205b6a3638bc4d4bcdd442aa56b28c5fba
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Tue May 24 13:11:46 2022 +0200

    OWB-1408 Gradle 3.5.1 and OWB-1409 Groovy 3.0.10
---
 webbeans-gradle/pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/webbeans-gradle/pom.xml b/webbeans-gradle/pom.xml
index 4e8858996..bcd362498 100644
--- a/webbeans-gradle/pom.xml
+++ b/webbeans-gradle/pom.xml
@@ -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>
@@ -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>

Reply via email to