diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 094bdc3..b1079ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,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")