Skip to content

Commit

Permalink
Bump org.jetbrains.intellij from 1.17.3 to 1.17.4 (#205)
Browse files Browse the repository at this point in the history
Bumps org.jetbrains.intellij from 1.17.3 to 1.17.4.

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 63c2380 commit e1700b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
// Kotlin support
id("org.jetbrains.kotlin.jvm") version "2.0.0"
// Gradle IntelliJ Plugin
id("org.jetbrains.intellij") version "1.17.3"
id("org.jetbrains.intellij") version "1.17.4"
// Gradle Changelog Plugin
id("org.jetbrains.changelog") version "2.2.0"
// Gradle Qodana Plugin
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# plugins
kotlin = "2.0.0"
changelog = "2.2.0"
gradleIntelliJPlugin = "1.17.3"
gradleIntelliJPlugin = "1.17.4"
qodana = "2024.1.5"
kover = "0.8.0"

Expand Down

0 comments on commit e1700b4

Please sign in to comment.