Skip to content

Commit

Permalink
fix(deps): update jackson to v2.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 13, 2023
1 parent 071a521 commit 0f3e5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ repositories {

dependencies {
implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'com.fasterxml.jackson.core:jackson-core:2.15.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
implementation 'com.fasterxml.jackson.core:jackson-core:2.15.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3'

testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
testImplementation 'org.springframework.boot:spring-boot-starter-logging:3.1.4'
Expand Down

0 comments on commit 0f3e5a4

Please sign in to comment.