We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dd62e5 + 890f6ba commit 14a3712Copy full SHA for 14a3712
build.gradle.kts
@@ -6,10 +6,10 @@ plugins {
6
}
7
8
dependencies {
9
- compileOnly("org.jetbrains:annotations:25.0.0")
+ compileOnly("org.jetbrains:annotations:26.0.0")
10
11
testImplementation("org.assertj:assertj-core:3.26.3")
12
- testImplementation("org.jetbrains:annotations:25.0.0")
+ testImplementation("org.jetbrains:annotations:26.0.0")
13
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
14
testImplementation("org.postgresql:postgresql:42.7.4")
15
0 commit comments