We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969eac0 commit 492bb05Copy full SHA for 492bb05
router/build.gradle.kts
@@ -8,7 +8,7 @@ dependencies {
8
9
implementation("org.slf4j:slf4j-api:1.7.36")
10
api("com.fasterxml.jackson.core:jackson-databind:2.13.1")
11
- api("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.1")
+ api("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.2")
12
api("com.google.guava:guava:31.1-jre")
13
14
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.8.2")
0 commit comments