Skip to content

Commit 563a413

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 0060b45 + aad95ad commit 563a413

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

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

55
# plugins
66
changelog = "2.2.1"
7-
intelliJPlatform = "2.5.0"
8-
kotlin = "2.1.0"
7+
intelliJPlatform = "2.6.0"
8+
kotlin = "2.1.21"
99
kover = "0.9.1"
10-
qodana = "2024.3.4"
10+
qodana = "2025.1.1"
1111

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

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
2+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
33
}
44

55
rootProject.name = "Sitemap"

0 commit comments

Comments
 (0)