Merge pull request #66 from anas-elgarhy/dependabot/gradle/org.jetbrains.intellij-1.14.0

Bump org.jetbrains.intellij from 1.13.3 to 1.14.0
This commit is contained in:
mergify[bot] 2023-06-04 09:16:07 +00:00 committed by GitHub
commit 739052b624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ fun properties(key: String) = project.findProperty(key).toString()
plugins {
id("java")
id("org.jetbrains.intellij") version "1.13.3"
id("org.jetbrains.intellij") version "1.14.0"
id("org.jetbrains.changelog") version "2.1.0"
}