Skip to content

Commit

Permalink
chore(deps): update gradle non-major dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                         | from   | to     |
| ---------- | --------------------------------------------------------------- | ------ | ------ |
| maven      | org.jetbrains.intellij:org.jetbrains.intellij.gradle.plugin     | 1.17.0 | 1.17.2 |
| maven      | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.9.22 | 1.9.23 |
  • Loading branch information
renovate[bot] committed Mar 7, 2024
1 parent abf4b32 commit e7b1ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ plugins {
// Java support
id("java")
// Kotlin support
id("org.jetbrains.kotlin.jvm") version "1.9.22"
id("org.jetbrains.kotlin.jvm") version "1.9.23"
// Gradle IntelliJ Plugin
id("org.jetbrains.intellij") version "1.17.0"
id("org.jetbrains.intellij") version "1.17.2"
// Gradle Changelog Plugin
id("org.jetbrains.changelog") version "2.2.0"
}
Expand Down

0 comments on commit e7b1ef7

Please sign in to comment.