You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Remko Popma (JIRA)" <ji...@apache.org> on 2018/05/26 11:49:00 UTC

[jira] [Created] (GROOVY-8608) Bump picocli version to 3.0.2 from 3.0.1

Remko Popma created GROOVY-8608:
-----------------------------------

             Summary: Bump picocli version to 3.0.2 from 3.0.1
                 Key: GROOVY-8608
                 URL: https://issues.apache.org/jira/browse/GROOVY-8608
             Project: Groovy
          Issue Type: Task
          Components: command line processing
    Affects Versions: 2.5.0-rc-3
            Reporter: Remko Popma
             Fix For: 2.5.0


Bump picocli version to 3.0.2 from 3.0.1.

Patch:

{noformat}
Index: build.gradle
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- build.gradle	(date 1527335205256)
+++ build.gradle	(date 1527335205256)
@@ -163,7 +163,7 @@
     luceneVersion = '4.7.2'
     openbeansVersion = '1.0'
     openejbVersion = '1.0'
-    picocliVersion = '3.0.1'
+    picocliVersion = '3.0.2'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.21'
     xmlunitVersion = '1.6'
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)