Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind from 2.18.0 to 2.18.2
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.0 to 2.18.2.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent a8cef12 commit cd14c78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ dependencies {
implementation "org.eclipse.jgit:org.eclipse.jgit.ssh.apache:$jgit_version"
implementation 'com.jayway.jsonpath:json-path:2.8.0'
implementation 'com.fasterxml.jackson.core:jackson-core:2.15.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'

implementation 'com.flipkart.zjsonpatch:zjsonpatch:0.4.16'

implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'

implementation 'io.swagger.parser.v3:swagger-parser:2.1.22'

Expand Down
2 changes: 1 addition & 1 deletion junit5-support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3'
implementation 'org.assertj:assertj-core:3.26.3'
implementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
implementation 'org.thymeleaf:thymeleaf:3.1.2.RELEASE'

implementation "io.ktor:ktor-client-core-jvm:${ktor_version}"
Expand Down

0 comments on commit cd14c78

Please sign in to comment.