Skip to content

Commit

Permalink
TW-84401 Update jackson-databind to the latest version in Slack plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bade7n committed Nov 10, 2023
1 parent dc82a54 commit 3875669
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.github.jk1.license.render.JsonReportRenderer
import java.util.*

plugins {
kotlin("jvm") version "1.3.72"
kotlin("jvm") version "1.5.20"
id("com.github.rodm.teamcity-server") version "1.4.1"
id("com.github.rodm.teamcity-environments") version "1.4.1"
id ("com.github.jk1.dependency-license-report") version "1.17"
Expand All @@ -19,12 +19,16 @@ extra["downloadsDir"] = project.findProperty("downloads.dir") ?: "${rootDir}/dow

repositories {
maven(url="https://cache-redirector.jetbrains.com/maven-central")
mavenLocal()
}

dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation(kotlin("reflect"))
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.3") {
exclude("com.fasterxml.jackson.core", "jackson-annotations")
exclude("com.fasterxml.jackson.core", "jackson-databind")
}
implementation("com.github.salomonbrys.kotson:kotson:2.5.0")
implementation("com.github.ben-manes.caffeine:caffeine:2.9.2")

Expand Down

0 comments on commit 3875669

Please sign in to comment.