-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all non-major dependencies #75
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
f074f65
to
b31c580
Compare
9915fa8
to
705fd37
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Branch Coverage
|
Line Coverage
|
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index adc198a..e0ce881 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,14 +21,14 @@ jobs: contents: read steps: - - uses: actions/checkout@a5ac7e5 # v4.1.6 + - uses: actions/checkout@692973e # v4.1.7 - name: Set up JDK uses: actions/setup-java@99b8673 # v4.2.1 with: java-version-file: '.java-version' distribution: 'temurin' - name: Setup Gradle - uses: gradle/actions@db19848 # v3.3.2 + uses: gradle/actions@d9c87d4 # v3.5.0 - name: Bump version if: github.event_name == 'workflow_dispatch' && github.event.inputs.releaseVersion != '' run: | @@ -58,7 +58,7 @@ jobs: JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_KEY: '${{ secrets.JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_KEY }}' JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_PASSWORD: '${{ secrets.JUNIT5_ROBOLECTRIC_EXTENSION_GPG_SIGNING_PASSWORD }}' - name: Upload coverage report - uses: actions/upload-artifact@6546280 # v4.3.3 + uses: actions/upload-artifact@0b2256b # v4.3.4 if: ${{ hashFiles('build/reports/kover/report.xml') != '' }} with: name: kover-report @@ -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@a5ac7e5 # v4.1.6 + - uses: actions/checkout@692973e # v4.1.7 with: ref: ${{ github.head_ref }} - name: Create release @@ -97,7 +97,7 @@ jobs: if: github.repository == 'apter-tech/junit5-robolectric-extension' && github.event_name == 'pull_request' steps: - name: Download coverage report - uses: actions/download-artifact@65a9edc # v4.1.7 + uses: actions/download-artifact@fa0a91b # v4.1.8 with: name: kover-report - name: Comment branch coverage report to PR diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5cb8bcd..954daec 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,21 +1,21 @@ [versions] androidBuildTools = "34.0.0" androidCompileSdk = "34" -androidGradle = "8.4.1" +androidGradle = "8.5.1" androidMinimumSdk = "14" -androidxTestExtJunit = "1.1.5" -buildConfig = "5.3.5" +androidxTestExtJunit = "1.2.1" +buildConfig = "5.4.0" 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" kover = "0.8.3" -robolectric = "4.12.2" +robolectric = "4.13" robolectricExtensionGradlePlugin = "0.7.0" # Use when bom also added to the dependencies sources = "sources" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a441313..09523c0 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME
d0e436b
to
b5fd760
Compare
This PR contains the following updates:
v4.1.6
->v4.1.7
v4.1.7
->v4.1.8
v4.3.3
->v4.3.4
8.8
->8.9
v3.3.2
->v3.5.0
4.12.2
->4.13
5.10.2
->5.10.3
5.3.5
->5.4.0
1.1.5
->1.2.1
8.4.1
->8.5.1
8.4.1
->8.5.1
Release Notes
actions/checkout (actions/checkout)
v4.1.7
Compare Source
actions/download-artifact (actions/download-artifact)
v4.1.8
Compare Source
What's Changed
Full Changelog: actions/download-artifact@v4...v4.1.8
actions/upload-artifact (actions/upload-artifact)
v4.3.4
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4
gradle/gradle (gradle)
v8.9
: 8.9Compare Source
The Gradle team is excited to announce Gradle 8.9.
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
/dev/mataha,
Alex-Vol-Amz,
Andrew Quinney,
Andrey Mischenko,
Björn Kautler,
dancer13,
Danish Nawab,
Endeavour233,
Gediminas Rimša,
gotovsky,
Jay Wei,
Jeff,
Madalin Valceleanu,
markslater,
Mel Arthurs,
Michael,
Nils Brugger,
Ole Osterhagen,
Piotr Kubowicz,
Róbert Papp,
Sebastian Davids,
Sebastian Schuberth,
Stefan Oehme,
Stefanos Koutsouflakis,
Taeik Lim,
Tianyi Tao,
Tim Nielens,
наб
Upgrade instructions
Switch your build to use Gradle 8.9 by updating your wrapper:
See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
gradle/actions (gradle/actions)
v3.5.0
Compare Source
This release contains a major upgrade to
gradle-home-cache-cleanup
as well as improvements to dependency-submission.What's Changed
Full Changelog: gradle/actions@v3.4.2...v3.5.0
v3.4.2
Compare Source
This patch release fixes a race condition that resulted in the
DEVELOCITY_ACCESS_KEY
variable not being set in the environment.What's Changed
Full Changelog: gradle/actions@v3.4.1...v3.4.2
v3.4.1
Compare Source
This patch release fixes a bug introduced in v3.4.0, that prevents build scan publication to Develocity.
The bug results in the removal of the
DEVELOCITY_ACCESS_KEY
variable being removed, so that Gradle cannot authenticate with the Develocity server.What's Changed
Full Changelog: gradle/actions@v3.4.0...v3.4.1
v3.4.0
Compare Source
This release improves the integration with Gradle Develocity®, as well as updating a number of key dependencies.
develocity-access-key
input parameter allows the action to generate a short-lived access token for subsequentcommunication with Develocity. This reduces the risk of the full (long-lived) access key being compromised,
either accidentally or by a malicious action.
enabled by setting environment variables.
wrapper-validation
with Gradle 8.8 wrappers.What's Changed
New Contributors
Full Changelog: gradle/actions@v3.3.2...v3.4.0
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.