From 074b9dfc9a57af7039565f0c394567eccddbeec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 22:01:15 +0000 Subject: [PATCH] Bump com.gradle.plugin-publish from 1.3.0 to 1.3.1 Bumps com.gradle.plugin-publish from 1.3.0 to 1.3.1. --- updated-dependencies: - dependency-name: com.gradle.plugin-publish dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0f05760..0006b3b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { kotlin("jvm") version "1.9.24" id("jacoco") id("com.github.kt3k.coveralls") version "2.12.2" - id("com.gradle.plugin-publish") version "1.3.0" + id("com.gradle.plugin-publish") version "1.3.1" id("java-gradle-plugin") id("maven-publish") id("org.jlleitschuh.gradle.ktlint") version "11.6.1"