Skip to content

Commit

Permalink
E - Fjerner konstant for jacksonModuleKotlinVersion; legges direkte inn
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Jan 13, 2025
1 parent 441f793 commit fa8c902
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ buildscript {
springBootVersion = '3.4.1'
springKafkaVersion = '3.3.1'
springfoxVersion = '3.0.0'
jacksonModuleKotlinVersion = '2.18.1'
tokenSupportVersion = '5.0.11'
}
}
Expand Down Expand Up @@ -39,7 +38,7 @@ dependencies {

implementation("org.yaml:snakeyaml:2.3") // Pga https://security.snyk.io/package/maven/org.yaml:snakeyaml

implementation("com.fasterxml.jackson.core:jackson-core:${jacksonModuleKotlinVersion}")
implementation("com.fasterxml.jackson.core:jackson-core:2.18.1")

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

Expand Down

0 comments on commit fa8c902

Please sign in to comment.