Skip to content

Commit f72392a

Browse files
chore(deps): update all dependencies
| datasource | package | from | to | | ----------- | --------------------------------------------------------------------- | -------- | -------- | | github-tags | pre-commit/action | v3.0.0 | v3.0.1 | | maven | io.gitlab.arturbosch.detekt:detekt-formatting | 1.23.4 | 1.23.5 | | maven | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin | 1.23.4 | 1.23.5 | | maven | org.jetbrains.qodana:org.jetbrains.qodana.gradle.plugin | 2023.2.1 | 2023.3.1 | | maven | org.jetbrains.intellij:org.jetbrains.intellij.gradle.plugin | 1.17.0 | 1.17.1 |
1 parent d18ebf4 commit f72392a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/quality-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.5")
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ annotations = "24.1.0"
55
# plugins
66
kotlin = "1.9.22"
77
changelog = "2.2.0"
8-
gradleIntelliJPlugin = "1.17.0"
9-
qodana = "2023.2.1"
8+
gradleIntelliJPlugin = "1.17.1"
9+
qodana = "2023.3.1"
1010
kover = "0.7.5"
11-
detekt = "1.23.4"
11+
detekt = "1.23.5"
1212
ktlint = "12.1.0"
1313

1414
[libraries]

0 commit comments

Comments
 (0)