You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by st...@apache.org on 2023/05/30 01:25:48 UTC

[openwhisk] branch master updated: patch groovy 3.0.17 (#5418)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6c47e6024 patch groovy 3.0.17 (#5418)
6c47e6024 is described below

commit 6c47e6024d9de18c7151e4f04f56a195e98b0cd3
Author: Brendan Doyle <bd...@gmail.com>
AuthorDate: Mon May 29 18:25:39 2023 -0700

    patch groovy 3.0.17 (#5418)
    
    Co-authored-by: Brendan Doyle <br...@qualtrics.com>
---
 tools/dev/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/dev/build.gradle b/tools/dev/build.gradle
index 3d5b26117..2eb3e18c0 100644
--- a/tools/dev/build.gradle
+++ b/tools/dev/build.gradle
@@ -26,7 +26,7 @@ repositories {
 def owHome = project.projectDir.parentFile.parentFile
 
 dependencies {
-    implementation "org.codehaus.groovy:groovy-all:3.0.14"
+    implementation "org.codehaus.groovy:groovy-all:3.0.17"
     implementation "commons-io:commons-io:2.11.0"
     implementation "org.apache.commons:commons-lang3:3.8.1"
 }