diff --git a/.github/workflows/build_and_local_tests.yml b/.github/workflows/build_and_local_tests.yml index c8653be..ef58a6c 100644 --- a/.github/workflows/build_and_local_tests.yml +++ b/.github/workflows/build_and_local_tests.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: set up JDK 17 uses: actions/setup-java@v3 with: diff --git a/.github/workflows/instrumented_tests.yml b/.github/workflows/instrumented_tests.yml index e76de57..a84609c 100644 --- a/.github/workflows/instrumented_tests.yml +++ b/.github/workflows/instrumented_tests.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up JDK 17 uses: actions/setup-java@v3 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ab1d712..34b4cba 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,12 +1,12 @@ [versions] androidGradlePlugin = "8.1.1" androidxActivity = "1.7.2" -androidxComposeBom = "2023.08.00" +androidxComposeBom = "2023.09.01" androidxComposeCompiler = "1.5.3" -androidxCore = "1.10.1" +androidxCore = "1.12.0" androidxHilt = "1.0.0" -androidxLifecycle = "2.6.1" -androidxNavigation = "2.7.1" +androidxLifecycle = "2.6.2" +androidxNavigation = "2.7.3" androidxRoom = "2.5.2" androidxTestCore = "1.5.0" androidxTestExt = "1.1.5"