Skip to content

Commit caddd43

Browse files
committed
Merge branch '3.x' of github.com:larsgrefer/dart-sass-java into 4.x
2 parents 76a4e01 + 96f4384 commit caddd43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- run: ./gradlew jacocoTestReport
4848
- name: Upload coverage report
49-
uses: codecov/codecov-action@v5.1.1
49+
uses: codecov/codecov-action@v5.1.2
5050
with:
5151
files: jacoco*.xml,*Jacoco*.xml
5252

build.gradle

+1-1
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.14'
53+
testImplementation 'ch.qos.logback:logback-classic:1.5.16'
5454
}
5555

5656
tasks.withType(Test).configureEach {

sass-embedded-protocol/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
}
2020
}
2121

22-
def protobufVersion = "4.29.1"
22+
def protobufVersion = "4.29.2"
2323

2424
tasks.withType(com.google.protobuf.gradle.ProtobufExtract).configureEach {
2525
doFirst {

0 commit comments

Comments
 (0)