Skip to content

Commit 7961498

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 9b51444 + 943538d commit 7961498

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160

161161
# Run Qodana inspections
162162
- name: Qodana - Code Inspection
163-
uses: JetBrains/[email protected].2
163+
uses: JetBrains/[email protected].4
164164
with:
165165
cache-default-branch-only: true
166166

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ junit = "4.13.2"
44
opentest4j = "1.3.0"
55

66
# plugins
7-
changelog = "2.4.0"
7+
changelog = "2.5.0"
88
intelliJPlatform = "2.10.5"
99
kotlin = "2.2.21"
10-
kover = "0.9.3"
11-
qodana = "2025.2.2"
10+
kover = "0.9.4"
11+
qodana = "2025.2.4"
1212

1313
[libraries]
1414
junit = { group = "junit", name = "junit", version.ref = "junit" }

0 commit comments

Comments
 (0)