build(deps): bump org.jetbrains.intellij in /code_samples/kotlin_demo

Bumps org.jetbrains.intellij from 1.5.0 to 1.5.1.

---
updated-dependencies:
- dependency-name: org.jetbrains.intellij
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-29 03:07:18 +00:00 committed by Jakub Chrzanowski
parent 36d0c50744
commit 671d3fa5e1

View File

@ -2,7 +2,7 @@
plugins { plugins {
id("java") id("java")
id("org.jetbrains.intellij") version "1.5.0" id("org.jetbrains.intellij") version "1.5.1"
id("org.jetbrains.kotlin.jvm") version "1.6.10" id("org.jetbrains.kotlin.jvm") version "1.6.10"
} }