Skip to content

Auto-update dependencies. - #2826

Merged
thatfiredev merged 2 commits into
masterfrom
dpebot-repositorygardener
Aug 10, 2026
Merged

Auto-update dependencies.#2826
thatfiredev merged 2 commits into
masterfrom
dpebot-repositorygardener

Conversation

@dpebot

@dpebot dpebot commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Brought to you by your friendly Repository Gardener.

@wiz-9635d3485b

wiz-9635d3485b Bot commented Jul 31, 2026

Copy link
Copy Markdown

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities -
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations -
SAST Finding SAST Findings -
Software Management Finding Software Management Findings -
Total -

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try the Wiz Code extension for VS Code, JetBrains, or Visual Studio.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the ktlint dependency version from 0.49.1 to 0.50.0 in build.gradle.kts. The feedback suggests defining this dependency in the Gradle Version Catalog (gradle/libs.versions.toml) instead of hardcoding it directly in the build script, which helps maintain consistency across the project.

Comment thread build.gradle.kts Outdated

dependencies {
ktlint("com.pinterest:ktlint:0.49.1") {
ktlint("com.pinterest:ktlint:0.50.0") {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

Instead of hardcoding the ktlint dependency version directly in build.gradle.kts, it is highly recommended to define it in the Gradle Version Catalog (gradle/libs.versions.toml) to maintain consistency with the rest of the project's dependencies.

To do this:

  1. Add the following to gradle/libs.versions.toml:
[versions]
ktlint = "0.50.0"

[libraries]
ktlint = { module = "com.pinterest:ktlint", version.ref = "ktlint" }
  1. Update this line to reference the catalog dependency.
    ktlint(libs.ktlint) {

@dpebot
dpebot force-pushed the dpebot-repositorygardener branch 3 times, most recently from 9e5e03b to 83209a9 Compare August 3, 2026 22:09
@dpebot
dpebot force-pushed the dpebot-repositorygardener branch 5 times, most recently from 1b838cd to 3f06053 Compare August 8, 2026 22:10
@dpebot
dpebot force-pushed the dpebot-repositorygardener branch from 3f06053 to 59dbb35 Compare August 9, 2026 22:09
Comment thread build.gradle.kts Outdated
@thatfiredev
thatfiredev merged commit 7bffdc8 into master Aug 10, 2026
18 checks passed
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.

3 participants