Skip to content

Commit 5b05111

Browse files
committed
Pin dynatrace-metric-utils-java to 1.5.x for 1.9.x branch
There are breaking changes in the more recent minor version.
1 parent d2bdac4 commit 5b05111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ def VERSIONS = [
22
'ch.qos.logback:logback-classic:1.2.+',
33
'colt:colt:1.2.0',
44
'com.amazonaws:aws-java-sdk-cloudwatch:latest.release',
5-
'com.dynatrace.metric.util:dynatrace-metric-utils-java:latest.release',
5+
'com.dynatrace.metric.util:dynatrace-metric-utils-java:1.5.+',
66
'com.fasterxml.jackson.core:jackson-databind:latest.release',
77
'com.github.ben-manes.caffeine:caffeine:2.+',
88
'com.github.charithe:kafka-junit:latest.release',

0 commit comments

Comments
 (0)