From 2038a13d93fd5644373a3c378ac81b6e60948f25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 12:28:49 +0000 Subject: [PATCH] chore(deps): update plugin idea-ext to v1.4 --- 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 d12919d5..b2c250ff 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -65,7 +65,7 @@ spotless-plugin = { module = "com.diffplug.spotless:spotless-plugin-gradle", ver tomcat-annotations-api = { module = "org.apache.tomcat:annotations-api", version = "6.0.53" } [plugins] -idea-ext = { id = "org.jetbrains.gradle.plugin.idea-ext", version = "1.3" } +idea-ext = { id = "org.jetbrains.gradle.plugin.idea-ext", version = "1.4" } jandex = { id = "com.github.vlsi.jandex", version.ref = "jandexPlugin" } jmh = { id = "me.champeau.jmh", version = "0.7.3" } nmcp = { id = "com.gradleup.nmcp.aggregation", version = "1.4.4" }