From daa5dacea0c2db51471a780abb97714cd18c66db Mon Sep 17 00:00:00 2001 From: Martin Oehlert Date: Wed, 12 Nov 2025 07:49:24 +0100 Subject: [PATCH] update to 2025.3 --- gradle.properties | 4 ++-- gradle/libs.versions.toml | 4 ++-- src/dotnet/Plugin.props | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index a2cb266..2aad2de 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,8 +15,8 @@ PublishToken="_PLACEHOLDER_" # Release: 2020.2 # EAP: 2020.3-EAP2-SNAPSHOT # Nightly: 2020.3-SNAPSHOT -ProductVersion=2025.2 -PluginVersion=2025.2 +ProductVersion=2025.3 +PluginVersion=2025.3.0 # Kotlin 1.4 will bundle the stdlib dependency by default, causing problems with the version bundled with the IDE # https://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-rc-released/#stdlib-default diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c891b9c..05e7c2e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -kotlin = "2.2.10" # https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library -rdGen = "2025.2.3" # https://github.com/JetBrains/rd/releases +kotlin = "2.2.21" # https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library +rdGen = "2025.3.1" # https://github.com/JetBrains/rd/releases [libraries] kotlinStdLib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", version.ref = "kotlin" } diff --git a/src/dotnet/Plugin.props b/src/dotnet/Plugin.props index da0c09c..8b30c04 100644 --- a/src/dotnet/Plugin.props +++ b/src/dotnet/Plugin.props @@ -1,6 +1,6 @@ - 2025.2.0 + 2025.3.0 CleanCode Automates some of the concepts in Uncle Bob's Clean Code book Martin Oehlert, Hadi Hariri, Matt Ellis @@ -10,4 +10,4 @@ https://raw.github.com/MO2k4/CleanCode/master/license.txt https://raw.githubusercontent.com/MO2k4/CleanCode/master/logo.png - + \ No newline at end of file