From 6105cfad1f2279e785e171be856f0de6ee695903 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 07:20:00 +0000 Subject: [PATCH] Update intellij from 1.17.1 to 1.17.2 (patch) (#34) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 818d6da..0a4185b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] idea = "2022.1.2" -intellij = "1.17.1" +intellij = "1.17.2" # This might seem old, but since this is a plugin to a Gradle Plugin, # it's customary to support whatever Java range Gradle supports: # https://docs.gradle.org/current/userguide/compatibility.html