From adebdf6a98c737d7c7e4c0dd8b8675533a1b6a82 Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Tue, 9 Dec 2025 22:28:22 +1100 Subject: [PATCH 1/2] Bump Version to v0.2.3 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 97fff55..efc37a7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.intlimit.grsplugin pluginName = GroovyScript pluginRepositoryUrl = https://github.com/IntegerLimit/GroovyScriptPlugin # SemVer format -> https://semver.org -pluginVersion = 0.2.2 +pluginVersion = 0.2.3 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 233 From 251ce18524830938b4090617229a8224a8185149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 08:14:49 +0000 Subject: [PATCH 2/2] Bump org.jetbrains.kotlinx.kover from 0.9.3 to 0.9.4 Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.9.3 to 0.9.4. - [Release notes](https://github.com/Kotlin/kotlinx-kover/releases) - [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-kover/compare/v0.9.3...v0.9.4) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.kover dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 01efd97..ce18d74 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ opentest4j = "1.3.0" changelog = "2.5.0" intelliJPlatform = "2.10.5" kotlin = "2.2.21" -kover = "0.9.3" +kover = "0.9.4" qodana = "2025.2.2" [libraries]