File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ json binding via apt source code generation
2828<dependency >
2929 <groupId >io.avaje</groupId >
3030 <artifactId >avaje-jsonb</artifactId >
31- <version >0.3 </version >
31+ <version >0.7 </version >
3232</dependency >
3333
3434<!-- annotation processor -->
3535<dependency >
3636 <groupId >io.avaje</groupId >
3737 <artifactId >avaje-jsonb-generator</artifactId >
38- <version >0.3 </version >
38+ <version >0.7 </version >
3939 <scope >provided</scope >
4040</dependency >
4141```
Original file line number Diff line number Diff line change 1111
1212 <properties >
1313 <jmh .version>1.33</jmh .version>
14- <avaje-jsonb .version>0.7 -SNAPSHOT</avaje-jsonb .version>
14+ <avaje-jsonb .version>0.8 -SNAPSHOT</avaje-jsonb .version>
1515 <yasson .version>2.0.2</yasson .version>
1616 <java .release>17</java .release>
1717 <maven .compiler.source>17</maven .compiler.source>
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.avaje</groupId >
66 <artifactId >avaje-jsonb-parent</artifactId >
7- <version >0.7 -SNAPSHOT</version >
7+ <version >0.8 -SNAPSHOT</version >
88 </parent >
99
1010 <artifactId >blackbox-test</artifactId >
2323 <dependency >
2424 <groupId >io.avaje</groupId >
2525 <artifactId >avaje-jsonb</artifactId >
26- <version >0.7 -SNAPSHOT</version >
26+ <version >0.8 -SNAPSHOT</version >
2727 </dependency >
2828
2929 <dependency >
3030 <groupId >io.avaje</groupId >
3131 <artifactId >avaje-jsonb-generator</artifactId >
32- <version >0.7 -SNAPSHOT</version >
32+ <version >0.8 -SNAPSHOT</version >
3333 <scope >provided</scope >
3434 </dependency >
3535
You can’t perform that action at this time.
0 commit comments