Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-self-hosted-apter[bot] authored Nov 19, 2024
1 parent 4178063 commit 2f96d13
Show file tree
Hide file tree
Showing 2 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 @@ -38,7 +38,7 @@ jobs:
java-version-file: '.java-version'
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4.2.0
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
- name: Bump version
if: github.event_name == 'workflow_dispatch' && github.event.inputs.releaseVersion != ''
run: |
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ androidCompileSdkJava11 = "33"
androidGradle = "8.7.2"
androidMinimumSdk = "19"
androidxTestExtJunit = "1.2.1"
buildConfig = "5.5.0"
buildConfig = "5.5.1"
detekt = "1.23.7"
dokka = "1.9.20"
gradlePluginPublish = "1.3.0"
Expand All @@ -18,7 +18,7 @@ jvmToolchain = "17"
kotlin = "2.0.21"
kover = "0.8.3"
robolectric = "4.14"
robolectricExtensionGradlePlugin = "0.8.0"
robolectricExtensionGradlePlugin = "0.9.0"
# Use when bom also added to the dependencies
sources = "sources"

Expand Down

0 comments on commit 2f96d13

Please sign in to comment.