You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2021/03/19 12:52:43 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-9990: Bump openbeans to 1.0.2

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

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new f26a41f  GROOVY-9990: Bump openbeans to 1.0.2
f26a41f is described below

commit f26a41ffcb5ea26f6fda3dbff210afa6803efc7d
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Mar 19 22:52:36 2021 +1000

    GROOVY-9990: Bump openbeans to 1.0.2
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index d44ce59..956f733 100644
--- a/build.gradle
+++ b/build.gradle
@@ -144,7 +144,7 @@ ext {
     logbackVersion = '1.2.3'
     log4jVersion = '1.2.17'
     log4j2Version = '2.14.0'
-    openbeansVersion = '1.0.1'
+    openbeansVersion = '1.0.2'
     picocliVersion = '4.5.2'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.30'