File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
special/lastpass2google-migration Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
// Note: normally these dependencies are listed without a -jvm suffix,
3
3
// but there's no Gradle resolution in play here, so we have to pick a platform manually.
4
4
@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 " )
8
8
@file:DependsOn(" org.jetbrains.kotlinx:kotlinx-html-jvm:0.12.0" )
9
9
10
10
import ContributionsResponse.ContributorActivity
Original file line number Diff line number Diff line change 3
3
// but there's no Gradle resolution in play here, so we have to pick a platform manually.
4
4
@file:Repository(" https://repo1.maven.org/maven2/" )
5
5
// 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 " )
8
8
@file:DependsOn(" com.github.seratch:notion-sdk-jvm-core:1.11.1" )
9
9
@file:DependsOn(" com.github.seratch:notion-sdk-jvm-okhttp4:1.11.1" )
10
10
Original file line number Diff line number Diff line change 3
3
// but there's no Gradle resolution in play here, so we have to pick a platform manually.
4
4
@file:Repository(" https://repo1.maven.org/maven2/" )
5
5
// 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 " )
8
8
@file:DependsOn(" com.github.seratch:notion-sdk-jvm-core:1.11.1" )
9
9
@file:DependsOn(" com.github.seratch:notion-sdk-jvm-okhttp4:1.11.1" )
10
10
Original file line number Diff line number Diff line change 3
3
// but there's no Gradle resolution in play here, so we have to pick a platform manually.
4
4
@file:Repository(" https://repo1.maven.org/maven2/" )
5
5
// 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 " )
7
7
8
8
import com.fasterxml.jackson.databind.DeserializationFeature
9
9
import com.fasterxml.jackson.databind.annotation.JsonDeserialize
Original file line number Diff line number Diff line change 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 " )
2
2
@file:DependsOn(" org.skyscreamer:jsonassert:1.5.3" )
3
3
4
4
import com.fasterxml.jackson.annotation.JsonProperty
You can’t perform that action at this time.
0 commit comments