We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c98461 + 3ce6893 commit e14b666Copy full SHA for e14b666
sass-embedded-host/build.gradle
@@ -28,7 +28,7 @@ dependencies {
28
api project(":sass-embedded-bundled")
29
api "org.slf4j:slf4j-api:1.7.36"
30
31
- compileOnly 'org.jetbrains:annotations:26.0.0'
+ compileOnly 'org.jetbrains:annotations:26.0.1'
32
compileOnly 'androidx.annotation:annotation-jvm:1.8.2'
33
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
34
compileOnly 'javax.servlet:javax.servlet-api:4.0.1'
@@ -40,7 +40,7 @@ dependencies {
40
springSupportApi "org.springframework:spring-core:$spring5Verison"
41
springWebmvcSupportApi "org.springframework:spring-webmvc:$spring5Verison"
42
43
- testCompileOnly 'org.jetbrains:annotations:26.0.0'
+ testCompileOnly 'org.jetbrains:annotations:26.0.1'
44
45
testRuntimeOnly 'org.webjars:bootstrap:5.3.3'
46
}
0 commit comments