Skip to content

Commit e16e0bc

Browse files
committed
Update dsl-json major release version to v2.0.2
1 parent 604f78f commit e16e0bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The results here-below were computed on January the 30th, 2024 with the followin
6060
|--------------|----------|
6161
| avaje-jsonb | 1.11 |
6262
| boon | 0.34 |
63-
| dsl-json | 1.10.0 |
63+
| dsl-json | 2.0.2 |
6464
| fastjson | 2.0.46 |
6565
| flexjson | 3.3 |
6666
| genson | 1.6 |

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
ext {
2020
avajeJsonVersion = '1.11'
2121
jacksonVersion = '2.17.1'
22-
dslJsonVersion = '1.10.0'
22+
dslJsonVersion = '2.0.2'
2323
johnzonVersion = '1.2.21'
2424
jmhVersion = '1.35'
2525
}
@@ -42,8 +42,8 @@ dependencies {
4242
// boon
4343
implementation group: 'io.fastjson', name: 'boon', version: '0.34'
4444
// DSL-json
45-
implementation group: 'com.dslplatform', name: 'dsl-json-java8', version: "${dslJsonVersion}"
46-
annotationProcessor group: 'com.dslplatform', name: 'dsl-json-java8', version: "${dslJsonVersion}"
45+
implementation group: 'com.dslplatform', name: 'dsl-json', version: "${dslJsonVersion}"
46+
annotationProcessor group: 'com.dslplatform', name: 'dsl-json', version: "${dslJsonVersion}"
4747
// FastJson
4848
implementation group: 'com.alibaba.fastjson2', name: 'fastjson2', version: '2.0.48'
4949
implementation group: 'com.alibaba.fastjson2', name: 'fastjson2-incubator-vector', version: '2.0.48'

0 commit comments

Comments
 (0)