Update all dependencies
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|---|---|
gradle (source) | patch |
8.2 -> 8.2.1
|
|||||
gradle/gradle-build-action | action | minor |
v2.5.1 -> v2.6.0
|
||||
dev.rikka.shizuku:provider | dependencies | patch |
13.1.3 -> 13.1.4
|
||||
dev.rikka.shizuku:api | dependencies | patch |
13.1.3 -> 13.1.4
|
Release Notes
gradle/gradle (gradle)
v8.2.1
: 8.2.1
This is a patch release for 8.2. We recommend using 8.2.1 instead of 8.2
It fixes the following issues:
- #25579 Regression in 8.2: StackOverflowError w/ Gradle 8.2 + Quarkus 2.16.7 (latest)
- #25611 TestKit unexpectedly stopped working with Gradle 2.x versions
- #25618 Micronaut JacocoReportAggregationPlugin broken in Gradle 8.2
- #25658 Gradle 8.2 sets incorrect value to boolean --no-feature option
- #25674 Address regression in dependency graph build operation results
Upgrade Instructions
Switch your build to use Gradle 8.2.1 by updating your wrapper:
./gradlew wrapper --gradle-version=8.2.1
See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 8.2.1.
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.
gradle/gradle-build-action (gradle/gradle-build-action)
v2.6.0
GitHub Dependency Graph support (Experimental)
This release brings experimental support for submitting a GitHub Dependency Graph snapshot via the GitHub Dependency Submission API.
The dependency graph snapshot is generated via integration with the GitHub Dependency Graph Gradle Plugin, and saved as a workflow artifact. The generated snapshot files can be submitted either in the same job, or in a subsequent job (in the same or a dependent workflow).
The generated dependency graph snapshot reports all of the dependencies that were resolved during a bulid execution, and is used by GitHub to generate Dependabot Alerts for vulnerable dependencies, as well as to populate the Dependency Graph insights view.
Check out the README chapter for more details on how this works and how to configure a workflow that submits a dependency graph.
Changelog
Configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.