Skip to content

Commit 84cb830

Browse files
Bumped Kotlin and Dokka versions (#292)
1 parent 996df60 commit 84cb830

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed

gradle-plugin/src/test/kotlin/tech/mappie/testing/TestBase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ abstract class TestBase {
2626

2727
protected open val gradleVersion: String? = null
2828

29-
protected open val kotlinVersion = "2.2.20"
29+
protected open val kotlinVersion = "2.2.21"
3030

3131
private lateinit var settings: SettingsGradleBuilder
3232

gradle.properties

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
version=2.2.20-1.6.1
1+
version=2.2.21-1.6.1
22

33
org.gradle.configuration-cache=true
44
org.gradle.configuration-cache.parallel=true
55
org.gradle.caching=true
6-
org.gradle.jvmargs=-Xmx2048M -XX:MaxMetaspaceSize=512m
7-
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
8-
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
9-
10-
#kotlin.js.yarn=false
6+
org.gradle.jvmargs=-Xmx2048M -XX:MaxMetaspaceSize=512m

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
2-
kotlin = "2.2.20"
2+
kotlin = "2.2.21"
33

44
[libraries]
55
kotlin-compiler-embeddable = { module = "org.jetbrains.kotlin:kotlin-compiler-embeddable", version.ref = "kotlin" }
66
kotlin-multiplatform-gradle-plugin = { module = "org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin", version.ref = "kotlin" }
77
kotlin-jvm-gradle-plugin = { module = "org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin", version.ref = "kotlin" }
88
kotlin-maven-plugin = { module = "org.jetbrains.kotlin:kotlin-maven-plugin", version.ref = "kotlin" }
99
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin" }
10-
dokka-gradle-plugin = { module = "org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin", version = "2.0.0" }
10+
dokka-gradle-plugin = { module = "org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin", version = "2.1.0" }
1111
classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.184" }
1212
okio = { module = "com.squareup.okio:okio", version = "3.16.1" }
1313
assertj-core = { module = "org.assertj:assertj-core", version = "3.27.6" }

maven-plugin/src/test/kotlin/tech/mappie/testing/MavenTestBase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ abstract class MavenTestBase {
3131

3232
private lateinit var request: InvocationRequest
3333

34-
protected open val kotlinVersion = "2.2.20"
34+
protected open val kotlinVersion = "2.2.21"
3535

3636
@BeforeEach
3737
fun setup() {

website/src/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Changelog"
33
layout: "layouts/changelog.html"
44
changelog:
55
- date: "2025-10-24"
6-
title: "v2.2.20-1.6.1"
6+
title: "v2.2.21-1.6.1"
77
items:
88
- "[#290](https://github.com/Mr-Mappie/mappie/issues/290) Fix IndexOutOfBoundsException with generic target type."
99
- date: "2025-10-12"

0 commit comments

Comments
 (0)