Skip to content

Commit

Permalink
Merge pull request #152 from eurofurence/dependabot/gradle/com.faster…
Browse files Browse the repository at this point in the history
…xml.jackson.core-jackson-annotations-2.17.1

chore(deps): bump com.fasterxml.jackson.core:jackson-annotations from 2.16.1 to 2.17.1
  • Loading branch information
Jumpy-Squirrel authored May 25, 2024
2 parents cfae64a + 2251835 commit 3628fbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ dependencies {
implementation 'org.slf4j:slf4j-api:2.0.12'
implementation 'co.elastic.logging:logback-ecs-encoder:1.6.0'
implementation 'ch.qos.logback:logback-classic:1.5.3'
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.16.1'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.1'
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.17.1'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
implementation 'commons-validator:commons-validator:1.8.0'
// security updates
Expand Down

0 comments on commit 3628fbe

Please sign in to comment.