Skip to content

Commit 97e5c62

Browse files
chore(deps): update all dependencies
| datasource | package | from | to | | ----------- | ------------------------------------------------------------------------- | ------ | ------ | | github-tags | actions/cache | v3 | v4 | | maven | org.jlleitschuh.gradle.ktlint:org.jlleitschuh.gradle.ktlint.gradle.plugin | 11.6.1 | 12.1.0 | | maven | org.jetbrains.intellij:org.jetbrains.intellij.gradle.plugin | 1.16.0 | 1.16.1 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.9.21 | 1.9.22 |
1 parent 809cec3 commit 97e5c62

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/quality-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/[email protected]
1616
- name: Cache Pre-commit
17-
uses: actions/cache@v3
17+
uses: actions/cache@v4
1818
with:
1919
path: |
2020
~/.cache/pre-commit

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ plugins {
3434
// Java support
3535
id("java")
3636
// Kotlin support
37-
id("org.jetbrains.kotlin.jvm") version "1.9.21"
37+
id("org.jetbrains.kotlin.jvm") version "1.9.22"
3838
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
39-
id("org.jetbrains.intellij") version "1.16.0"
39+
id("org.jetbrains.intellij") version "1.16.1"
4040
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
4141
id("org.jetbrains.changelog") version "2.2.0"
4242
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
4343
id("io.gitlab.arturbosch.detekt") version "1.23.4"
4444
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
45-
id("org.jlleitschuh.gradle.ktlint") version "11.6.1"
45+
id("org.jlleitschuh.gradle.ktlint") version "12.1.0"
4646
}
4747

4848
group = properties("pluginGroup")

0 commit comments

Comments
 (0)