Skip to content

Commit d39ceef

Browse files
Update dependency org.jetbrains:annotations to v26.0.2-1
1 parent 0abb284 commit d39ceef

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
@@ -42,7 +42,7 @@ dependencies {
4242
testAnnotationProcessor("org.projectlombok:lombok:1.18.38")
4343

4444
// JetBrains Annotations
45-
implementation("org.jetbrains:annotations:26.0.2")
45+
implementation("org.jetbrains:annotations:26.0.2-1")
4646

4747
// JUnit and SLF4J for testing
4848
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.13.4")

0 commit comments

Comments
 (0)