Skip to content

Commit

Permalink
Merge pull request #313 from Aiven-Open/dependabot/gradle/com.fasterx…
Browse files Browse the repository at this point in the history
…ml.jackson.core-jackson-annotations-2.17.0

chore(deps): bump com.fasterxml.jackson.core:jackson-annotations from 2.15.2 to 2.17.0
  • Loading branch information
jjaakola-aiven authored May 2, 2024
2 parents a4c9204 + 467217a commit b4d9ee8
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 @@ -124,7 +124,7 @@ val avroVersion = "1.8.1"
// Version 1.8.1 brings Jackson 1.9.x/org.codehaus.jackson package for Avro and Confluent Platform 4.1.4.
val confluentPlatformVersion = "4.1.4" // For compatibility tests use version 4.1.4.
val hamcrestVersion = "2.2"
val jacksonVersion = "2.15.2" // This Jackson is used in the tests.
val jacksonVersion = "2.17.0" // This Jackson is used in the tests.
val jupiterVersion = "5.10.2"
val jettyVersion = "11.0.15"
val servletVersion = "4.0.1"
Expand Down

0 comments on commit b4d9ee8

Please sign in to comment.