Update the Gradle version in gradle/wrapper/gradle-wrapper.properties
Update the Gradle SHA in gradle/wrapper/gradle-wrapper.properties
Update the Gradle wrapper by running ./gradlew wrapper --write-locks
Verify no unexpected entries appear in the lockfiles. A supply chain attack could occur during this stage. The lockfile narrows the supply chain attack window to this very moment (as opposed to every time a build occurs)
For Gradle itself:
gradle/wrapper/gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
./gradlew wrapper --write-locks
Are there any new APIs or possible migrations?