Skip to content

Commit 2552486

Browse files
Update dependency org.jetbrains:annotations to v26.0.2 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e28f78e commit 2552486

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
@@ -27,7 +27,7 @@ repositories {
2727

2828
dependencies {
2929
compileOnly(kotlin("stdlib"))
30-
compileOnly("org.jetbrains:annotations:26.0.1")
30+
compileOnly("org.jetbrains:annotations:26.0.2")
3131

3232
testImplementation(kotlin("test"))
3333
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")

0 commit comments

Comments
 (0)