We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87b946c + a2eebc5 commit eb74bf7Copy full SHA for eb74bf7
build.gradle.kts
@@ -25,7 +25,7 @@ dependencies {
25
implementation("org.jetbrains:annotations:26.0.2")
26
27
// Jackson
28
- implementation("com.fasterxml.jackson.core:jackson-core:2.18.3")
+ implementation("com.fasterxml.jackson.core:jackson-core:2.19.0")
29
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.19.0")
30
31
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
0 commit comments