Skip to content

Commit fd935bb

Browse files
committed
Merge branch '3.x' of github.com:larsgrefer/dart-sass-java into 4.x
2 parents e54509a + 589ebee commit fd935bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ allprojects {
5050
testImplementation 'org.junit.jupiter:junit-jupiter-api'
5151
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
5252

53-
testImplementation 'ch.qos.logback:logback-classic:1.5.8'
53+
testImplementation 'ch.qos.logback:logback-classic:1.5.9'
5454
}
5555

5656
tasks.withType(Test).configureEach {

sass-embedded-host/build.gradle

Lines changed: 2 additions & 2 deletions
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:25.0.0'
31+
compileOnly 'org.jetbrains:annotations:26.0.0'
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:25.0.0'
43+
testCompileOnly 'org.jetbrains:annotations:26.0.0'
4444

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

0 commit comments

Comments
 (0)