Skip to content

Commit 057f1ee

Browse files
Merge branch 'main' into chore/gradle-setup-action-bump
2 parents eca10a0 + 2315142 commit 057f1ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ dependencies {
4343
implementation("org.openjdk.jmh:jmh-core:$jmhVersion")
4444
annotationProcessor("org.openjdk.jmh:jmh-generator-annprocess:$jmhVersion")
4545
implementation("com.fasterxml.jackson.core:jackson-databind")
46-
implementation("com.github.spotbugs:spotbugs-annotations:4.9.1")
46+
implementation("com.github.spotbugs:spotbugs-annotations:4.9.3")
4747
implementation("org.creekservice:creek-test-util:$creekVersion")
48-
implementation("org.ow2.asm:asm:9.7.1")
48+
implementation("org.ow2.asm:asm:9.8")
4949

5050
implementation("org.json:json:20250517")
5151

0 commit comments

Comments
 (0)