Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 25, 2024
1 parent d214311 commit 438ff46
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-create-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
BASELINE_FILE_PATH: ${{ steps.create_baseline_file_path.outputs.BASELINE_FILE_PATH }}
steps:
- name: Checkout Git repo
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: gradle/wrapper-validation-action@216d1ad2b3710bf005dc39237337b9673fd8fcd5 # v3
8 changes: 4 additions & 4 deletions .github/workflows/internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Update gradle cache
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
matrix:
target: [ "gh_gms", "gh_nogms", "googleplay" ]
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- uses: actions/download-artifact@master
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
runs-on: ubuntu-latest
needs: build_number
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ build_internal_release, build_internal_release_gms_wearos, build_number ]
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: "Run unit tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand All @@ -50,7 +50,7 @@ jobs:
name: "Check project by detekt"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand All @@ -66,7 +66,7 @@ jobs:
name: "Check project by android`s lint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: "Checking that changelog has changed"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Get change status for CHANGELOG.md
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: "Build release"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand All @@ -43,7 +43,7 @@ jobs:
name: "Build debug"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand All @@ -59,7 +59,7 @@ jobs:
name: "Build internal"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
matrix:
target: [ "gh_gms", "gh_nogms", "googleplay" ]
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
runs-on: ubuntu-latest
needs: build_number
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- name: Set up JDK 1.17
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/master' }}
needs: [ build_release, build_release_gms_wearos, build_number ]
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
needs: [ build_release ]
if: ${{ github.ref == 'refs/heads/master' }}
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
Expand All @@ -285,7 +285,7 @@ jobs:
needs: [ build_release_gms_wearos ]
if: ${{ github.ref == 'refs/heads/master' }}
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: 'recursive'
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
# You also need to bump the version of ksp, anvil, compose
kotlin-general = "1.9.24" # https://kotlinlang.org/docs/releases.html#release-details
kotlin-general = "2.0.0" # https://kotlinlang.org/docs/releases.html#release-details
kotlin-immutable-collections = "0.3.7" # https://github.com/Kotlin/kotlinx.collections.immutable/releases
kotlin-datetime = "0.6.0" # https://github.com/Kotlin/kotlinx-datetime/releases
kotlinx = "1.8.1" # https://github.com/Kotlin/kotlinx.coroutines/releases
ksp = "1.9.24-1.0.20" # https://github.com/google/ksp/releases
ksp = "2.0.0-1.0.21" # https://github.com/google/ksp/releases
anvil = "2.4.9" # https://github.com/square/anvil/releases
anvil-utils = "0.1.0" # https://github.com/IlyaGulya/anvil-utils/releases
android-gradle = "8.4.1" # https://developer.android.com/studio/releases/gradle-plugin
protobuf = "4.26.1" # https://github.com/protocolbuffers/protobuf/releases
protobuf = "4.27.0" # https://github.com/protocolbuffers/protobuf/releases
protobuf-gradle = "0.9.4" # https://github.com/google/protobuf-gradle-plugin/releases
compose-material = "1.6.7" # https://developer.android.com/jetpack/androidx/releases/compose#versions
compose-foundation = "1.6.7" # https://developer.android.com/jetpack/androidx/releases/compose#versions
Expand All @@ -20,7 +20,7 @@ compose-constraint = "1.0.1" # https://developer.android.com/jetpack/compose/lay
compose-paging = "3.3.0" # https://developer.android.com/jetpack/androidx/releases/paging
compose-drag-drop = "0.9.6" # https://github.com/aclassen/ComposeReorderable/releases
compose-multiplatform = "1.6.10" # https://github.com/JetBrains/compose-multiplatform/releases
horologist = "0.6.11" # https://github.com/google/horologist/releases
horologist = "0.6.12" # https://github.com/google/horologist/releases
serialization-json = "1.6.3" # https://github.com/Kotlin/kotlinx.serialization/releases
wear = "1.3.0" # https://developer.android.com/jetpack/androidx/releases/wear
wear-gms = "18.1.0" # https://mvnrepository.com/artifact/com.google.android.gms/play-services-wearable?repo=google
Expand Down Expand Up @@ -52,11 +52,11 @@ appcompat = "1.6.1" # https://developer.android.com/jetpack/androidx/releases/ap
datastore = "1.1.1" # https://developer.android.com/topic/libraries/architecture/datastore
# https://github.com/vsch/flexmark-java/issues/442
flexmark = "0.42.14" # https://github.com/vsch/flexmark-java/tags
markdown = "0.16.0" # https://github.com/mikepenz/multiplatform-markdown-renderer/releases
markdown = "0.20.0" # https://github.com/mikepenz/multiplatform-markdown-renderer/releases
ktor = "2.3.11" # https://ktor.io/
apache-compress = "1.26.1" # https://commons.apache.org/proper/commons-compress/
apache-compress = "1.26.2" # https://commons.apache.org/proper/commons-compress/
apache-codec = "1.17.0" # https://mvnrepository.com/artifact/commons-codec/commons-codec
countly = "24.4.0" # https://github.com/Countly/countly-sdk-android/releases
countly = "24.4.1" # https://github.com/Countly/countly-sdk-android/releases
grgit-gradle = "8d818b74b9"
work = "2.9.0" # https://developer.android.com/jetpack/androidx/releases/work
coil = "2.6.0" # https://github.com/coil-kt/coil/releases
Expand Down

0 comments on commit 438ff46

Please sign in to comment.