From b7c33c9e9a90f17b587396a2cc207c0f2f6c4880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 09:06:08 +0000 Subject: [PATCH] Bump the gradle-dependencies group with 2 updates Bumps the gradle-dependencies group with 2 updates: com.github.spotbugs and edu.sc.seis.launch4j. Updates `com.github.spotbugs` from 6.0.18 to 6.0.19 Updates `edu.sc.seis.launch4j` from 3.0.5 to 3.0.6 --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: edu.sc.seis.launch4j dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6738dae6..56e34849 100644 --- a/build.gradle +++ b/build.gradle @@ -14,9 +14,9 @@ plugins { // Checkstyle enforces consistent formatting rules across the project. id 'checkstyle' // Spotbugs is a static analyzer for java - id 'com.github.spotbugs' version '6.0.18' + id 'com.github.spotbugs' version '6.0.19' // With this plugin, we can build a Windows executable - id 'edu.sc.seis.launch4j' version '3.0.5' + id 'edu.sc.seis.launch4j' version '3.0.6' } javafx {