diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cbfeeb08..fe2fba02 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.2" } +idea-ext = { id = "org.jetbrains.gradle.plugin.idea-ext", version = "1.3" } 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" }