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

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


The following commit(s) were added to refs/heads/master by this push:
     new ce7ae32e8 Bump com.github.spotbugs from 5.1.3 to 5.2.1 in /lib/kotlin
ce7ae32e8 is described below

commit ce7ae32e807d60cf43fa5fd5700e753cccd27565
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 1 06:32:15 2023 +0000

    Bump com.github.spotbugs from 5.1.3 to 5.2.1 in /lib/kotlin
    
    Bumps com.github.spotbugs from 5.1.3 to 5.2.1.
    
    ---
    updated-dependencies:
    - dependency-name: com.github.spotbugs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 lib/java/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/java/build.gradle b/lib/java/build.gradle
index f0252ce03..e5694ac03 100644
--- a/lib/java/build.gradle
+++ b/lib/java/build.gradle
@@ -41,7 +41,7 @@ plugins {
     id 'signing'
     id 'pmd'
     id 'com.github.johnrengelman.shadow' version '8.1.1'
-    id "com.github.spotbugs" version "5.1.3"
+    id "com.github.spotbugs" version "5.2.1"
     id "com.diffplug.spotless" version "6.22.0"
 }
 

Reply via email to