Skip to content

Commit f93bb37

Browse files
Update Jackson monorepo from 2.19.2 to 2.20.0
1 parent 68e115c commit f93bb37

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

scripts/github/user-contribs/summarize.main.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// Note: normally these dependencies are listed without a -jvm suffix,
33
// but there's no Gradle resolution in play here, so we have to pick a platform manually.
44
@file:Repository("https://repo1.maven.org/maven2/")
5-
@file:DependsOn("com.fasterxml.jackson.core:jackson-databind:2.19.2")
6-
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.2")
7-
@file:DependsOn("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.2")
5+
@file:DependsOn("com.fasterxml.jackson.core:jackson-databind:2.20.0")
6+
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.20.0")
7+
@file:DependsOn("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.0")
88
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-html-jvm:0.12.0")
99

1010
import ContributionsResponse.ContributorActivity

scripts/notion/import-data/notion-import-dev-summit.main.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// but there's no Gradle resolution in play here, so we have to pick a platform manually.
44
@file:Repository("https://repo1.maven.org/maven2/")
55
// TODEL https://youtrack.jetbrains.com/issue/KT-47384 cannot use kotlinx-serialization...
6-
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.2")
7-
@file:DependsOn("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2")
6+
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.20.0")
7+
@file:DependsOn("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0")
88
@file:DependsOn("com.github.seratch:notion-sdk-jvm-core:1.11.1")
99
@file:DependsOn("com.github.seratch:notion-sdk-jvm-okhttp4:1.11.1")
1010

scripts/notion/import-data/notion-import-droidcon.main.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// but there's no Gradle resolution in play here, so we have to pick a platform manually.
44
@file:Repository("https://repo1.maven.org/maven2/")
55
// TODEL https://youtrack.jetbrains.com/issue/KT-47384 cannot use kotlinx-serialization...
6-
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.2")
7-
@file:DependsOn("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2")
6+
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.20.0")
7+
@file:DependsOn("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0")
88
@file:DependsOn("com.github.seratch:notion-sdk-jvm-core:1.11.1")
99
@file:DependsOn("com.github.seratch:notion-sdk-jvm-okhttp4:1.11.1")
1010

scripts/notion/import-data/siliconmilkroundabout/companies-attending.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// but there's no Gradle resolution in play here, so we have to pick a platform manually.
44
@file:Repository("https://repo1.maven.org/maven2/")
55
// TODEL https://youtrack.jetbrains.com/issue/KT-47384 cannot use kotlinx-serialization...
6-
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.2")
6+
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.20.0")
77

88
import com.fasterxml.jackson.databind.DeserializationFeature
99
import com.fasterxml.jackson.databind.annotation.JsonDeserialize

scripts/special/lastpass2google-migration/pass.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@file:DependsOn("com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.19.2")
1+
@file:DependsOn("com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.20.0")
22
@file:DependsOn("org.skyscreamer:jsonassert:1.5.3")
33

44
import com.fasterxml.jackson.annotation.JsonProperty

0 commit comments

Comments
 (0)