Skip to content

Commit e14b666

Browse files
authored
Merge pull request #555 from larsgrefer/dependabot/gradle/3.x/org.jetbrains-annotations-26.0.1
Bump org.jetbrains:annotations from 26.0.0 to 26.0.1
2 parents 2c98461 + 3ce6893 commit e14b666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sass-embedded-host/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
api project(":sass-embedded-bundled")
2929
api "org.slf4j:slf4j-api:1.7.36"
3030

31-
compileOnly 'org.jetbrains:annotations:26.0.0'
31+
compileOnly 'org.jetbrains:annotations:26.0.1'
3232
compileOnly 'androidx.annotation:annotation-jvm:1.8.2'
3333
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
3434
compileOnly 'javax.servlet:javax.servlet-api:4.0.1'
@@ -40,7 +40,7 @@ dependencies {
4040
springSupportApi "org.springframework:spring-core:$spring5Verison"
4141
springWebmvcSupportApi "org.springframework:spring-webmvc:$spring5Verison"
4242

43-
testCompileOnly 'org.jetbrains:annotations:26.0.0'
43+
testCompileOnly 'org.jetbrains:annotations:26.0.1'
4444

4545
testRuntimeOnly 'org.webjars:bootstrap:5.3.3'
4646
}

0 commit comments

Comments
 (0)