File tree Expand file tree Collapse file tree 9 files changed +18
-18
lines changed
aws-cognito/http-client-authtoken Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >io.avaje</groupId >
25
25
<artifactId >avaje-json-core</artifactId >
26
- <version >3.6-RC2 </version >
26
+ <version >3.6</version >
27
27
</dependency >
28
28
29
29
<!-- test dependencies -->
30
30
<dependency >
31
31
<groupId >io.avaje</groupId >
32
32
<artifactId >avaje-json-node</artifactId >
33
- <version >3.6-RC2 </version >
33
+ <version >3.6</version >
34
34
<scope >test</scope >
35
35
</dependency >
36
36
Original file line number Diff line number Diff line change 27
27
<dependency >
28
28
<groupId >io.helidon.webserver</groupId >
29
29
<artifactId >helidon-webserver</artifactId >
30
- <version >4.2.3 </version >
30
+ <version >4.2.4 </version >
31
31
</dependency >
32
32
</dependencies >
33
33
</project >
Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >com.fasterxml.jackson.core</groupId >
32
32
<artifactId >jackson-databind</artifactId >
33
- <version >2.19.1 </version >
33
+ <version >2.19.2 </version >
34
34
<optional >true</optional >
35
35
</dependency >
36
36
37
37
<dependency >
38
38
<groupId >io.avaje</groupId >
39
39
<artifactId >avaje-jsonb</artifactId >
40
- <version >3.6-RC2 </version >
40
+ <version >3.6</version >
41
41
<optional >true</optional >
42
42
</dependency >
43
43
44
44
<dependency >
45
45
<groupId >io.avaje</groupId >
46
46
<artifactId >avaje-json-node</artifactId >
47
- <version >3.6-RC2 </version >
47
+ <version >3.6</version >
48
48
<scope >test</scope >
49
49
</dependency >
50
50
Original file line number Diff line number Diff line change 12
12
13
13
<properties >
14
14
<maven .deploy.skip>true</maven .deploy.skip>
15
- <junit .version>5.13.3 </junit .version>
15
+ <junit .version>5.13.4 </junit .version>
16
16
<assertj .version>3.27.3</assertj .version>
17
- <jackson .version>2.19.1 </jackson .version>
17
+ <jackson .version>2.19.2 </jackson .version>
18
18
<jex .version>3.2</jex .version>
19
19
<avaje-inject .version>11.5</avaje-inject .version>
20
- <helidon .version>4.2.3 </helidon .version>
20
+ <helidon .version>4.2.4 </helidon .version>
21
21
<javalin .version>6.7.0</javalin .version>
22
22
</properties >
23
23
Original file line number Diff line number Diff line change 74
74
<dependency >
75
75
<groupId >io.avaje</groupId >
76
76
<artifactId >avaje-jsonb</artifactId >
77
- <version >3.6-RC2 </version >
77
+ <version >3.6</version >
78
78
</dependency >
79
79
80
80
<dependency >
81
81
<groupId >io.avaje</groupId >
82
82
<artifactId >avaje-jsonb-generator</artifactId >
83
- <version >3.6-RC2 </version >
83
+ <version >3.6</version >
84
84
<scope >provided</scope >
85
85
</dependency >
86
86
Original file line number Diff line number Diff line change 74
74
<dependency >
75
75
<groupId >io.avaje</groupId >
76
76
<artifactId >avaje-jsonb</artifactId >
77
- <version >3.6-RC2 </version >
77
+ <version >3.6</version >
78
78
</dependency >
79
79
80
80
<!-- java annotation processors -->
140
140
<path >
141
141
<groupId >io.avaje</groupId >
142
142
<artifactId >avaje-jsonb-generator</artifactId >
143
- <version >3.6-RC2 </version >
143
+ <version >3.6</version >
144
144
</path >
145
145
<path >
146
146
<groupId >io.avaje</groupId >
Original file line number Diff line number Diff line change 88
88
<path >
89
89
<groupId >io.avaje</groupId >
90
90
<artifactId >avaje-jsonb-generator</artifactId >
91
- <version >3.6-RC2 </version >
91
+ <version >3.6</version >
92
92
</path >
93
93
<path >
94
94
<groupId >io.jstach</groupId >
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >io.avaje</groupId >
46
46
<artifactId >avaje-jsonb</artifactId >
47
- <version >3.6-RC2 </version >
47
+ <version >3.6</version >
48
48
</dependency >
49
49
<dependency >
50
50
<groupId >io.helidon.webserver</groupId >
104
104
<path >
105
105
<groupId >io.avaje</groupId >
106
106
<artifactId >avaje-jsonb-generator</artifactId >
107
- <version >3.6-RC2 </version >
107
+ <version >3.6</version >
108
108
</path >
109
109
<path >
110
110
<groupId >io.avaje</groupId >
Original file line number Diff line number Diff line change 81
81
<dependency >
82
82
<groupId >io.avaje</groupId >
83
83
<artifactId >avaje-jsonb</artifactId >
84
- <version >3.6-RC2 </version >
84
+ <version >3.6</version >
85
85
</dependency >
86
86
<dependency >
87
87
<groupId >io.avaje</groupId >
88
88
<artifactId >avaje-jsonb-generator</artifactId >
89
- <version >3.6-RC2 </version >
89
+ <version >3.6</version >
90
90
<scope >provided</scope >
91
91
</dependency >
92
92
You can’t perform that action at this time.
0 commit comments