Skip to content

Bump Gradle from 9.2.1 to 9.3.0#89

Merged
TerryEbdon merged 1 commit intomainfrom
TerryEbdon/issue87
Jan 25, 2026
Merged

Bump Gradle from 9.2.1 to 9.3.0#89
TerryEbdon merged 1 commit intomainfrom
TerryEbdon/issue87

Conversation

@TerryEbdon
Copy link
Owner

Fixes #87

Copilot AI review requested due to automatic review settings January 25, 2026 03:23
@TerryEbdon TerryEbdon self-assigned this Jan 25, 2026
@github-actions
Copy link

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 5 package(s) with unknown licenses.
See the Details below.

License Issues

settings.gradle

PackageVersionLicenseIssue Type
org.ow2.asm:asm-commons9.9NullUnknown License
org.jacoco:org.jacoco.agent0.8.14NullUnknown License
org.jacoco:org.jacoco.ant0.8.14NullUnknown License
org.jacoco:org.jacoco.core0.8.14NullUnknown License
org.jacoco:org.jacoco.report0.8.14NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
maven/org.jacoco:org.jacoco.agent 0.8.14 🟢 5.8
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 10
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Code-Review🟢 8Found 10/12 approved changesets -- score normalized to 8
Packaging⚠️ -1packaging workflow not detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Pinned-Dependencies🟢 10all dependencies are pinned
Binary-Artifacts🟢 10no binaries found in the repo
License🟢 9license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Branch-Protection🟢 8branch protection is not maximal on development and all release branches
Vulnerabilities🟢 91 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
maven/org.jacoco:org.jacoco.ant 0.8.14 🟢 5.8
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 10
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Code-Review🟢 8Found 10/12 approved changesets -- score normalized to 8
Packaging⚠️ -1packaging workflow not detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Pinned-Dependencies🟢 10all dependencies are pinned
Binary-Artifacts🟢 10no binaries found in the repo
License🟢 9license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Branch-Protection🟢 8branch protection is not maximal on development and all release branches
Vulnerabilities🟢 91 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
maven/org.jacoco:org.jacoco.core 0.8.14 🟢 5.8
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 10
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Code-Review🟢 8Found 10/12 approved changesets -- score normalized to 8
Packaging⚠️ -1packaging workflow not detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Pinned-Dependencies🟢 10all dependencies are pinned
Binary-Artifacts🟢 10no binaries found in the repo
License🟢 9license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Branch-Protection🟢 8branch protection is not maximal on development and all release branches
Vulnerabilities🟢 91 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
maven/org.jacoco:org.jacoco.report 0.8.14 🟢 5.8
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 10
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Code-Review🟢 8Found 10/12 approved changesets -- score normalized to 8
Packaging⚠️ -1packaging workflow not detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Pinned-Dependencies🟢 10all dependencies are pinned
Binary-Artifacts🟢 10no binaries found in the repo
License🟢 9license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Branch-Protection🟢 8branch protection is not maximal on development and all release branches
Vulnerabilities🟢 91 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
maven/org.ow2.asm:asm-commons 9.9 UnknownUnknown

Scanned Files

  • settings.gradle

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the Gradle build wrapper from version 9.2.1 to 9.3.0, addressing issue #87. The update follows the standard Gradle wrapper update procedure using the gradlew wrapper command.

Changes:

  • Updated Gradle distribution URL to version 9.3.0
  • Updated Gradle wrapper JAR binary to match the new version

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
gradle/wrapper/gradle-wrapper.properties Updated distributionUrl from gradle-9.2.1-bin.zip to gradle-9.3.0-bin.zip
gradle/wrapper/gradle-wrapper.jar Updated wrapper JAR binary to version 9.3.0

@TerryEbdon TerryEbdon merged commit c2b04ad into main Jan 25, 2026
10 checks passed
@TerryEbdon TerryEbdon deleted the TerryEbdon/issue87 branch January 25, 2026 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump Gradle from 9.2.1 to 9.3.0

2 participants