Skip to content

Commit

Permalink
Merge branch '3.x' of github.com:larsgrefer/dart-sass-java into 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Jan 7, 2025
2 parents 76a4e01 + 96f4384 commit caddd43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- run: ./gradlew jacocoTestReport
- name: Upload coverage report
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
files: jacoco*.xml,*Jacoco*.xml

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ allprojects {
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

testImplementation 'ch.qos.logback:logback-classic:1.5.14'
testImplementation 'ch.qos.logback:logback-classic:1.5.16'
}

tasks.withType(Test).configureEach {
Expand Down
2 changes: 1 addition & 1 deletion sass-embedded-protocol/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}
}

def protobufVersion = "4.29.1"
def protobufVersion = "4.29.2"

tasks.withType(com.google.protobuf.gradle.ProtobufExtract).configureEach {
doFirst {
Expand Down

0 comments on commit caddd43

Please sign in to comment.