Skip to content

Commit 1f3cfcd

Browse files
Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1 (#710)
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.2 to 26.0.2-1. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](JetBrains/java-annotations@26.0.2...26.0.2-1) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-version: 26.0.2-1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 174a445 commit 1f3cfcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sass-embedded-host/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
api project(":sass-embedded-bundled")
1818
api "org.slf4j:slf4j-api:1.7.36"
1919

20-
compileOnly 'org.jetbrains:annotations:26.0.2'
20+
compileOnly 'org.jetbrains:annotations:26.0.2-1'
2121
compileOnly 'androidx.annotation:annotation-jvm:1.9.1'
2222
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
2323
compileOnly 'javax.servlet:javax.servlet-api:4.0.1'
@@ -29,7 +29,7 @@ dependencies {
2929
optional "org.springframework:spring-core:$spring5Verison"
3030
optional "org.springframework:spring-webmvc:$spring5Verison"
3131

32-
testCompileOnly 'org.jetbrains:annotations:26.0.2'
32+
testCompileOnly 'org.jetbrains:annotations:26.0.2-1'
3333

3434
testRuntimeOnly 'org.webjars:bootstrap:5.3.6'
3535
}

0 commit comments

Comments
 (0)