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 2022/11/21 07:08:30 UTC

[groovy] branch master updated (bc0a240bc8 -> 548189da8d)

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

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


    from bc0a240bc8 GROOVY-9541: determine retention policy of annotation container
     new d09d7b24ef GROOVY-10848: Bump slf4j to 2.0.4 (test and standard install dependency)
     new 5943684084 GROOVY-10849: Bump logback-classic to 1.4.5 (test dependency)
     new 548189da8d GROOVY-10850: Bump javaparser to 3.24.8

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gradle/verification-metadata.xml | 1 +
 versions.properties              | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)


[groovy] 03/03: GROOVY-10850: Bump javaparser to 3.24.8

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 548189da8dd120b1440e303f5acb97fe36d6053d
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Nov 21 17:08:19 2022 +1000

    GROOVY-10850: Bump javaparser to 3.24.8
---
 versions.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/versions.properties b/versions.properties
index 913a3bb99a..92276e50c0 100644
--- a/versions.properties
+++ b/versions.properties
@@ -31,7 +31,7 @@ jansi=2.4.0
 jacksonDatabind=2.14.0
 jackson=2.14.0
 jarjar=1.8.1
-javaParser=3.24.7
+javaParser=3.24.8
 jline=2.14.6
 jmh=1.35
 jmock=1.2.0


[groovy] 02/03: GROOVY-10849: Bump logback-classic to 1.4.5 (test dependency)

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5943684084540478fdbdb146037e65c2a307afc0
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Nov 21 17:06:46 2022 +1000

    GROOVY-10849: Bump logback-classic to 1.4.5 (test dependency)
---
 versions.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/versions.properties b/versions.properties
index f456d34996..913a3bb99a 100644
--- a/versions.properties
+++ b/versions.properties
@@ -36,7 +36,7 @@ jline=2.14.6
 jmh=1.35
 jmock=1.2.0
 jruby=9.2.17.0
-logback=1.4.4
+logback=1.4.5
 junit=4.13.2
 log4j=1.2.17
 log4j2=2.19.0


[groovy] 01/03: GROOVY-10848: Bump slf4j to 2.0.4 (test and standard install dependency)

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d09d7b24ef74e2f72d2708fa25fceb8f03f3da65
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Nov 21 17:05:06 2022 +1000

    GROOVY-10848: Bump slf4j to 2.0.4 (test and standard install dependency)
---
 gradle/verification-metadata.xml | 1 +
 versions.properties              | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index bcf72abfa9..bc03f40035 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -451,6 +451,7 @@
       </component>
       <component group="org.antlr" name="antlr4-runtime" version="4.11.1">
          <artifact name="antlr4-runtime-4.11.1.jar">
+            <pgp value="5719e50eac5a4b1dd390b72c2a742740e08e7f8d"/>
             <sha512 value="1b541868f333521077dfb4bdab8db4a23ea88ebe9abf2fa1652fc0fd5c3822983d1091ec4e8f52d6149a105e3460f809ea1aa41f5c36575853fa6215b609c65f" origin="Generated by Gradle because a key couldn't be downloaded"/>
          </artifact>
       </component>
diff --git a/versions.properties b/versions.properties
index b2ae702613..f456d34996 100644
--- a/versions.properties
+++ b/versions.properties
@@ -43,7 +43,7 @@ log4j2=2.19.0
 openbeans=1.0.2
 picocli=4.7.0
 qdox=1.12.1
-slf4j=2.0.3
+slf4j=2.0.4
 xmlunit=1.6
 xstream=1.4.19
 # running with Groovy 5 can be allowed with -Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true