Skip to content

Commit 1506c00

Browse files
darxriggsfabienrenaud
authored andcommitted
Upgrade libraries
The following upgrades are available too. But they contain breaking changes. - yasson: 2.0.4 or 3.0.2 - fastjson: 2.0.17 - underscore: 1.82
1 parent 88de545 commit 1506c00

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

build.gradle

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,48 +17,48 @@ repositories {
1717
}
1818

1919
ext {
20-
jacksonVersion = '2.13.0'
20+
jacksonVersion = '2.13.4'
2121
dslJsonVersion = '1.9.9'
22-
johnzonVersion = '1.2.15'
23-
jmhVersion = '1.33'
22+
johnzonVersion = '1.2.19'
23+
jmhVersion = '1.35'
2424
}
2525

2626
dependencies {
2727

2828
// CLI and misc
2929
implementation group: 'io.airlift', name: 'airline', version: '0.9'
30-
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
30+
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
3131

3232
// org.json
33-
implementation group: 'org.json', name: 'json', version: '20210307'
33+
implementation group: 'org.json', name: 'json', version: '20220924'
3434
// Jackson
3535
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "${jacksonVersion}"
3636
implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-afterburner', version: "${jacksonVersion}"
3737
implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-blackbird', version: "${jacksonVersion}"
3838
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: "${jacksonVersion}"
3939
// GSON
40-
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
40+
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10'
4141
// JSONP
4242
implementation group: 'javax.json', name: 'javax.json-api', version: '1.1.4'
4343
implementation group: 'org.glassfish', name: 'javax.json', version: '1.1.4'
4444
// JSONB
4545
implementation group: 'javax.json.bind', name: 'javax.json.bind-api', version: '1.0'
46-
implementation group: 'org.eclipse', name: 'yasson', version: '1.0.9'
46+
implementation group: 'org.eclipse', name: 'yasson', version: '1.0.11'
4747
// GENSON
4848
implementation group: 'com.owlike', name: 'genson', version: '1.6'
4949
// FlexJson
5050
implementation group: 'net.sf.flexjson', name: 'flexjson', version: '3.3'
5151
// FastJson
52-
implementation group: 'com.alibaba', name: 'fastjson', version: '1.2.78'
52+
implementation group: 'com.alibaba', name: 'fastjson', version: '1.2.83'
5353
// json-io
54-
implementation group: 'com.cedarsoftware', name: 'json-io', version: '4.13.0'
54+
implementation group: 'com.cedarsoftware', name: 'json-io', version: '4.14.0'
5555
// boon
5656
implementation group: 'io.fastjson', name: 'boon', version: '0.34'
5757
// johnzon
5858
implementation group: 'org.apache.johnzon', name: 'johnzon-core', version: "${johnzonVersion}"
5959
implementation group: 'org.apache.johnzon', name: 'johnzon-mapper', version: "${johnzonVersion}"
6060
// json-smart
61-
implementation group: 'net.minidev', name: 'json-smart', version: '2.4.7'
61+
implementation group: 'net.minidev', name: 'json-smart', version: '2.4.8'
6262
// DSL-json
6363
implementation group: 'com.dslplatform', name: 'dsl-json-java8', version: "${dslJsonVersion}"
6464
annotationProcessor group: 'com.dslplatform', name: 'dsl-json-java8', version: "${dslJsonVersion}"
@@ -72,12 +72,12 @@ dependencies {
7272
// jodd
7373
implementation group: 'org.jodd', name: 'jodd-json', version: '6.0.3'
7474
// moshi
75-
implementation group: 'com.squareup.moshi', name: 'moshi', version: '1.12.0'
75+
implementation group: 'com.squareup.moshi', name: 'moshi', version: '1.14.0'
7676
// tapestry
77-
implementation group: 'org.apache.tapestry', name: 'tapestry-json', version: '5.7.3'
77+
implementation group: 'org.apache.tapestry', name: 'tapestry-json', version: '5.8.2'
7878
// jsoniter
7979
implementation group: 'com.jsoniter', name: 'jsoniter', version: '0.9.23'
80-
implementation group: 'org.javassist', name: 'javassist', version: '3.26.0-GA'
80+
implementation group: 'org.javassist', name: 'javassist', version: '3.29.2-GA'
8181
// minimal-json
8282
implementation group: 'com.eclipsesource.minimal-json', name: 'minimal-json', version: '0.9.5'
8383
// mjson

0 commit comments

Comments
 (0)