Skip to content

Commit

Permalink
Bump up dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaodong Xie authored and pp-tim committed Sep 1, 2019
1 parent 2733361 commit c7750fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: java
script: mvn verify
jdk:
- oraclejdk8
- openjdk8
cache:
directories:
- $HOME/.m2
Expand Down
4 changes: 2 additions & 2 deletions metrics-influxdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>1.1.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.11</version>
<version>1.13</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.izettle</groupId>
<artifactId>izettle-oss</artifactId>
<version>1.24</version>
<version>1.25</version>
<relativePath />
</parent>
<artifactId>metrics-parent</artifactId>
Expand Down Expand Up @@ -37,8 +37,8 @@
</modules>

<properties>
<dropwizard.version>1.3.8</dropwizard.version>
<mockito.version>2.23.4</mockito.version>
<dropwizard.version>1.3.14</dropwizard.version>
<mockito.version>3.0.0</mockito.version>
</properties>

<build>
Expand Down

0 comments on commit c7750fc

Please sign in to comment.