Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.18.3
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.2 to 2.18.3.
- [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 Mar 1, 2025
1 parent 6383b6b commit a131b41
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 @@ -63,10 +63,10 @@ dependencies {
testImplementation 'org.hamcrest:hamcrest:3.0'
testImplementation 'com.squareup.okio:okio:3.10.2'
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'

// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.2'
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.3'

// Lombok
compileOnly 'org.projectlombok:lombok:1.18.36'
Expand Down

0 comments on commit a131b41

Please sign in to comment.