Skip to content

Commit 14a3712

Browse files
authored
Merge pull request #34 from nebhale/dependabot/gradle/org.jetbrains-annotations-26.0.0
Bump org.jetbrains:annotations from 25.0.0 to 26.0.0
2 parents 7dd62e5 + 890f6ba commit 14a3712

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
@@ -6,10 +6,10 @@ plugins {
66
}
77

88
dependencies {
9-
compileOnly("org.jetbrains:annotations:25.0.0")
9+
compileOnly("org.jetbrains:annotations:26.0.0")
1010

1111
testImplementation("org.assertj:assertj-core:3.26.3")
12-
testImplementation("org.jetbrains:annotations:25.0.0")
12+
testImplementation("org.jetbrains:annotations:26.0.0")
1313
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
1414
testImplementation("org.postgresql:postgresql:42.7.4")
1515

0 commit comments

Comments
 (0)