From 2b8e4dd7bd0460efc4fe60909ab3d88a5f6fbf2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:26:25 +0000 Subject: [PATCH] Bump org.jetbrains.intellij from 1.14.2 to 1.17.1 Bumps org.jetbrains.intellij from 1.14.2 to 1.17.1. --- updated-dependencies: - dependency-name: org.jetbrains.intellij dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9099766..e9bc898 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id 'java' // see https://github.com/JetBrains/gradle-intellij-plugin and // https://plugins.gradle.org/plugin/org.jetbrains.intellij - id 'org.jetbrains.intellij' version '1.14.2' + id 'org.jetbrains.intellij' version '1.17.1' // https://github.com/JetBrains/gradle-changelog-plugin#initializechangelog id("org.jetbrains.changelog") version "1.2.1"