Skip to content

Commit

Permalink
fix(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.17.1 to 2.18.1.
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.17.1...jackson-module-kotlin-2.18.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent b03df46 commit cf01e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskmanagement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<kotlin.code.style>official</kotlin.code.style>
<kotlin.version>2.0.0</kotlin.version>
<kotlin.logging.version>3.0.5</kotlin.logging.version>
<kotlin.jackson.version>2.17.1</kotlin.jackson.version>
<kotlin.jackson.version>2.18.1</kotlin.jackson.version>
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
<!-- java -->
<maven.compiler-target>17</maven.compiler-target>
Expand Down

0 comments on commit cf01e12

Please sign in to comment.