From 38580ded8707a095b973d281111819500e638171 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 19:31:39 +0000 Subject: [PATCH] chore(deps): update plugin idea-ext to v1.2 --- 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 41084ed1..b23f8977 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -64,7 +64,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.1.10" } +idea-ext = { id = "org.jetbrains.gradle.plugin.idea-ext", version = "1.2" } jandex = { id = "com.github.vlsi.jandex", version.ref = "jandexPlugin" } jmh = { id = "me.champeau.jmh", version = "0.7.3" } maven-central-publish = { id = "io.github.zenhelix.maven-central-publish", version = "0.8.0" }