diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3e2e3ad2..5a618f6b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -8,7 +8,7 @@ on: jobs: test: name: Instrumented Tests, SDK ${{ matrix.api-level }} - runs-on: macos-12 + runs-on: macos-14 strategy: fail-fast: false matrix: @@ -118,7 +118,7 @@ jobs: name: Notify Slack needs: test if: ${{ success() || failure() }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: iRoachie/slack-github-actions@v2.3.2 if: env.SLACK_WEBHOOK_URL != null diff --git a/iNaturalist/build.gradle b/iNaturalist/build.gradle index abdfa07e..822d8525 100644 --- a/iNaturalist/build.gradle +++ b/iNaturalist/build.gradle @@ -120,7 +120,7 @@ dependencies { implementation 'com.google.android.material:material:1.0.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'org.apache.commons:commons-collections4:4.0' - implementation 'org.apache.commons:commons-lang3:3.1' + implementation 'org.apache.commons:commons-lang3:3.5' implementation 'org.apache.httpcomponents:httpclient-android:4.3.5.1' implementation 'org.apache.httpcomponents:httpmime:4.3.3' implementation 'com.loopj.android:android-async-http:1.4.7'