Skip to content

Commit

Permalink
Bump jackson-module-kotlin from 2.12.1 to 2.12.2 (#344)
Browse files Browse the repository at this point in the history
Bumps [jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.12.1 to 2.12.2.
- [Release notes](https://github.com/FasterXML/jackson-module-kotlin/releases)
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.12.1...jackson-module-kotlin-2.12.2)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Former-commit-id: 30054d0
  • Loading branch information
dependabot[bot] authored Mar 13, 2021
1 parent c08e4a6 commit 79930ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/jetbrains/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:2.12.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.12.1")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.12.2")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.4.31")
implementation("io.dropwizard.metrics:metrics-core:4.1.18")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.1.1")
Expand Down
4 changes: 2 additions & 2 deletions protocol/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ kotlin {
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:2.12.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.12.1")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.12.2")
implementation("org.jooq:jooq:3.14.8")
}
}
Expand All @@ -51,7 +51,7 @@ kotlin {
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:2.12.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.10.3")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.12.2")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.4.31")
}
}
Expand Down

0 comments on commit 79930ad

Please sign in to comment.