Skip to content

Commit

Permalink
chore(deps): bump com.fasterxml.jackson.module:jackson-module-kotlin
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.15.2 to 2.15.3.
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.15.2...jackson-module-kotlin-2.15.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 02c676a commit b1282ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ allprojects {
afterEvaluate {
dependencies {
dependencies {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3")
implementation("org.jetbrains.kotlin:idea:231-$kotlinIdeVersion-$kotlinIdeVersionSuffix") {
isTransitive = false
}
Expand Down

0 comments on commit b1282ce

Please sign in to comment.