We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aab3a5 commit 293a204Copy full SHA for 293a204
build.gradle.kts
@@ -66,7 +66,7 @@ dependencies {
66
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
67
implementation("org.freemarker:freemarker:$freemarkerVersion")
68
implementation("org.bouncycastle:bcpkix-jdk18on:$bouncyCastleVersion")
69
- implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
+ implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0")
70
testImplementation("org.assertj:assertj-core:$assertjVersion")
71
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion")
72
testImplementation("org.junit.jupiter:junit-jupiter-params:$junitJupiterVersion")
0 commit comments