Skip to content

Commit

Permalink
fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.…
Browse files Browse the repository at this point in the history
…15.2
  • Loading branch information
renovate[bot] authored Oct 11, 2023
1 parent 7148cf8 commit e19633e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<kafka.version>3.6.0</kafka.version>
<!-- Must manage Jackson dependencies to avoid conflicts with Scala -->
<!-- Scala module 2.13.5 requires Jackson Databind version >= 2.13.0 and < 2.14.0 - Found jackson-databind version 2.15.2 -->
<jackson.version>2.13.5</jackson.version>
<jackson.version>2.15.2</jackson.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit e19633e

Please sign in to comment.