Skip to content
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

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

renovate-self-hosted-apter[bot]
Copy link
Contributor

@renovate-self-hosted-apter renovate-self-hosted-apter bot commented Jul 1, 2024

This PR contains the following updates:

Package Type Update Change
actions/checkout action patch v4.1.6 -> v4.1.7
actions/download-artifact action patch v4.1.7 -> v4.1.8
actions/upload-artifact action patch v4.3.3 -> v4.3.4
gradle (source) minor 8.8 -> 8.9
gradle/actions action minor v3.3.2 -> v3.5.0
org.robolectric:robolectric (source) dependencies minor 4.12.2 -> 4.13
org.junit:junit-bom (source) dependencies patch 5.10.2 -> 5.10.3
com.github.gmazzo.buildconfig plugin minor 5.3.5 -> 5.4.0
androidx.test.ext:junit dependencies minor 1.1.5 -> 1.2.1
com.android.library (source) plugin minor 8.4.1 -> 8.5.1
com.android.tools.build:gradle (source) dependencies minor 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.9

Compare 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:

./gradlew wrapper --gradle-version=8.9

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.

  • The new develocity-access-key input parameter allows the action to generate a short-lived access token for subsequent
    communication with Develocity. This reduces the risk of the full (long-lived) access key being compromised,
    either accidentally or by a malicious action.
  • New input parameters are available to configure Develocity injection. Previously Develocity injection could only be
    enabled by setting environment variables.
  • Checksums for Gradle 8.8 are now included, so that no network request is required for 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link
Contributor

coderabbitai bot commented Jul 1, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f074f65 to b31c580 Compare July 11, 2024 15:15
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9915fa8 to 705fd37 Compare July 15, 2024 19:30
@renovate-self-hosted-apter
Copy link
Contributor Author

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

Copy link

Branch Coverage

Total Project Coverage 69.91%

Copy link

github-actions bot commented Jul 30, 2024

Line Coverage

Total Project Coverage 92.04%

renovate-self-hosted-apter bot and others added 2 commits July 31, 2024 11:12
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
@warnyul warnyul force-pushed the renovate/all-minor-patch branch from d0e436b to b5fd760 Compare July 31, 2024 09:13
@warnyul warnyul merged commit 428437c into main Jul 31, 2024
3 checks passed
@warnyul warnyul deleted the renovate/all-minor-patch branch July 31, 2024 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant