Skip to content

Auto-update dependencies. - #2833

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

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

Conversation

@dpebot

Copy link
Copy Markdown
Collaborator

Brought to you by your friendly Repository Gardener.

@wiz-9635d3485b

wiz-9635d3485bBot commented Aug 20, 2026

Copy link
Copy Markdown

Wiz Scan Summary

ScannerFindings
Vulnerability Finding Vulnerabilities4 Medium
Data Finding Sensitive Data-
Secret Finding Secrets-
IaC Misconfiguration IaC Misconfigurations-
SAST Finding SAST Findings-
Software Management Finding Software Management Findings-
Total4 Medium

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-assistgemini-code-assistBot 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 threadbuild.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

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
dpebotforce-pushed the dpebot-repositorygardener branch 3 times, most recently from c045f9a to 6db72eeCompareAugust 23, 2026 22:09
@dpebot
dpebotforce-pushed the dpebot-repositorygardener branch from 6db72ee to 8de64e9CompareAugust 25, 2026 22:11
Comment threadbuild.gradle.kts Outdated
@thatfiredev
thatfiredev merged commit 16b79fa into masterAug 26, 2026
18 checks passed
Sign up for freeto 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.

2 participants

@dpebot@thatfiredev