File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1818 <maven .compiler.release>22</maven .compiler.release>
1919
2020 <!-- testing -->
21- <junit-jupiter .version>5.11.2 </junit-jupiter .version>
21+ <junit-jupiter .version>5.11.3 </junit-jupiter .version>
2222 <testng .version>7.10.2</testng .version>
2323 <hemcrest .version>3.0</hemcrest .version>
2424 <assertj .version>3.26.3</assertj .version>
Original file line number Diff line number Diff line change 4646 <dependency >
4747 <groupId >org.junit.jupiter</groupId >
4848 <artifactId >junit-jupiter-engine</artifactId >
49- <version >5.11.2 </version >
49+ <version >5.11.3 </version >
5050 <scope >compile</scope >
5151 </dependency >
5252
Original file line number Diff line number Diff line change 3434 <dependency >
3535 <groupId >org.junit.platform</groupId >
3636 <artifactId >junit-platform-runner</artifactId >
37- <version >1.11.2 </version >
37+ <version >1.11.3 </version >
3838 <scope >test</scope >
3939 </dependency >
4040
Original file line number Diff line number Diff line change 3939 <dependency >
4040 <groupId >org.springframework</groupId >
4141 <artifactId >spring-beans</artifactId >
42- <version >6.1.13 </version >
42+ <version >6.1.14 </version >
4343 </dependency >
4444 <dependency >
4545 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 5151 <dependency >
5252 <groupId >org.testcontainers</groupId >
5353 <artifactId >testcontainers</artifactId >
54- <version >1.20.2 </version >
54+ <version >1.20.3 </version >
5555 <scope >test</scope >
5656 </dependency >
5757
5858 <dependency >
5959 <groupId >org.testcontainers</groupId >
6060 <artifactId >junit-jupiter</artifactId >
61- <version >1.20.2 </version >
61+ <version >1.20.3 </version >
6262 <scope >test</scope >
6363 </dependency >
6464
6565 <dependency >
6666 <groupId >org.testcontainers</groupId >
6767 <artifactId >mysql</artifactId >
68- <version >1.20.2 </version >
68+ <version >1.20.3 </version >
6969 <scope >test</scope >
7070 </dependency >
7171
7272 <dependency >
7373 <groupId >org.testcontainers</groupId >
7474 <artifactId >rabbitmq</artifactId >
75- <version >1.20.2 </version >
75+ <version >1.20.3 </version >
7676 <scope >test</scope >
7777 </dependency >
7878
Original file line number Diff line number Diff line change 1515 <junit .version.legacy>4.13.2</junit .version.legacy>
1616 <hemcrest .version>3.0</hemcrest .version>
1717 <mockito .version>5.14.2</mockito .version>
18- <junit .version.intellij.supports>5.11.2 </junit .version.intellij.supports>
18+ <junit .version.intellij.supports>5.11.3 </junit .version.intellij.supports>
1919 </properties >
2020
2121 <dependencies >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
1111
1212dependencies {
1313 // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
14- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.11.2 '
14+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.11.3 '
1515
1616 // https://mvnrepository.com/artifact/org.quartz-scheduler/quartz
1717 implementation group : ' org.quartz-scheduler' , name : ' quartz' , version : ' 2.3.2'
You can’t perform that action at this time.
0 commit comments