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 2323 <dependency >
2424 <groupId >jakarta.validation</groupId >
2525 <artifactId >jakarta.validation-api</artifactId >
26- <version >3.1.0 </version >
26+ <version >3.1.1 </version >
2727 </dependency >
2828
2929 <dependency >
3030 <groupId >org.hibernate.validator</groupId >
3131 <artifactId >hibernate-validator</artifactId >
32- <version >8.0.1 .Final</version >
32+ <version >8.0.2 .Final</version >
3333 </dependency >
3434
3535 <dependency >
7979 <dependency >
8080 <groupId >io.avaje</groupId >
8181 <artifactId >avaje-http-api</artifactId >
82- <version >2.7 </version >
82+ <version >3.0 </version >
8383 </dependency >
8484
8585 <!-- test dependencies -->
112112 <plugin >
113113 <groupId >io.avaje</groupId >
114114 <artifactId >avaje-inject-maven-plugin</artifactId >
115- <version >10.3 </version >
115+ <version >11.2 </version >
116116 <executions >
117117 <execution >
118118 <phase >process-sources</phase >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.avaje</groupId >
88 <artifactId >java11-oss</artifactId >
9- <version >4.3 </version >
9+ <version >4.5 </version >
1010 </parent >
1111
1212 <groupId >io.avaje</groupId >
2727 <surefire .useModulePath>false</surefire .useModulePath>
2828 <nexus .staging.autoReleaseAfterClose>true</nexus .staging.autoReleaseAfterClose>
2929 <maven .compiler.release>17</maven .compiler.release>
30- <inject .version>10.3 </inject .version>
30+ <inject .version>11.2 </inject .version>
3131 <spi .version>2.9</spi .version>
3232 <project .build.outputTimestamp>2025-02-17T07:22:34Z</project .build.outputTimestamp>
3333 </properties >
Original file line number Diff line number Diff line change 4949 <dependency >
5050 <groupId >jakarta.validation</groupId >
5151 <artifactId >jakarta.validation-api</artifactId >
52- <version >3.1.0 </version >
52+ <version >3.1.1 </version >
5353 <scope >provided</scope >
5454 <optional >true</optional >
5555 </dependency >
6363 <dependency >
6464 <groupId >io.avaje</groupId >
6565 <artifactId >avaje-http-api</artifactId >
66- <version >2.7 </version >
66+ <version >3.0 </version >
6767 <optional >true</optional >
6868 <scope >provided</scope >
6969 </dependency >
Original file line number Diff line number Diff line change 3737 <dependency >
3838 <groupId >io.avaje</groupId >
3939 <artifactId >avaje-http-api</artifactId >
40- <version >2.7 </version >
40+ <version >3.0 </version >
4141 <scope >provided</scope >
4242 <optional >true</optional >
4343 </dependency >
Original file line number Diff line number Diff line change 1414 <dependency >
1515 <groupId >org.springframework.boot</groupId >
1616 <artifactId >spring-boot-dependencies</artifactId >
17- <version >3.3.3 </version >
17+ <version >3.4.2 </version >
1818 <type >pom</type >
1919 <scope >import</scope >
2020 </dependency >
Original file line number Diff line number Diff line change 5656 <dependency >
5757 <groupId >jakarta.validation</groupId >
5858 <artifactId >jakarta.validation-api</artifactId >
59- <version >3.1.0 </version >
59+ <version >3.1.1 </version >
6060 <scope >test</scope >
6161 </dependency >
6262
You can’t perform that action at this time.
0 commit comments