Skip to content

Commit 0c4e850

Browse files
fix(deps): update dependency org.jetbrains:annotations to v26
1 parent 496e4f5 commit 0c4e850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
dependencies {
2222
api("org.javassist:javassist:3.30.2-GA")
23-
compileOnlyApi("org.jetbrains:annotations:24.1.0")
23+
compileOnlyApi("org.jetbrains:annotations:26.0.2")
2424
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
2525
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
2626

0 commit comments

Comments
 (0)