File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ It covers the following libraries:
19
19
* [ json-smart] ( http://netplex.github.io/json-smart/ )
20
20
* [ johnzon] ( http://johnzon.apache.org/ )
21
21
* [ logansquare] ( https://github.com/bluelinelabs/LoganSquare )
22
+ * [ avaje-jsonb] ( https://github.com/avaje/avaje-jsonb )
22
23
* [ dsl-json] ( https://github.com/ngs-doo/dsl-json )
23
24
* [ json-simple] ( https://code.google.com/archive/p/json-simple/ )
24
25
* [ nanojson] ( https://github.com/mmastrac/nanojson )
Original file line number Diff line number Diff line change @@ -87,9 +87,9 @@ dependencies {
87
87
// purejson
88
88
implementation group : ' io.github.senthilganeshs' , name : ' purejson' , version : ' 1.0.1'
89
89
// avaje-jsonb
90
- implementation group : ' io.avaje' , name : ' avaje-jsonb' , version : ' 0.11 '
91
- implementation group : ' io.avaje' , name : ' avaje-jsonb-jackson' , version : ' 0.11 '
92
- annotationProcessor group : ' io.avaje' , name : ' avaje-jsonb-generator' , version : ' 0.11 '
90
+ implementation group : ' io.avaje' , name : ' avaje-jsonb' , version : ' 1.0-RC4 '
91
+ implementation group : ' io.avaje' , name : ' avaje-jsonb-jackson' , version : ' 1.0-RC4 '
92
+ annotationProcessor group : ' io.avaje' , name : ' avaje-jsonb-generator' , version : ' 1.0-RC4 '
93
93
94
94
// Test
95
95
testImplementation group : ' junit' , name : ' junit' , version : ' 4.13.2'
You can’t perform that action at this time.
0 commit comments