Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit d1772e6

Browse files
authored
bump dependencies (#59)
1 parent 45f8d76 commit d1772e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.logz</groupId>
66
<artifactId>jmx2graphite</artifactId>
7-
<version>1.4.0</version>
7+
<version>1.4.1</version>
88

99
<build>
1010
<plugins>
@@ -114,13 +114,13 @@
114114
<dependency>
115115
<groupId>com.fasterxml.jackson.core</groupId>
116116
<artifactId>jackson-core</artifactId>
117-
<version>2.9.9</version>
117+
<version>2.9.10</version>
118118
<scope>compile</scope>
119119
</dependency>
120120
<dependency>
121121
<groupId>com.fasterxml.jackson.core</groupId>
122122
<artifactId>jackson-databind</artifactId>
123-
<version>2.9.9.2</version>
123+
<version>2.9.10.1</version>
124124
<scope>compile</scope>
125125
</dependency>
126126
<dependency>
@@ -132,7 +132,7 @@
132132
<dependency>
133133
<groupId>io.netty</groupId>
134134
<artifactId>netty-all</artifactId>
135-
<version>4.1.34.Final</version>
135+
<version>4.1.42.Final</version>
136136
<scope>test</scope>
137137
</dependency>
138138
<dependency>

0 commit comments

Comments
 (0)