From 530c5c471b5aa4315c764df4a9fb652ae0e11845 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:52:15 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/build.yml | 2 +- build.gradle.kts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 897c61a..7bfaa60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: uses: paulhatch/semantic-version@v5.4.0 - name: Create GitHub tag and release - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.0.6 with: tag_name: ${{ steps.version.outputs.version_tag }} generate_release_notes: true diff --git a/build.gradle.kts b/build.gradle.kts index 85d28d2..c6d7715 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ logger.quiet("Gradle version: ${gradle.gradleVersion}") plugins { id("java-library") id("com.diffplug.gradle.spotless") version "6.25.0" apply (false) - id("com.github.spotbugs") version "6.0.15" apply (false) + id("com.github.spotbugs") version "6.0.18" apply (false) id("com.asarkar.gradle.build-time-tracker") version "4.3.0" } @@ -105,8 +105,8 @@ subprojects { implementation("org.apache.logging.log4j:log4j-core:2.23.1") implementation("org.apache.logging.log4j:log4j-api:2.23.1") implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1") - implementation("com.github.spotbugs:spotbugs-annotations:4.8.5") - implementation("com.google.guava:guava:33.2.0-jre") + implementation("com.github.spotbugs:spotbugs-annotations:4.8.6") + implementation("com.google.guava:guava:33.2.1-jre") testImplementation("org.junit.jupiter:junit-jupiter:5.10.2") testImplementation("com.google.truth:truth:1.4.2")