Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Update dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mapingo committed Nov 7, 2017
1 parent 4c143f0 commit 187344b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion metrics-interceptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>metrics</artifactId>
<groupId>uk.gov.justice.metrics</groupId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -67,6 +67,11 @@
<version>${test-utils.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>openejb-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>metrics</artifactId>
<groupId>uk.gov.justice.metrics</groupId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
</modules>

<properties>
<common-bom.version>1.17.0</common-bom.version>
<microservice-framework.version>2.2.0</microservice-framework.version>
<utilities.version>1.7.0</utilities.version>
<test-utils.version>1.5.0</test-utils.version>
<common-bom.version>1.21.0</common-bom.version>
<microservice-framework.version>2.4.1</microservice-framework.version>
<utilities.version>1.10.0</utilities.version>
<test-utils.version>1.13.1</test-utils.version>
<cpp.repo.name>metrics</cpp.repo.name>
</properties>

Expand Down

0 comments on commit 187344b

Please sign in to comment.