Skip to content

Commit a40af6f

Browse files
chore(deps): update dependency org.jetbrains:annotations to v26.0.2 (#374)
1 parent 8c797bf commit a40af6f

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
@@ -46,8 +46,8 @@ subprojects {
4646

4747
dependencies {
4848
// annotations
49-
compileOnly("org.jetbrains:annotations:26.0.1")
50-
testCompileOnly("org.jetbrains:annotations:26.0.1")
49+
compileOnly("org.jetbrains:annotations:26.0.2")
50+
testCompileOnly("org.jetbrains:annotations:26.0.2")
5151

5252
// tests
5353
testImplementation(platform("org.junit:junit-bom:5.11.4"))

0 commit comments

Comments
 (0)