Skip to content

Commit

Permalink
bump dependencies (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyogev authored Nov 6, 2019
1 parent 45f8d76 commit d1772e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.logz</groupId>
<artifactId>jmx2graphite</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>

<build>
<plugins>
Expand Down Expand Up @@ -114,13 +114,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.9</version>
<version>2.9.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9.2</version>
<version>2.9.10.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -132,7 +132,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.34.Final</version>
<version>4.1.42.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d1772e6

Please sign in to comment.