File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ import org.jetbrains.dokka.gradle.DokkaTask
3
3
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
4
4
5
5
plugins {
6
- kotlin(" jvm" ) version " 1.9.22 "
6
+ kotlin(" jvm" ) version " 2.0.0 "
7
7
id(" org.jetbrains.kotlinx.kover" ) version " 0.7.6"
8
- kotlin(" plugin.serialization" ) version " 1.9.22 "
8
+ kotlin(" plugin.serialization" ) version " 2.0.0 "
9
9
`maven- publish`
10
10
signing
11
- id(" io.github.gradle-nexus.publish-plugin" ) version " 1.3 .0"
12
- id(" org.jetbrains.dokka" ) version " 1.9.10 "
11
+ id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0 .0"
12
+ id(" org.jetbrains.dokka" ) version " 1.9.20 "
13
13
}
14
14
15
15
group = " nl.sanderdijkhuis"
@@ -21,9 +21,9 @@ repositories {
21
21
22
22
dependencies {
23
23
testImplementation(kotlin(" test" ))
24
- testImplementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3 " )
25
- testImplementation(" org.bouncycastle:bcprov-jdk18on:1.77 " )
26
- testImplementation(" org.bouncycastle:bcpkix-jdk18on:1.77 " )
24
+ testImplementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2 " )
25
+ testImplementation(" org.bouncycastle:bcprov-jdk18on:1.78.1 " )
26
+ testImplementation(" org.bouncycastle:bcpkix-jdk18on:1.78.1 " )
27
27
}
28
28
29
29
java {
You can’t perform that action at this time.
0 commit comments