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/09/06 10:02:09 UTC

[groovy] branch master updated (d1997c9dbb -> d5afa51373)

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 d1997c9dbb typo corrections
     new 9d2485493b GROOVY-10751: Bump slf4j to 2.0.0 (test and standard install dependency)
     new 4d3dd2e468 GROOVY-10752: Bump logback to 1.3.0 (test dependency)
     new d5afa51373 GROOVY-10748: logback-classic 1.3.0 and 1.4.0 breaks on Groovy

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       | 9 +++++++++
 subprojects/groovy-testng/build.gradle | 3 ++-
 versions.properties                    | 4 ++--
 3 files changed, 13 insertions(+), 3 deletions(-)


[groovy] 03/03: GROOVY-10748: logback-classic 1.3.0 and 1.4.0 breaks on Groovy

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 d5afa5137358bcc8d3abbd9ff0f2ef0e7b0bfb53
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Sep 6 20:01:59 2022 +1000

    GROOVY-10748: logback-classic 1.3.0 and 1.4.0 breaks on Groovy
    
    (we override the transitive dependency from testng which is bundled in the standard installation)
---
 subprojects/groovy-testng/build.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/subprojects/groovy-testng/build.gradle b/subprojects/groovy-testng/build.gradle
index 61e09eacf3..5b8a963192 100644
--- a/subprojects/groovy-testng/build.gradle
+++ b/subprojects/groovy-testng/build.gradle
@@ -29,9 +29,10 @@ dependencies {
         exclude(group: 'org.apache.ant', module: 'ant')
         exclude(group: 'org.yaml', module: 'snakeyaml')
     }
+    runtimeOnly "org.slf4j:slf4j-api:$versions.slf4j"
     testImplementation projects.groovyTest
 }
 
 groovyLibrary {
     optionalModule()
-}
\ No newline at end of file
+}


[groovy] 02/03: GROOVY-10752: Bump logback to 1.3.0 (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 4d3dd2e4689f77a9bca57442150700d86d62b99c
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Sep 6 20:00:57 2022 +1000

    GROOVY-10752: Bump logback to 1.3.0 (test dependency)
---
 gradle/verification-metadata.xml | 4 ++++
 versions.properties              | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index e781f74d52..e25a434686 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -122,6 +122,10 @@
          <trusted-key id="517b94f8d0a46317a28d8ab30da8a5ec02d11ead" group="net.sf.jopt-simple" name="jopt-simple" version="4.6"/>
          <trusted-key id="53c935821aa6a755bd337db53595395eb3d8e1ba" group="org.apache.logging.log4j"/>
          <trusted-key id="5e7d42f58249a287bd7384da25a73bfc746e1035" group="net.sourceforge.htmlunit"/>
+         <trusted-key id="60200ac4ae761f1614d6c46766d68daa073be985">
+            <trusting group="ch.qos.logback"/>
+            <trusting group="org.slf4j"/>
+         </trusted-key>
          <trusted-key id="6214760097dc5cfad0175ac2c9fbaa83a8753994">
             <trusting group="com.fasterxml.jackson.core"/>
             <trusting group="^com[.]fasterxml($|([.].*))" regex="true"/>
diff --git a/versions.properties b/versions.properties
index 9abca6b83b..0b7b11c379 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.2.11
+logback=1.3.0
 junit=4.13.2
 log4j=1.2.17
 log4j2=2.18.0


[groovy] 01/03: GROOVY-10751: Bump slf4j to 2.0.0 (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 9d2485493bc8e6b351abea29f38c9cfcab8d6b23
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Sep 6 20:00:23 2022 +1000

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

diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index b2decf601b..e781f74d52 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -1305,6 +1305,11 @@
             <pgp value="475f3b8e59e6e63aa78067482c7b12f2a511e325"/>
          </artifact>
       </component>
+      <component group="org.slf4j" name="slf4j-api" version="2.0.0">
+         <artifact name="slf4j-api-2.0.0.jar">
+            <pgp value="60200ac4ae761f1614d6c46766d68daa073be985"/>
+         </artifact>
+      </component>
       <component group="org.sonarsource.scanner.gradle" name="sonarqube-gradle-plugin" version="3.0">
          <artifact name="sonarqube-gradle-plugin-3.0.jar">
             <ignored-keys>
diff --git a/versions.properties b/versions.properties
index 1fcf5c09cd..9abca6b83b 100644
--- a/versions.properties
+++ b/versions.properties
@@ -43,7 +43,7 @@ log4j2=2.18.0
 openbeans=1.0.2
 picocli=4.6.3
 qdox=1.12.1
-slf4j=1.7.36
+slf4j=2.0.0
 xmlunit=1.6
 xstream=1.4.19
 # running with Groovy 5 can be allowed with -Dspock.iKnowWhatImDoing.disableGroovyVersionCheck=true