From 9e910fc7f0384317a969b621e9ee582633695512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 04:59:25 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.0.7 to 5.0.14 Bumps com.github.spotbugs from 5.0.7 to 5.0.14. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d773362..36cbab3 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'application' // creates a JVM executable id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined) id 'pmd' // code check, working on source code - id 'com.github.spotbugs' version '5.0.7' // code check, working on byte code + id 'com.github.spotbugs' version '5.0.14' // code check, working on byte code id 'com.diffplug.spotless' version '6.7.0'// code format id 'com.simonharrer.modernizer' version '2.1.0-1' // detect deprecated APIs id 'com.github.onslip.gradle-one-jar' version '1.0.6' // pack a self contained jar