From 5a65fe5924a8e07a6655069a71bd1758125d7a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 02:12:24 +0000 Subject: [PATCH] Bump org.jetbrains.intellij from 1.16.0 to 1.16.1 Bumps org.jetbrains.intellij from 1.16.0 to 1.16.1. --- updated-dependencies: - dependency-name: org.jetbrains.intellij dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e41295ba2e..1ae89a296b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ buildscript { plugins { id("idea") id("jacoco") - id("org.jetbrains.intellij") version "1.16.0" + id("org.jetbrains.intellij") version "1.16.1" id("org.jetbrains.grammarkit") version "2022.3.2" id("com.github.kt3k.coveralls") version "2.12.2" id("org.sonarqube") version "4.4.1.3373"