Skip to content

Commit

Permalink
chore(deps): bump com.fasterxml.jackson.module:jackson-module-scala_2.13
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.module:jackson-module-scala_2.13](https://github.com/FasterXML/jackson-module-scala) from 2.17.2 to 2.18.0.
- [Changelog](https://github.com/FasterXML/jackson-module-scala/blob/2.19/release.sbt)
- [Commits](FasterXML/jackson-module-scala@v2.17.2...v2.18.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.module:jackson-module-scala_2.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 4246e7f commit b875228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ dependencies {
implementation 'org.apache.avro:avro:1.12.0'

// jackson-module-scala
implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-scala_2.13', version: '2.17.2'
implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-scala_2.13', version: '2.18.0'

// protobuf
implementation group: "com.google.protobuf", name: "protobuf-java", version: '4.27.0'
Expand Down

0 comments on commit b875228

Please sign in to comment.