Skip to content

Commit

Permalink
Update Jackson monorepo from 2.17.2 to 2.18.0 (minor) (#176)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 4085e9d commit c15aa1d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions scripts/github/user-contribs/summarize.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// 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.0")
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")
@file:DependsOn("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.2")
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
@file:DependsOn("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.0")
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-html-jvm:0.11.0")

import Summarize_main.ContributionsResponse.ContributorActivity
Expand Down
4 changes: 2 additions & 2 deletions scripts/notion/import-data/notion-import-dev-summit.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// 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.17.2")
@file:DependsOn("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2")
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
@file:DependsOn("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.0")
@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
4 changes: 2 additions & 2 deletions scripts/notion/import-data/notion-import-droidcon.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// 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.17.2")
@file:DependsOn("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2")
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
@file:DependsOn("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.0")
@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.17.2")
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")

import com.fasterxml.jackson.databind.DeserializationFeature
import com.fasterxml.jackson.databind.annotation.JsonDeserialize
Expand Down
2 changes: 1 addition & 1 deletion scripts/special/lastpass2google-migration/pass.main.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@file:DependsOn("com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.17.2")
@file:DependsOn("com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.18.0")
@file:DependsOn("org.skyscreamer:jsonassert:1.5.3")

import com.fasterxml.jackson.annotation.JsonProperty
Expand Down

0 comments on commit c15aa1d

Please sign in to comment.