File tree Expand file tree Collapse file tree 14 files changed +40
-40
lines changed
aws-cognito/http-client-authtoken Expand file tree Collapse file tree 14 files changed +40
-40
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.0 </version >
26
+ <version >3.1 </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.0 </version >
33
+ <version >3.1 </version >
34
34
<scope >test</scope >
35
35
</dependency >
36
36
Original file line number Diff line number Diff line change 17
17
<maven .compiler.release>21</maven .compiler.release>
18
18
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
19
19
<surefire .useModulePath>false</surefire .useModulePath>
20
- <io .jstach.version>1.3.6 </io .jstach.version>
20
+ <io .jstach.version>1.3.7 </io .jstach.version>
21
21
</properties >
22
22
23
23
<dependencies >
39
39
<dependency >
40
40
<groupId >io.avaje</groupId >
41
41
<artifactId >avaje-inject</artifactId >
42
- <version >11.2 </version >
42
+ <version >11.3 </version >
43
43
<scope >provided</scope >
44
44
<optional >true</optional >
45
45
</dependency >
Original file line number Diff line number Diff line change 36
36
<dependency >
37
37
<groupId >io.avaje</groupId >
38
38
<artifactId >avaje-jsonb</artifactId >
39
- <version >3.0 </version >
39
+ <version >3.1 </version >
40
40
<optional >true</optional >
41
41
</dependency >
42
42
43
43
<dependency >
44
44
<groupId >io.avaje</groupId >
45
45
<artifactId >avaje-json-node</artifactId >
46
- <version >3.0 </version >
46
+ <version >3.1 </version >
47
47
<scope >test</scope >
48
48
</dependency >
49
49
50
50
<dependency >
51
51
<groupId >io.avaje</groupId >
52
52
<artifactId >avaje-inject</artifactId >
53
- <version >11.2 </version >
53
+ <version >11.3 </version >
54
54
<optional >true</optional >
55
55
</dependency >
56
56
106
106
<path >
107
107
<groupId >io.avaje</groupId >
108
108
<artifactId >avaje-inject-generator</artifactId >
109
- <version >11.2 </version >
109
+ <version >11.3 </version >
110
110
</path >
111
111
</annotationProcessorPaths >
112
112
</configuration >
Original file line number Diff line number Diff line change 19
19
<dependency >
20
20
<groupId >io.avaje</groupId >
21
21
<artifactId >avaje-inject</artifactId >
22
- <version >11.2 </version >
22
+ <version >11.3 </version >
23
23
<scope >provided</scope >
24
24
<optional >true</optional >
25
25
</dependency >
Original file line number Diff line number Diff line change 22
22
<swagger .version>2.2.29</swagger .version>
23
23
<jackson .version>2.14.2</jackson .version>
24
24
<jex .version>3.0-RC10</jex .version>
25
- <avaje .prisms.version>1.39 </avaje .prisms.version>
25
+ <avaje .prisms.version>1.40 </avaje .prisms.version>
26
26
<project .build.outputTimestamp>2025-03-10T00:18:35Z</project .build.outputTimestamp>
27
27
<module-info .shade>${project.build.directory}${file.separator} module-info.shade</module-info .shade>
28
28
</properties >
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.12.0 </junit .version>
15
+ <junit .version>5.12.1 </junit .version>
16
16
<assertj .version>3.27.3</assertj .version>
17
17
<jackson .version>2.18.3</jackson .version>
18
- <jex .version>3.0-RC21 </jex .version>
19
- <avaje-inject .version>11.2 </avaje-inject .version>
18
+ <jex .version>3.0-RC22 </jex .version>
19
+ <avaje-inject .version>11.3 </avaje-inject .version>
20
20
<nima .version>4.2.0</nima .version>
21
21
<javalin .version>6.5.0</javalin .version>
22
22
</properties >
48
48
<dependency >
49
49
<groupId >io.avaje</groupId >
50
50
<artifactId >avaje-validator</artifactId >
51
- <version >2.8 </version >
51
+ <version >2.9 </version >
52
52
</dependency >
53
53
54
54
<dependency >
55
55
<groupId >io.avaje</groupId >
56
56
<artifactId >avaje-validator-constraints</artifactId >
57
- <version >2.8 </version >
57
+ <version >2.9 </version >
58
58
</dependency >
59
59
60
60
<dependency >
61
61
<groupId >io.avaje</groupId >
62
62
<artifactId >avaje-validator-generator</artifactId >
63
- <version >2.8 </version >
63
+ <version >2.9 </version >
64
64
</dependency >
65
65
66
66
</dependencies >
Original file line number Diff line number Diff line change 141
141
<plugin >
142
142
<groupId >io.avaje</groupId >
143
143
<artifactId >avaje-inject-maven-plugin</artifactId >
144
- <version >11.2 </version >
144
+ <version >11.3 </version >
145
145
<executions >
146
146
<execution >
147
147
<phase >process-sources</phase >
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.0 </version >
77
+ <version >3.1 </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.0 </version >
83
+ <version >3.1 </version >
84
84
<scope >provided</scope >
85
85
</dependency >
86
86
Original file line number Diff line number Diff line change 57
57
<dependency >
58
58
<groupId >io.avaje</groupId >
59
59
<artifactId >avaje-validator</artifactId >
60
- <version >2.8 </version >
60
+ <version >2.9 </version >
61
61
</dependency >
62
62
63
63
<dependency >
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >io.jstach</groupId >
46
46
<artifactId >jstachio</artifactId >
47
- <version >1.3.6 </version >
47
+ <version >1.3.7 </version >
48
48
</dependency >
49
49
50
50
<dependency >
74
74
<dependency >
75
75
<groupId >io.avaje</groupId >
76
76
<artifactId >avaje-jsonb</artifactId >
77
- <version >3.0 </version >
77
+ <version >3.1 </version >
78
78
</dependency >
79
79
80
80
<!-- java annotation processors -->
124
124
<path >
125
125
<groupId >io.avaje</groupId >
126
126
<artifactId >avaje-jsonb-generator</artifactId >
127
- <version >3.0 </version >
127
+ <version >3.1 </version >
128
128
</path >
129
129
<path >
130
130
<groupId >io.avaje</groupId >
131
131
<artifactId >avaje-validator-generator</artifactId >
132
- <version >2.8 </version >
132
+ <version >2.9 </version >
133
133
</path >
134
134
<path >
135
135
<groupId >io.jstach</groupId >
136
136
<artifactId >jstachio-apt</artifactId >
137
- <version >1.3.6 </version >
137
+ <version >1.3.7 </version >
138
138
</path >
139
139
</annotationProcessorPaths >
140
140
</configuration >
171
171
<plugin >
172
172
<groupId >io.avaje</groupId >
173
173
<artifactId >avaje-inject-maven-plugin</artifactId >
174
- <version >11.2 </version >
174
+ <version >11.3 </version >
175
175
<executions >
176
176
<execution >
177
177
<phase >process-sources</phase >
Original file line number Diff line number Diff line change 15
15
<maven .compiler.release>21</maven .compiler.release>
16
16
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
17
17
<surefire .useModulePath>false</surefire .useModulePath>
18
- <io .jstach.version>1.3.6 </io .jstach.version>
18
+ <io .jstach.version>1.3.7 </io .jstach.version>
19
19
</properties >
20
20
21
21
<dependencies >
88
88
<path >
89
89
<groupId >io.avaje</groupId >
90
90
<artifactId >avaje-jsonb-generator</artifactId >
91
- <version >3.0 </version >
91
+ <version >3.1 </version >
92
92
</path >
93
93
<path >
94
94
<groupId >io.jstach</groupId >
103
103
<plugin >
104
104
<groupId >io.avaje</groupId >
105
105
<artifactId >avaje-inject-maven-plugin</artifactId >
106
- <version >11.2 </version >
106
+ <version >11.3 </version >
107
107
<executions >
108
108
<execution >
109
109
<phase >process-sources</phase >
Original file line number Diff line number Diff line change 31
31
<dependency >
32
32
<groupId >io.avaje</groupId >
33
33
<artifactId >avaje-jsonb</artifactId >
34
- <version >3.0 </version >
34
+ <version >3.1 </version >
35
35
</dependency >
36
36
<dependency >
37
37
<groupId >io.helidon.webserver</groupId >
52
52
<dependency >
53
53
<groupId >io.jstach</groupId >
54
54
<artifactId >jstachio</artifactId >
55
- <version >1.3.6 </version >
55
+ <version >1.3.7 </version >
56
56
</dependency >
57
57
58
58
<dependency >
91
91
<path >
92
92
<groupId >io.avaje</groupId >
93
93
<artifactId >avaje-jsonb-generator</artifactId >
94
- <version >3.0 </version >
94
+ <version >3.1 </version >
95
95
</path >
96
96
<path >
97
97
<groupId >io.avaje</groupId >
98
98
<artifactId >avaje-validator-generator</artifactId >
99
- <version >2.8 </version >
99
+ <version >2.9 </version >
100
100
</path >
101
101
<path >
102
102
<groupId >io.jstach</groupId >
103
103
<artifactId >jstachio-apt</artifactId >
104
- <version >1.3.6 </version >
104
+ <version >1.3.7 </version >
105
105
</path >
106
106
</annotationProcessorPaths >
107
107
</configuration >
120
120
<plugin >
121
121
<groupId >io.avaje</groupId >
122
122
<artifactId >avaje-inject-maven-plugin</artifactId >
123
- <version >11.2 </version >
123
+ <version >11.3 </version >
124
124
<executions >
125
125
<execution >
126
126
<phase >process-sources</phase >
Original file line number Diff line number Diff line change 90
90
<plugin >
91
91
<groupId >io.avaje</groupId >
92
92
<artifactId >avaje-inject-maven-plugin</artifactId >
93
- <version >11.2 </version >
93
+ <version >11.3 </version >
94
94
<executions >
95
95
<execution >
96
96
<phase >process-sources</phase >
Original file line number Diff line number Diff line change 53
53
<dependency >
54
54
<groupId >io.jstach</groupId >
55
55
<artifactId >jstachio</artifactId >
56
- <version >1.3.6 </version >
56
+ <version >1.3.7 </version >
57
57
</dependency >
58
58
59
59
62
62
<dependency >
63
63
<groupId >io.jstach</groupId >
64
64
<artifactId >jstachio-apt</artifactId >
65
- <version >1.3.6 </version >
65
+ <version >1.3.7 </version >
66
66
</dependency >
67
67
68
68
<dependency >
82
82
<dependency >
83
83
<groupId >io.avaje</groupId >
84
84
<artifactId >avaje-jsonb</artifactId >
85
- <version >3.0 </version >
85
+ <version >3.1 </version >
86
86
</dependency >
87
87
<dependency >
88
88
<groupId >io.avaje</groupId >
89
89
<artifactId >avaje-jsonb-generator</artifactId >
90
- <version >3.0 </version >
90
+ <version >3.1 </version >
91
91
<scope >provided</scope >
92
92
</dependency >
93
93
You can’t perform that action at this time.
0 commit comments