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] committed Jul 1, 2024
1 parent 3dc1075 commit 94bea82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
contents: read

steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up JDK
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
java-version-file: '.java-version'
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # v3.3.2
uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2
- name: Bump version
if: github.event_name == 'workflow_dispatch' && github.event.inputs.releaseVersion != ''
run: |
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- build
if: github.ref_name == github.event.repository.default_branch && github.event_name == 'workflow_dispatch' && github.event.inputs.releaseVersion != '' && !endsWith(github.event.inputs.releaseVersion, 'SNAPSHOT')
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
ref: ${{ github.head_ref }}
- name: Create release
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
androidBuildTools = "34.0.0"
androidCompileSdk = "34"
androidGradle = "8.4.1"
androidGradle = "8.5.0"
androidMinimumSdk = "14"
androidxTestExtJunit = "1.1.5"
androidxTestExtJunit = "1.2.1"
buildConfig = "5.3.5"
detekt = "1.23.6"
dokka = "1.9.20"
gradlePluginPublish = "1.2.1"
guava = "33.2.1-jre"
junit4 = "4.13.2"
junit5 = "5.10.2"
junit5 = "5.10.3"
jvmToolchainMin = "11"
jvmToolchain = "17"
kotlin = "2.0.0"
Expand Down

0 comments on commit 94bea82

Please sign in to comment.