We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b59b1 commit b5c7686Copy full SHA for b5c7686
spotbugsTestCases/build.gradle
@@ -26,7 +26,7 @@ dependencies {
26
api 'com.github.stephenc.jcip:jcip-annotations:1.0-1'
27
implementation 'org.springframework:spring-core:5.3.39'
28
compileOnly 'jakarta.annotation:jakarta.annotation-api:1.3.5'
29
- implementation 'org.checkerframework:checker-qual:3.49.0'
+ implementation 'org.checkerframework:checker-qual:3.49.1'
30
implementation 'com.sun.xml.bind:jaxb-impl:4.0.5'
31
32
implementation 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
0 commit comments