From cbd9b2afed0401e8efaf48f15878914d1dd8d4cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:19:40 +0000 Subject: [PATCH] Bump the gradle-minor-and-patch group across 1 directory with 2 updates Bumps the gradle-minor-and-patch group with 2 updates in the /buildSrc directory: org.yaml:snakeyaml and [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet). Updates `org.yaml:snakeyaml` from 2.6 to 2.7 Updates `com.squareup:kotlinpoet` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/square/kotlinpoet/releases) - [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md) - [Commits](https://github.com/square/kotlinpoet/compare/2.3.0...2.4.0) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-version: '2.7' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-and-patch - dependency-name: com.squareup:kotlinpoet dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-and-patch ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index a9b04aa8a..6bce48d90 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -8,7 +8,7 @@ repositories { } dependencies { - implementation("org.yaml:snakeyaml:2.6") + implementation("org.yaml:snakeyaml:2.7") implementation("dshackle:foundation:1.0.0") - implementation("com.squareup:kotlinpoet:2.3.0") + implementation("com.squareup:kotlinpoet:2.4.0") }