File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
47
47
- run : ./gradlew jacocoTestReport
48
48
- name : Upload coverage report
49
- uses : codecov/codecov-action@v5.1.1
49
+ uses : codecov/codecov-action@v5.1.2
50
50
with :
51
51
files : jacoco*.xml,*Jacoco*.xml
52
52
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ allprojects {
50
50
testImplementation ' org.junit.jupiter:junit-jupiter-api'
51
51
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
52
52
53
- testImplementation ' ch.qos.logback:logback-classic:1.5.14 '
53
+ testImplementation ' ch.qos.logback:logback-classic:1.5.16 '
54
54
}
55
55
56
56
tasks. withType(Test ). configureEach {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ repositories {
19
19
}
20
20
}
21
21
22
- def protobufVersion = " 4.29.1 "
22
+ def protobufVersion = " 4.29.2 "
23
23
24
24
tasks. withType(com.google.protobuf.gradle.ProtobufExtract ). configureEach {
25
25
doFirst {
You can’t perform that action at this time.
0 commit comments