Skip to content

build: update Gradle and patch SDK dependency vulnerabilities - #52

Merged
kriptoburak merged 3 commits into
mainfrom
dependabot/gradle/gradle-wrapper-9.7.0
Aug 18, 2026
Merged

build: update Gradle and patch SDK dependency vulnerabilities#52
kriptoburak merged 3 commits into
mainfrom
dependabot/gradle/gradle-wrapper-9.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

Updates the Gradle wrapper to 9.7.0 and refreshes all dependency locks.

Also resolves every open GitHub code-scanning advisory in this SDK:

  • Kotlin Gradle plugin to 2.4.20-RC (first published patched line)
  • Apache HttpClient to 5.6.4
  • Apache HttpCore and HttpCore H2 to 5.4.3
  • Log4j to 2.26.1

Additional stable dependency updates include OkHttp 5.5.0, JUnit 6.1.3, JUnit Pioneer 2.3.0, and Mockito Kotlin 6.3.0.

The repair also records complete cold-cache verification metadata and excludes the shrinker fixture from aggregate coverage inputs under Gradle 9.7.

Validation:

  • dependency licenses and OSV audit pass with no findings
  • cold-cache dependency verification passes
  • 1,418 tests across 329 suites pass
  • aggregate coverage policy passes
  • lint, build, ProGuard, and R8 pass
  • 15 Maven artifacts are byte-identical across isolated builds

Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 9.6.1 to 9.7.0.
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.6.1...v9.7.0)

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 18, 2026
@dependabot
dependabot Bot requested a review from kriptoburak as a code owner August 18, 2026 07:24
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 18, 2026
@dependabot
dependabot Bot requested a review from furkanerday as a code owner August 18, 2026 07:24
@dependabot dependabot Bot added the java Pull requests that update java code label Aug 18, 2026
@kriptoburak kriptoburak changed the title chore(deps): bump gradle-wrapper from 9.6.1 to 9.7.0 build: update Gradle and patch SDK dependency vulnerabilities Aug 18, 2026
kriptoburak
kriptoburak previously approved these changes Aug 18, 2026

@kriptoburak kriptoburak left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I verified the update locally. The license and OSV audit is clean. All 1,418 tests, coverage, and 15 reproducible Maven artifacts pass. The dependency graph no longer contains the 5 versions reported by GitHub code scanning.

@kriptoburak
kriptoburak enabled auto-merge (squash) August 18, 2026 17:54
@socket-security

socket-security Bot commented Aug 18, 2026

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
License policy violation: maven org.apache.httpcomponents.client5:httpclient5 under MPL-2.0

License: MPL-2.0 - The applicable license policy does not permit this license (5) (org/publicsuffix/list/effective_tld_names.dat)

From: x-twitter-scraper-java-client-okhttp/gradle.lockfilemaven/org.apache.httpcomponents.client5/httpclient5@5.6.4

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore maven/org.apache.httpcomponents.client5/httpclient5@5.6.4. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: maven org.apache.httpcomponents.core5:httpcore5 is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: x-twitter-scraper-java-client-okhttp/gradle.lockfilemaven/org.apache.httpcomponents.core5/httpcore5-h2@5.4.3maven/org.apache.httpcomponents.core5/httpcore5@5.4.3

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore maven/org.apache.httpcomponents.core5/httpcore5@5.4.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: maven org.jetbrains.kotlin:kotlin-gradle-plugin is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: buildSrc/gradle.lockfilemaven/org.jetbrains.kotlin/kotlin-gradle-plugin@2.4.20-Beta2

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore maven/org.jetbrains.kotlin/kotlin-gradle-plugin@2.4.20-Beta2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: maven org.junit-pioneer:junit-pioneer under EPL-2.0

License: EPL-2.0 - The applicable license policy does not permit this license (5) (META-INF/LICENSE.md)

From: x-twitter-scraper-java-core/gradle.lockfilemaven/org.junit-pioneer/junit-pioneer@2.3.0

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore maven/org.junit-pioneer/junit-pioneer@2.3.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: maven org.junit.jupiter:junit-jupiter-api under EPL-2.0

License: EPL-2.0 - The applicable license policy does not permit this license (5) (Maven pom file)

License: EPL-2.0 - The applicable license policy does not permit this license (5) (META-INF/LICENSE.md)

From: x-twitter-scraper-java-core/gradle.lockfilemaven/org.junit.jupiter/junit-jupiter-engine@6.1.3maven/org.junit.jupiter/junit-jupiter-params@6.1.3maven/org.junit.jupiter/junit-jupiter-api@6.1.3

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore maven/org.junit.jupiter/junit-jupiter-api@6.1.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: maven org.junit.jupiter:junit-jupiter-engine under EPL-2.0

License: EPL-2.0 - The applicable license policy does not permit this license (5) (Maven pom file)

License: EPL-2.0 - The applicable license policy does not permit this license (5) (META-INF/LICENSE.md)

From: x-twitter-scraper-java-core/gradle.lockfilemaven/org.junit.jupiter/junit-jupiter-engine@6.1.3

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore maven/org.junit.jupiter/junit-jupiter-engine@6.1.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: maven org.junit.jupiter:junit-jupiter-params under EPL-2.0

License: EPL-2.0 - The applicable license policy does not permit this license (5) (Maven pom file)

License: EPL-2.0 - The applicable license policy does not permit this license (5) (META-INF/LICENSE.md)

From: x-twitter-scraper-java-core/gradle.lockfilemaven/org.junit.jupiter/junit-jupiter-params@6.1.3

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore maven/org.junit.jupiter/junit-jupiter-params@6.1.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: maven org.junit.platform:junit-platform-commons under EPL-2.0

License: EPL-2.0 - The applicable license policy does not permit this license (5) (Maven pom file)

License: EPL-2.0 - The applicable license policy does not permit this license (5) (META-INF/LICENSE.md)

From: x-twitter-scraper-java-core/gradle.lockfilemaven/org.junit.jupiter/junit-jupiter-engine@6.1.3maven/org.junit.jupiter/junit-jupiter-params@6.1.3maven/org.junit.platform/junit-platform-launcher@6.1.3maven/org.junit.platform/junit-platform-commons@6.1.3

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore maven/org.junit.platform/junit-platform-commons@6.1.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: maven org.junit.platform:junit-platform-engine under EPL-2.0

License: EPL-2.0 - The applicable license policy does not permit this license (5) (Maven pom file)

License: EPL-2.0 - The applicable license policy does not permit this license (5) (META-INF/LICENSE.md)

From: x-twitter-scraper-java-core/gradle.lockfilemaven/org.junit.jupiter/junit-jupiter-engine@6.1.3maven/org.junit.platform/junit-platform-launcher@6.1.3maven/org.junit.platform/junit-platform-engine@6.1.3

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore maven/org.junit.platform/junit-platform-engine@6.1.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: maven org.junit.platform:junit-platform-launcher under EPL-2.0

License: EPL-2.0 - The applicable license policy does not permit this license (5) (Maven pom file)

License: EPL-2.0 - The applicable license policy does not permit this license (5) (META-INF/LICENSE.md)

From: x-twitter-scraper-java-core/gradle.lockfilemaven/org.junit.platform/junit-platform-launcher@6.1.3

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore maven/org.junit.platform/junit-platform-launcher@6.1.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: maven org.junit:junit-bom under EPL-2.0

License: EPL-2.0 - The applicable license policy does not permit this license (5) (Maven pom file)

From: x-twitter-scraper-java-core/gradle.lockfilemaven/org.junit/junit-bom@6.1.3

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore maven/org.junit/junit-bom@6.1.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@kriptoburak
kriptoburak force-pushed the dependabot/gradle/gradle-wrapper-9.7.0 branch from 085c62c to 9a227d3 Compare August 18, 2026 18:28
kriptoburak
kriptoburak previously approved these changes Aug 18, 2026

@kriptoburak kriptoburak left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I validated dependency verification, vulnerability remediation, coverage wiring, tests, artifacts, and the audit on the repaired head.

@kriptoburak
kriptoburak force-pushed the dependabot/gradle/gradle-wrapper-9.7.0 branch from 86bbb92 to 12ea0b2 Compare August 18, 2026 19:43
@kriptoburak
kriptoburak force-pushed the dependabot/gradle/gradle-wrapper-9.7.0 branch from 12ea0b2 to 92ab767 Compare August 18, 2026 19:52
@kriptoburak
kriptoburak merged commit 861e280 into main Aug 18, 2026
16 checks passed
@dependabot
dependabot Bot deleted the dependabot/gradle/gradle-wrapper-9.7.0 branch August 18, 2026 20:09
This was referenced Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant