Skip to content

Commit 635f73a

Browse files
committed
fix(deps): update all
1 parent ca6e29f commit 635f73a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'org.ajoberstar.grgit' version '5.2.1'
55
id "com.github.ben-manes.versions" version '0.50.0'
66
id 'ru.vyarus.mkdocs' version '3.0.0'
7-
id "com.github.spotbugs" version "6.0.1"
7+
id "com.github.spotbugs" version "6.0.4"
88
id 'com.diffplug.spotless' version '6.23.3'
99
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
1010
}
@@ -57,5 +57,5 @@ dependencies {
5757
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${jupiterApiVersion}"
5858
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${jupiterApiVersion}"
5959
testImplementation "org.assertj:assertj-core:${assertjVersion}"
60-
testImplementation 'com.github.spotbugs:spotbugs-annotations:4.8.2'
60+
testImplementation 'com.github.spotbugs:spotbugs-annotations:4.8.3'
6161
}

0 commit comments

Comments
 (0)