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 697c08bad Bump com.github.spotbugs from 5.2.1 to 6.0.1 in /lib/kotlin
697c08bad is described below
commit 697c08badc95d1b29a39080df5e04efcb3e2b8ff
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 3 21:00:42 2023 +0000
Bump com.github.spotbugs from 5.2.1 to 6.0.1 in /lib/kotlin
Bumps com.github.spotbugs from 5.2.1 to 6.0.1.
---
updated-dependencies:
- dependency-name: com.github.spotbugs
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
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 b2454cf75..43db204ff 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.2.1"
+ id "com.github.spotbugs" version "6.0.1"
id "com.diffplug.spotless" version "6.23.2"
}