Skip to content

Commit

Permalink
Lock kiwi library versions to avoid dependency convergence errors
Browse files Browse the repository at this point in the history
* Lock metrics-healthchecks-severity version
  • Loading branch information
sleberknight committed Jun 24, 2024
1 parent f910fe7 commit fea9de4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<dropwizard-service-utilities.version>3.5.0</dropwizard-service-utilities.version>
<kiwi.version>4.0.0</kiwi.version>
<kiwi-bom.version>2.0.12</kiwi-bom.version>
<metrics-healthchecks-severity.version>2.0.4</metrics-healthchecks-severity.version>

<!-- Versions for test dependencies -->
<kiwi-test.version>3.4.0</kiwi-test.version>
Expand Down Expand Up @@ -72,6 +73,12 @@
<artifactId>kiwi</artifactId>
<version>${kiwi.version}</version>
</dependency>

<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>metrics-healthchecks-severity</artifactId>
<version>${metrics-healthchecks-severity.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit fea9de4

Please sign in to comment.