Skip to content

Commit c608d05

Browse files
committed
Update versions
1 parent 281f87e commit c608d05

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

pom.xml

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020

2121
<version.jackson.annotations>2.6.0</version.jackson.annotations>
22-
<version.jackson.core>2.6.2</version.jackson.core>
23-
<version.jackson.jr>2.6.2</version.jackson.jr>
24-
<version.jackson.afterburner>2.6.2</version.jackson.afterburner>
22+
<version.jackson.core>2.6.4</version.jackson.core>
23+
<version.jackson.jr>${version.jackson.core}</version.jackson.jr>
24+
<version.jackson.afterburner>${version.jackson.core}</version.jackson.afterburner>
2525

26-
<version.jmh>1.9.3</version.jmh>
26+
<version.jmh>1.10.5</version.jmh>
2727
</properties>
2828

2929
<dependencies>
@@ -86,22 +86,22 @@
8686
<dependency>
8787
<groupId>com.google.code.gson</groupId>
8888
<artifactId>gson</artifactId>
89-
<version>2.3.1</version>
89+
<version>2.5</version>
9090
</dependency>
9191

9292
<!-- Moshi, by some of same folks as GSON -->
93-
<dependency>
94-
<groupId>com.squareup.moshi</groupId>
95-
<artifactId>moshi</artifactId>
96-
<version>0.9.0</version>
97-
</dependency>
93+
<dependency>
94+
<groupId>com.squareup.moshi</groupId>
95+
<artifactId>moshi</artifactId>
96+
<version>0.9.0</version>
97+
</dependency>
9898

9999
<!-- and Json.io from https://github.com/jdereg/json-io -->
100-
<dependency>
101-
<groupId>com.cedarsoftware</groupId>
102-
<artifactId>json-io</artifactId>
103-
<version>4.1.6</version>
104-
</dependency>
100+
<dependency>
101+
<groupId>com.cedarsoftware</groupId>
102+
<artifactId>json-io</artifactId>
103+
<version>4.1.6</version>
104+
</dependency>
105105

106106
<!-- Apache Johnzon still experimental, but try it out -->
107107
<dependency>
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>org.apache.johnzon</groupId>
114114
<artifactId>johnzon-mapper</artifactId>
115-
<version>0.8-incubating</version>
115+
<version>0.9.2-incubating</version>
116116
</dependency>
117117
<!-- also requires "json-p" API -->
118118
<dependency>
@@ -128,6 +128,13 @@
128128
<version>0.33</version>
129129
</dependency>
130130

131+
<!-- and yet another "simple, fast" contestant, json-parser -->
132+
<dependency>
133+
<groupId>ca.fuzzlesoft</groupId>
134+
<artifactId>json-parse</artifactId>
135+
<version>1.0.0</version>
136+
</dependency>
137+
131138
</dependencies>
132139

133140
<build>

0 commit comments

Comments
 (0)