Skip to content

Commit

Permalink
E - Oppdatering med jackson 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Nov 5, 2024
1 parent 8142478 commit c776454
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ buildscript {
springKafkaVersion = '3.2.4'
archunitVersion = '1.3.0'
tokenSupportVersion = '4.1.4'
jacksonModuleKotlinVersion = '2.18.1'
}

repositories {
Expand Down Expand Up @@ -33,7 +34,7 @@ group = 'no.nav.eessi.pensjon'
dependencies {
//eessi pensjon libs
implementation("no.nav.eessi.pensjon:ep-logging:2.1.87")
implementation("no.nav.eessi.pensjon:ep-eux:2.3.35") {
implementation("no.nav.eessi.pensjon:ep-eux:2.3.37") {
exclude module: 'ep-security-sts'
}
implementation("no.nav.eessi.pensjon:ep-metrics:2.0.89")
Expand All @@ -51,7 +52,8 @@ dependencies {
// Spring Framework BOM-fil overstyrer så vi får siste patch-versjon av Spring Framework
implementation(platform("org.springframework:spring-framework-bom:6.1.14"))

implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2'
// implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonModuleKotlinVersion")
implementation "com.fasterxml.jackson.core:jackson-core:${jacksonModuleKotlinVersion}"

implementation 'org.jetbrains.kotlin:kotlin-reflect'

Expand Down

0 comments on commit c776454

Please sign in to comment.