Skip to content

Commit

Permalink
Pin jackson-databind to 2.13.2 as a workaround
Browse files Browse the repository at this point in the history
There is an issue with the Gradle metadata in the latest release (2.13.2.1), which causes the build to fail. To avoid this, pin to the previous release so our CI is not broken. We can revert this change once the Gradle metadata is fixed in a subsequent release.

Fixes gh-3095
  • Loading branch information
shakuzen committed Mar 25, 2022
1 parent eaee830 commit 1958156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def VERSIONS = [
'colt:colt:1.2.0',
'com.amazonaws:aws-java-sdk-cloudwatch:latest.release',
'com.dynatrace.metric.util:dynatrace-metric-utils-java:latest.release',
'com.fasterxml.jackson.core:jackson-databind:latest.release',
'com.fasterxml.jackson.core:jackson-databind:2.13.2', // TODO revert back to latest after fix for: https://github.com/FasterXML/jackson-databind/issues/3428
'com.github.ben-manes.caffeine:caffeine:2.+',
'com.github.charithe:kafka-junit:latest.release',
'com.github.tomakehurst:wiremock-jre8-standalone:latest.release',
Expand Down

0 comments on commit 1958156

Please sign in to comment.