Skip to content

Commit e456a56

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

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_KEY: '${{ secrets.JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_KEY }}'
6969
JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_PASSWORD: '${{ secrets.JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_PASSWORD }}'
7070
- name: Upload unit test report
71-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
71+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
7272
if: ${{ always() && hashFiles('**/test-results/**/*.xml') != '' }}
7373
with:
7474
name: ${{ matrix.os }}-unit-test-report
@@ -77,7 +77,7 @@ jobs:
7777
${{ github.workspace }}/**/build/test-results
7878
retention-days: 5
7979
- name: Upload coverage report
80-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
80+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
8181
if: ${{ always() && hashFiles('build/reports/kover/report.xml') != '' }}
8282
with:
8383
name: ${{ matrix.os }}-kover-report
@@ -118,12 +118,12 @@ jobs:
118118
if: github.repository == 'apter-tech/junit5-robolectric-extension' && github.event_name == 'pull_request'
119119
steps:
120120
- name: Download unit test report
121-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
121+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
122122
with:
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@ee6b445351cd81e2f73a16a0e52d598aeac2197f # v5.3.0
126+
uses: mikepenz/action-junit-report@b14027d33d3a745ccc4d6a12f649e83110b5a373 # v5.4.0
127127
with:
128128
report_paths: '**/test-results/**/*.xml'
129129
check_name: Unit test report (${{ matrix.os }})
@@ -142,7 +142,7 @@ jobs:
142142
if: github.repository == 'apter-tech/junit5-robolectric-extension' && github.event_name == 'pull_request'
143143
steps:
144144
- name: Download coverage report
145-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
145+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
146146
with:
147147
name: ${{ matrix.os }}-kover-report
148148
- name: Comment branch coverage report to PR

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
22
androidBuildTools = "34.0.0"
3-
androidToolsCommon = "31.8.0"
3+
androidToolsCommon = "31.8.2"
44
androidCompileSdk = "34"
55
androidCompileSdkJava11 = "33"
6-
androidGradle = "8.8.0"
6+
androidGradle = "8.8.2"
77
androidMinimumSdk = "19"
88
androidxTestExtJunit = "1.2.1"
99
buildConfig = "5.5.1"
10-
detekt = "1.23.7"
10+
detekt = "1.23.8"
1111
dokka = "2.0.0"
1212
gradlePluginPublish = "1.3.1"
1313
guava = "33.4.0-jre"
1414
junit4 = "4.13.2"
15-
junit5 = "5.11.4"
15+
junit5 = "5.12.0"
1616
jvmToolchainMin = "11"
1717
jvmToolchain = "17"
1818
kotlin = "2.1.10"

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.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)