diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 195b62bb..4cb52532 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.4" } +idea-ext = { id = "org.jetbrains.gradle.plugin.idea-ext", version = "1.4.1" } 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" }