Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate-self-hosted-apter[bot] <123806997+renovate-self-hosted-apter[bot]@users.noreply.github.com>
  • Loading branch information
renovate-self-hosted-apter[bot] authored Dec 1, 2024
1 parent 3eeb817 commit bb82287
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
name: ${{ matrix.os }}-unit-test-report
- name: Comment unit test report
if: ${{ hashFiles('**/test-results/**/*.xml') != '' }}
uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5.0.0
uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5.1.0
with:
report_paths: '**/test-results/**/*.xml'
check_name: Unit test report (${{ matrix.os }})
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jvmToolchainMin = "11"
jvmToolchain = "17"
kotlin = "2.0.21"
kover = "0.8.3"
robolectric = "4.14"
robolectric = "4.14.1"
robolectricExtensionGradlePlugin = "0.9.0"
# Use when bom also added to the dependencies
sources = "sources"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit bb82287

Please sign in to comment.