From 66adb40ad9494efaba9f2d0e17a84c9f452cea1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:25:21 +0000 Subject: [PATCH] Update dependency com.github.spotbugs:spotbugs-annotations to v4.8.6 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fa67952..4dfba00 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'net.javacrumbs.shedlock:shedlock-spring:4.28.0' implementation 'net.javacrumbs.shedlock:shedlock-provider-jdbc-template:4.28.0' implementation 'com.github.zhanhb:thymeleaf-layout-dialect:2.5.3' - implementation 'com.github.spotbugs:spotbugs-annotations:4.4.1' + implementation 'com.github.spotbugs:spotbugs-annotations:4.8.6' implementation 'com.google.guava:guava:31.0.1-jre' implementation 'com.google.mug:mug:5.5' implementation 'com.hierynomus:sshj:0.31.0'