File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >jakarta.validation</groupId >
25
25
<artifactId >jakarta.validation-api</artifactId >
26
- <version >3.1.0 </version >
26
+ <version >3.1.1 </version >
27
27
</dependency >
28
28
29
29
<dependency >
30
30
<groupId >org.hibernate.validator</groupId >
31
31
<artifactId >hibernate-validator</artifactId >
32
- <version >8.0.1 .Final</version >
32
+ <version >8.0.2 .Final</version >
33
33
</dependency >
34
34
35
35
<dependency >
79
79
<dependency >
80
80
<groupId >io.avaje</groupId >
81
81
<artifactId >avaje-http-api</artifactId >
82
- <version >2.7 </version >
82
+ <version >3.0 </version >
83
83
</dependency >
84
84
85
85
<!-- test dependencies -->
112
112
<plugin >
113
113
<groupId >io.avaje</groupId >
114
114
<artifactId >avaje-inject-maven-plugin</artifactId >
115
- <version >10.3 </version >
115
+ <version >11.2 </version >
116
116
<executions >
117
117
<execution >
118
118
<phase >process-sources</phase >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.avaje</groupId >
8
8
<artifactId >java11-oss</artifactId >
9
- <version >4.3 </version >
9
+ <version >4.5 </version >
10
10
</parent >
11
11
12
12
<groupId >io.avaje</groupId >
27
27
<surefire .useModulePath>false</surefire .useModulePath>
28
28
<nexus .staging.autoReleaseAfterClose>true</nexus .staging.autoReleaseAfterClose>
29
29
<maven .compiler.release>17</maven .compiler.release>
30
- <inject .version>10.3 </inject .version>
30
+ <inject .version>11.2 </inject .version>
31
31
<spi .version>2.9</spi .version>
32
32
<project .build.outputTimestamp>2025-02-17T07:22:34Z</project .build.outputTimestamp>
33
33
</properties >
Original file line number Diff line number Diff line change 49
49
<dependency >
50
50
<groupId >jakarta.validation</groupId >
51
51
<artifactId >jakarta.validation-api</artifactId >
52
- <version >3.1.0 </version >
52
+ <version >3.1.1 </version >
53
53
<scope >provided</scope >
54
54
<optional >true</optional >
55
55
</dependency >
63
63
<dependency >
64
64
<groupId >io.avaje</groupId >
65
65
<artifactId >avaje-http-api</artifactId >
66
- <version >2.7 </version >
66
+ <version >3.0 </version >
67
67
<optional >true</optional >
68
68
<scope >provided</scope >
69
69
</dependency >
Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >io.avaje</groupId >
39
39
<artifactId >avaje-http-api</artifactId >
40
- <version >2.7 </version >
40
+ <version >3.0 </version >
41
41
<scope >provided</scope >
42
42
<optional >true</optional >
43
43
</dependency >
Original file line number Diff line number Diff line change 14
14
<dependency >
15
15
<groupId >org.springframework.boot</groupId >
16
16
<artifactId >spring-boot-dependencies</artifactId >
17
- <version >3.3.3 </version >
17
+ <version >3.4.2 </version >
18
18
<type >pom</type >
19
19
<scope >import</scope >
20
20
</dependency >
Original file line number Diff line number Diff line change 56
56
<dependency >
57
57
<groupId >jakarta.validation</groupId >
58
58
<artifactId >jakarta.validation-api</artifactId >
59
- <version >3.1.0 </version >
59
+ <version >3.1.1 </version >
60
60
<scope >test</scope >
61
61
</dependency >
62
62
You can’t perform that action at this time.
0 commit comments