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" }