Skip to content

Commit

Permalink
Updated dependencies (#12)
Browse files Browse the repository at this point in the history
* Log error response body from server properly
* Address Codacy feedback
* Updated dependencies to latest version
* Update dropwizard metrics to 3.2.6 - Fixes #3
* Bumped up release version to 0.5.3
  • Loading branch information
rshivane authored Jan 24, 2018
1 parent 56dbff7 commit 15bc1cf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.

<groupId>ai.apptuit</groupId>
<artifactId>jinsight</artifactId>
<version>0.5.2</version>
<version>0.5.3</version>
<packaging>jar</packaging>

<name>JInsight</name>
Expand Down Expand Up @@ -90,8 +90,8 @@ limitations under the License.
<surefire.version>2.20.1</surefire.version>
<junit.version>4.12</junit.version>
<powermock.version>1.7.3</powermock.version>
<jacoco.version>0.7.9</jacoco.version>
<byteman.version>3.0.10</byteman.version>
<jacoco.version>0.8.0</jacoco.version>
<byteman.version>3.0.11</byteman.version>

<!-- Acceptance Criteria -->
<enforce.code.style>false</enforce.code.style>
Expand All @@ -113,12 +113,12 @@ limitations under the License.
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>3.2.5</version>
<version>3.2.6</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jvm</artifactId>
<version>3.2.5</version>
<version>3.2.6</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -145,19 +145,19 @@ limitations under the License.
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>9.4.7.v20170914</version>
<version>9.4.8.v20171121</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>8.5.21</version>
<version>8.5.24</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<version>8.5.21</version>
<version>8.5.24</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -169,13 +169,13 @@ limitations under the License.
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.9.1</version>
<version>2.10.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.9.1</version>
<version>2.10.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -193,7 +193,7 @@ limitations under the License.
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.9.0</version>
<version>3.9.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 15bc1cf

Please sign in to comment.