You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2023/01/01 17:35:02 UTC

[incubator-tuweni] branch main updated (11d58230 -> 2eee128e)

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

toulmean pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


    from 11d58230 Merge pull request #469 from apache/dependabot/gradle/main/org.gradle.crypto.checksum-1.4.0
     add b0152e16 Bump net.ltgt.errorprone from 2.0.2 to 3.0.1
     new 2eee128e Merge pull request #467 from apache/dependabot/gradle/main/net.ltgt.errorprone-3.0.1

The 1 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:
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org


[incubator-tuweni] 01/01: Merge pull request #467 from apache/dependabot/gradle/main/net.ltgt.errorprone-3.0.1

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

toulmean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git

commit 2eee128e2579e58e68d6f0b66398f626bf2886f6
Merge: 11d58230 b0152e16
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Sun Jan 1 09:34:57 2023 -0800

    Merge pull request #467 from apache/dependabot/gradle/main/net.ltgt.errorprone-3.0.1
    
    Bump net.ltgt.errorprone from 2.0.2 to 3.0.1

 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --cc build.gradle
index 7c616fd3,744da22d..332bb722
--- a/build.gradle
+++ b/build.gradle
@@@ -27,10 -27,10 +27,10 @@@ buildscript 
  
  plugins {
    id 'com.diffplug.spotless' version '6.11.0'
-   id 'net.ltgt.errorprone' version '2.0.2'
+   id 'net.ltgt.errorprone' version '3.0.1'
    id 'org.springframework.boot' version '2.4.3'
    id 'io.spring.dependency-management' version '1.0.6.RELEASE'
 -  id 'org.gradle.crypto.checksum' version '1.1.0'
 +  id 'org.gradle.crypto.checksum' version '1.4.0'
    id 'org.jetbrains.kotlin.jvm' version '1.6.10'
    id 'org.jetbrains.kotlin.plugin.spring' version '1.6.10'
    id 'org.jetbrains.dokka' version '1.6.10'


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org