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
28
28
<dependency >
29
29
<groupId >io.avaje</groupId >
30
30
<artifactId >avaje-jsonb</artifactId >
31
- <version >0.3 </version >
31
+ <version >0.7 </version >
32
32
</dependency >
33
33
34
34
<!-- annotation processor -->
35
35
<dependency >
36
36
<groupId >io.avaje</groupId >
37
37
<artifactId >avaje-jsonb-generator</artifactId >
38
- <version >0.3 </version >
38
+ <version >0.7 </version >
39
39
<scope >provided</scope >
40
40
</dependency >
41
41
```
Original file line number Diff line number Diff line change 11
11
12
12
<properties >
13
13
<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>
15
15
<yasson .version>2.0.2</yasson .version>
16
16
<java .release>17</java .release>
17
17
<maven .compiler.source>17</maven .compiler.source>
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.avaje</groupId >
6
6
<artifactId >avaje-jsonb-parent</artifactId >
7
- <version >0.7 -SNAPSHOT</version >
7
+ <version >0.8 -SNAPSHOT</version >
8
8
</parent >
9
9
10
10
<artifactId >blackbox-test</artifactId >
23
23
<dependency >
24
24
<groupId >io.avaje</groupId >
25
25
<artifactId >avaje-jsonb</artifactId >
26
- <version >0.7 -SNAPSHOT</version >
26
+ <version >0.8 -SNAPSHOT</version >
27
27
</dependency >
28
28
29
29
<dependency >
30
30
<groupId >io.avaje</groupId >
31
31
<artifactId >avaje-jsonb-generator</artifactId >
32
- <version >0.7 -SNAPSHOT</version >
32
+ <version >0.8 -SNAPSHOT</version >
33
33
<scope >provided</scope >
34
34
</dependency >
35
35
You can’t perform that action at this time.
0 commit comments