Skip to content

Commit 0415a21

Browse files
fix(deps): update all non-major dependencies (#126)
Co-authored-by: renovate-self-hosted-apter[bot] <123806997+renovate-self-hosted-apter[bot]@users.noreply.github.com>
1 parent e1cc31d commit 0415a21

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
name: ${{ matrix.os }}-unit-test-report
124124
- name: Comment unit test report
125125
if: ${{ hashFiles('**/test-results/**/*.xml') != '' }}
126-
uses: mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5.5.1
126+
uses: mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5.6.0
127127
with:
128128
report_paths: '**/test-results/**/*.xml'
129129
check_name: Unit test report (${{ matrix.os }})

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
22
androidBuildTools = "34.0.0"
3-
androidToolsCommon = "31.10.0"
3+
androidToolsCommon = "31.10.1"
44
androidCompileSdk = "34"
55
androidCompileSdkJava11 = "33"
6-
androidGradle = "8.10.0"
6+
androidGradle = "8.10.1"
77
androidMinimumSdk = "19"
88
androidxTestExtJunit = "1.2.1"
99
buildConfig = "5.6.5"
@@ -12,7 +12,7 @@ dokka = "2.0.0"
1212
gradlePluginPublish = "1.3.1"
1313
guava = "33.4.8-jre"
1414
junit4 = "4.13.2"
15-
junit5 = "5.12.2"
15+
junit5 = "5.13.0"
1616
jvmToolchainMin = "11"
1717
jvmToolchain = "17"
1818
kotlin = "2.1.21"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)