Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.18.0 to 2.18.1 #181

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/github/user-contribs/summarize.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// but there's no Gradle resolution in play here, so we have to pick a platform manually.
@file:Repository("https://repo1.maven.org/maven2/")
@file:DependsOn("com.fasterxml.jackson.core:jackson-databind:2.18.1")
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1")
@file:DependsOn("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.1")
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-html-jvm:0.11.0")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// but there's no Gradle resolution in play here, so we have to pick a platform manually.
@file:Repository("https://repo1.maven.org/maven2/")
// TODEL https://youtrack.jetbrains.com/issue/KT-47384 cannot use kotlinx-serialization...
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1")
@file:DependsOn("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.1")
@file:DependsOn("com.github.seratch:notion-sdk-jvm-core:1.11.1")
@file:DependsOn("com.github.seratch:notion-sdk-jvm-okhttp4:1.11.1")
Expand Down
2 changes: 1 addition & 1 deletion scripts/notion/import-data/notion-import-droidcon.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// but there's no Gradle resolution in play here, so we have to pick a platform manually.
@file:Repository("https://repo1.maven.org/maven2/")
// TODEL https://youtrack.jetbrains.com/issue/KT-47384 cannot use kotlinx-serialization...
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1")
@file:DependsOn("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.1")
@file:DependsOn("com.github.seratch:notion-sdk-jvm-core:1.11.1")
@file:DependsOn("com.github.seratch:notion-sdk-jvm-okhttp4:1.11.1")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// but there's no Gradle resolution in play here, so we have to pick a platform manually.
@file:Repository("https://repo1.maven.org/maven2/")
// TODEL https://youtrack.jetbrains.com/issue/KT-47384 cannot use kotlinx-serialization...
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1")

import com.fasterxml.jackson.databind.DeserializationFeature
import com.fasterxml.jackson.databind.annotation.JsonDeserialize
Expand Down