Skip to content

Commit efde601

Browse files
Update all non-major maven dependencies
1 parent b2e1f09 commit efde601

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>dev.vality.geck</groupId>
1414
<artifactId>parent</artifactId>
15-
<version>1.0.2</version>
15+
<version>1.0.3</version>
1616
<packaging>pom</packaging>
1717

1818
<name>Geck</name>
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.msgpack</groupId>
8787
<artifactId>msgpack-core</artifactId>
88-
<version>0.8.13</version>
88+
<version>0.9.10</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>net.sf.trove4j</groupId>
@@ -95,17 +95,17 @@
9595
<dependency>
9696
<groupId>com.bazaarvoice.jolt</groupId>
9797
<artifactId>jolt-core</artifactId>
98-
<version>0.1.0</version>
98+
<version>0.1.8</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>com.bazaarvoice.jolt</groupId>
102102
<artifactId>json-utils</artifactId>
103-
<version>0.1.0</version>
103+
<version>0.1.8</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.reflections</groupId>
107107
<artifactId>reflections</artifactId>
108-
<version>0.9.12</version>
108+
<version>0.10.2</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)