Skip to content

Commit 763a26c

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

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
java-version-file: '.java-version'
3939
distribution: 'temurin'
4040
- name: Setup Gradle
41-
uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
41+
uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
4242
- name: Bump version
4343
if: github.event_name == 'workflow_dispatch' && github.event.inputs.releaseVersion != ''
4444
run: |
@@ -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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
71+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
80+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
121+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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@b14027d33d3a745ccc4d6a12f649e83110b5a373 # v5.4.0
126+
uses: mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5.5.1
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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
145+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
146146
with:
147147
name: ${{ matrix.os }}-kover-report
148148
- name: Comment branch coverage report to PR

gradle/libs.versions.toml

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

0 commit comments

Comments
 (0)