File tree Expand file tree Collapse file tree 12 files changed +19
-19
lines changed Expand file tree Collapse file tree 12 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1919 <dependency >
2020 <groupId >org.openjfx</groupId >
2121 <artifactId >javafx-controls</artifactId >
22- <version >25-ea+17 </version >
22+ <version >25-ea+18 </version >
2323 </dependency >
2424
2525 </dependencies >
Original file line number Diff line number Diff line change 1919 <maven .compiler.proc>full</maven .compiler.proc> <!-- https://dzone.com/articles/using-lombok-library-witk-jdk-23 -->
2020
2121 <!-- testing -->
22- <junit-jupiter .version>5.12.2 </junit-jupiter .version>
22+ <junit-jupiter .version>5.13.0 </junit-jupiter .version>
2323 <testng .version>7.11.0</testng .version>
2424 <hemcrest .version>3.0</hemcrest .version>
2525 <assertj .version>3.27.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.12.2 </version >
49+ <version >5.13.0 </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.12.2 </version >
37+ <version >1.13.0 </version >
3838 <scope >test</scope >
3939 </dependency >
4040
Original file line number Diff line number Diff line change 3434 <plugin >
3535 <groupId >org.pitest</groupId >
3636 <artifactId >pitest-maven</artifactId >
37- <version >1.19.3 </version >
37+ <version >1.19.5 </version >
3838 <!-- <configuration>-->
3939 <!-- <targetClasses>-->
4040 <!-- <param>com.saurabh.*</param>-->
5858 <dependency >
5959 <groupId >org.pitest</groupId >
6060 <artifactId >pitest-junit5-plugin</artifactId >
61- <version >1.2.2 </version >
61+ <version >1.2.3 </version >
6262 </dependency >
6363 </dependencies >
6464 <configuration >
Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >com.opencsv</groupId >
3030 <artifactId >opencsv</artifactId >
31- <version >5.11</version >
31+ <version >5.11.1 </version >
3232 </dependency >
3333
3434 <dependency >
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >org.springframework.boot</groupId >
1010 <artifactId >spring-boot-starter-parent</artifactId >
11- <version >3.4.5 </version >
11+ <version >3.5.0 </version >
1212 <relativePath /> <!-- lookup parent from repository -->
1313 </parent >
1414
5151 <dependency >
5252 <groupId >org.testcontainers</groupId >
5353 <artifactId >testcontainers</artifactId >
54- <version >1.21.0 </version >
54+ <version >1.21.1 </version >
5555 <scope >test</scope >
5656 </dependency >
5757
5858 <dependency >
5959 <groupId >org.testcontainers</groupId >
6060 <artifactId >junit-jupiter</artifactId >
61- <version >1.21.0 </version >
61+ <version >1.21.1 </version >
6262 <scope >test</scope >
6363 </dependency >
6464
6565 <dependency >
6666 <groupId >org.testcontainers</groupId >
6767 <artifactId >mysql</artifactId >
68- <version >1.21.0 </version >
68+ <version >1.21.1 </version >
6969 <scope >test</scope >
7070 </dependency >
7171
7272 <dependency >
7373 <groupId >org.testcontainers</groupId >
7474 <artifactId >rabbitmq</artifactId >
75- <version >1.21.0 </version >
75+ <version >1.21.1 </version >
7676 <scope >test</scope >
7777 </dependency >
7878
Original file line number Diff line number Diff line change 1414 <java .version>22</java .version>
1515 <junit .version.legacy>4.13.2</junit .version.legacy>
1616 <hemcrest .version>3.0</hemcrest .version>
17- <mockito .version>5.17 .0</mockito .version>
18- <junit .version.intellij.supports>5.12.2 </junit .version.intellij.supports>
17+ <mockito .version>5.18 .0</mockito .version>
18+ <junit .version.intellij.supports>5.13.0 </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.12.2 '
14+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.13.0 '
1515
1616 // https://mvnrepository.com/artifact/org.quartz-scheduler/quartz
1717 implementation group : ' org.quartz-scheduler' , name : ' quartz' , version : ' 2.5.0'
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments