Skip to content

Auto-update dependencies. - #2833

Open
dpebot wants to merge 1 commit into
masterfrom
dpebot-repositorygardener
Open

Auto-update dependencies.#2833
dpebot wants to merge 1 commit into
masterfrom
dpebot-repositorygardener

Conversation

@dpebot

@dpebot dpebot commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

Brought to you by your friendly Repository Gardener.

@wiz-9635d3485b

wiz-9635d3485b Bot commented Aug 20, 2026

Copy link
Copy Markdown

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities 2 High 3 Medium 5 Low
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations -
SAST Finding SAST Findings -
Software Management Finding Software Management Findings -
Total 2 High 3 Medium 5 Low

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 centralizing this dependency definition within gradle/libs.versions.toml to maintain consistency with the rest of the project's dependency management.

Comment thread build.gradle.kts

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

To keep dependency management centralized and consistent with the rest of the project, consider defining the ktlint dependency in gradle/libs.versions.toml instead of hardcoding it here.

For example, add the following to gradle/libs.versions.toml:

[versions]
ktlint = "0.50.0"

[libraries]
ktlint = { module = "com.pinterest:ktlint", version.ref = "ktlint" }
    ktlint(libs.ktlint) {

@dpebot
dpebot force-pushed the dpebot-repositorygardener branch from aa1175c to f3304f5 Compare August 21, 2026 22:14
@dpebot
dpebot force-pushed the dpebot-repositorygardener branch from f3304f5 to c045f9a Compare August 22, 2026 22:10
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.

1 participant