Skip to content

Commit e012790

Browse files
chore(deps): update all dependencies
| datasource | package | from | to | | ----------- | ------------------------------------------------------------------------- | -------- | -------- | | github-tags | actions/checkout | v4.1.1 | v4.1.4 | | github-tags | pre-commit/action | v3.0.0 | v3.0.1 | | maven | io.gitlab.arturbosch.detekt:detekt-formatting | 1.23.4 | 1.23.6 | | maven | org.jlleitschuh.gradle.ktlint:org.jlleitschuh.gradle.ktlint.gradle.plugin | 12.1.0 | 12.1.1 | | maven | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin | 1.23.4 | 1.23.6 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.5 | 0.7.6 | | maven | org.jetbrains.qodana:org.jetbrains.qodana.gradle.plugin | 2023.2.1 | 2024.1.4 | | maven | org.jetbrains.intellij:org.jetbrains.intellij.gradle.plugin | 1.17.0 | 1.17.3 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.9.22 | 1.9.24 |
1 parent d18ebf4 commit e012790

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/quality-checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 10
1313
steps:
1414
- name: Checkout
15-
uses: actions/[email protected].1
15+
uses: actions/[email protected].4
1616
- name: Cache Pre-commit
1717
uses: actions/cache@v4
1818
with:
@@ -22,4 +22,4 @@ jobs:
2222
~/.cache/pip
2323
key: ${{ runner.os }}-${{ hashFiles('./.pre-commit-config.yaml') }}
2424
- name: Pre-commit
25-
uses: pre-commit/[email protected].0
25+
uses: pre-commit/[email protected].1

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ kotlin {
7272
}
7373

7474
dependencies {
75-
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.4")
75+
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.6")
7676
implementation("com.twelvemonkeys.imageio:imageio-core:$depsTwelveMonkeys")
7777
implementation("com.twelvemonkeys.imageio:imageio-metadata:$depsTwelveMonkeys")
7878
implementation("com.twelvemonkeys.imageio:imageio-sgi:$depsTwelveMonkeys")

gradle/libs.versions.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
annotations = "24.1.0"
44

55
# plugins
6-
kotlin = "1.9.22"
6+
kotlin = "1.9.24"
77
changelog = "2.2.0"
8-
gradleIntelliJPlugin = "1.17.0"
9-
qodana = "2023.2.1"
10-
kover = "0.7.5"
11-
detekt = "1.23.4"
12-
ktlint = "12.1.0"
8+
gradleIntelliJPlugin = "1.17.3"
9+
qodana = "2024.1.4"
10+
kover = "0.7.6"
11+
detekt = "1.23.6"
12+
ktlint = "12.1.1"
1313

1414
[libraries]
1515
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }

0 commit comments

Comments
 (0)