Skip to content

Commit 530c5c4

Browse files
Update all dependencies
1 parent 458d57b commit 530c5c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: paulhatch/semantic-version@v5.4.0
7878

7979
- name: Create GitHub tag and release
80-
uses: softprops/action-gh-release@v2.0.5
80+
uses: softprops/action-gh-release@v2.0.6
8181
with:
8282
tag_name: ${{ steps.version.outputs.version_tag }}
8383
generate_release_notes: true

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ logger.quiet("Gradle version: ${gradle.gradleVersion}")
1212
plugins {
1313
id("java-library")
1414
id("com.diffplug.gradle.spotless") version "6.25.0" apply (false)
15-
id("com.github.spotbugs") version "6.0.15" apply (false)
15+
id("com.github.spotbugs") version "6.0.18" apply (false)
1616
id("com.asarkar.gradle.build-time-tracker") version "4.3.0"
1717
}
1818

@@ -105,8 +105,8 @@ subprojects {
105105
implementation("org.apache.logging.log4j:log4j-core:2.23.1")
106106
implementation("org.apache.logging.log4j:log4j-api:2.23.1")
107107
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1")
108-
implementation("com.github.spotbugs:spotbugs-annotations:4.8.5")
109-
implementation("com.google.guava:guava:33.2.0-jre")
108+
implementation("com.github.spotbugs:spotbugs-annotations:4.8.6")
109+
implementation("com.google.guava:guava:33.2.1-jre")
110110

111111
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
112112
testImplementation("com.google.truth:truth:1.4.2")

0 commit comments

Comments
 (0)