Skip to content

Commit

Permalink
Merge pull request #337 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.1

chore(deps): bump com.fasterxml.jackson.core:jackson-annotations from 2.17.0 to 2.17.1
  • Loading branch information
AnatolyPopov authored Jul 15, 2024
2 parents 01c2c76 + 7e62a04 commit 9e01c66
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.17.0" // This Jackson is used in the tests.
val jacksonVersion = "2.17.1" // This Jackson is used in the tests.
val jupiterVersion = "5.10.3"
val servletVersion = "4.0.1"
val testcontainersVersion = "1.19.8"
Expand Down

0 comments on commit 9e01c66

Please sign in to comment.