From 894b8e766bc7a0c7c381e62423f1c109d2b54b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 02:23:02 +0000 Subject: [PATCH] Bump com.shakelang.util.changelog:plugin from 0.7.7 to 0.7.9 Bumps [com.shakelang.util.changelog:plugin](https://github.com/shakelang/shake) from 0.7.7 to 0.7.9. - [Release notes](https://github.com/shakelang/shake/releases) - [Commits](https://github.com/shakelang/shake/commits) --- updated-dependencies: - dependency-name: com.shakelang.util.changelog:plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 226186801..e70a5a158 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { implementation("com.github.node-gradle:gradle-node-plugin:7.0.2") implementation("gradle.plugin.org.gradle.crypto:checksum:1.4.0") implementation("gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.16.1") - implementation("com.shakelang.util.changelog:plugin:0.7.7") + implementation("com.shakelang.util.changelog:plugin:0.7.9") implementation("com.shakelang.util:sarifmerge:0.2.4") implementation("com.shakelang.util.embed:plugin:0.2.3") implementation("io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0")