File tree Expand file tree Collapse file tree 14 files changed +30
-30
lines changed Expand file tree Collapse file tree 14 files changed +30
-30
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 >24 -ea+19 </version >
22+ <version >25 -ea+5 </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.11.4 </junit-jupiter .version>
23- <testng .version>7.10.2 </testng .version>
22+ <junit-jupiter .version>5.12.0 </junit-jupiter .version>
23+ <testng .version>7.11.0 </testng .version>
2424 <hemcrest .version>3.0</hemcrest .version>
25- <assertj .version>3.27.2 </assertj .version>
25+ <assertj .version>3.27.3 </assertj .version>
2626 <avaitility .version>1.7.0</avaitility .version>
2727
2828 <!-- logging -->
3434
3535 <!-- reactive -->
3636 <rxjava .version>3.1.10</rxjava .version>
37- <projectreactor .version>2024.0.1 </projectreactor .version>
37+ <projectreactor .version>2024.0.3 </projectreactor .version>
3838 </properties >
3939
4040 <dependencies >
4141 <!-- https://mvnrepository.com/artifact/org.jetbrains/annotations -->
4242 <dependency >
4343 <groupId >org.jetbrains</groupId >
4444 <artifactId >annotations</artifactId >
45- <version >26.0.1 </version >
45+ <version >26.0.2 </version >
4646 </dependency >
4747
4848 <dependency >
9898 <plugin >
9999 <groupId >org.apache.maven.plugins</groupId >
100100 <artifactId >maven-compiler-plugin</artifactId >
101- <version >3.13 .0</version >
101+ <version >3.14 .0</version >
102102 <configuration >
103103 <release >${maven.compiler.release} </release >
104104 <encoding >${project.build.sourceEncoding} </encoding >
Original file line number Diff line number Diff line change 3636 <dependency >
3737 <groupId >org.yaml</groupId >
3838 <artifactId >snakeyaml</artifactId >
39- <version >2.3 </version >
39+ <version >2.4 </version >
4040 </dependency >
4141 <dependency >
4242 <groupId >com.esotericsoftware.yamlbeans</groupId >
4646 <dependency >
4747 <groupId >org.junit.jupiter</groupId >
4848 <artifactId >junit-jupiter-engine</artifactId >
49- <version >5.11.4 </version >
49+ <version >5.12.0 </version >
5050 <scope >compile</scope >
5151 </dependency >
5252
7373 <plugin >
7474 <groupId >org.apache.maven.plugins</groupId >
7575 <artifactId >maven-compiler-plugin</artifactId >
76- <version >3.13 .0</version >
76+ <version >3.14 .0</version >
7777 <configuration >
7878 <source >11</source >
7979 <target >11</target >
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.4 </version >
37+ <version >1.12.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.17.3 </version >
37+ <version >1.18.2 </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.1 </version >
61+ <version >1.2.2 </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.9 </version >
31+ <version >5.10 </version >
3232 </dependency >
3333
3434 <dependency >
3939 <dependency >
4040 <groupId >org.springframework</groupId >
4141 <artifactId >spring-beans</artifactId >
42- <version >6.2.1 </version >
42+ <version >6.2.3 </version >
4343 </dependency >
4444 <dependency >
4545 <groupId >org.springframework</groupId >
4646 <artifactId >spring-context</artifactId >
47- <version >6.2.1 </version >
47+ <version >6.2.3 </version >
4848 </dependency >
4949 </dependencies >
5050
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.1 </version >
11+ <version >3.4.3 </version >
1212 <relativePath /> <!-- lookup parent from repository -->
1313 </parent >
1414
3333 </dependency >
3434
3535 <dependency >
36- <groupId >mysql</groupId >
37- <artifactId >mysql-connector-java </artifactId >
36+ <groupId >com. mysql</groupId >
37+ <artifactId >mysql-connector-j </artifactId >
3838 <version >8.0.33</version >
3939 </dependency >
4040 <dependency >
5151 <dependency >
5252 <groupId >org.testcontainers</groupId >
5353 <artifactId >testcontainers</artifactId >
54- <version >1.20.4 </version >
54+ <version >1.20.5 </version >
5555 <scope >test</scope >
5656 </dependency >
5757
5858 <dependency >
5959 <groupId >org.testcontainers</groupId >
6060 <artifactId >junit-jupiter</artifactId >
61- <version >1.20.4 </version >
61+ <version >1.20.5 </version >
6262 <scope >test</scope >
6363 </dependency >
6464
6565 <dependency >
6666 <groupId >org.testcontainers</groupId >
6767 <artifactId >mysql</artifactId >
68- <version >1.20.4 </version >
68+ <version >1.20.5 </version >
6969 <scope >test</scope >
7070 </dependency >
7171
7272 <dependency >
7373 <groupId >org.testcontainers</groupId >
7474 <artifactId >rabbitmq</artifactId >
75- <version >1.20.4 </version >
75+ <version >1.20.5 </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.15.2</mockito .version>
18- <junit .version.intellij.supports>5.11.4 </junit .version.intellij.supports>
18+ <junit .version.intellij.supports>5.12.0 </junit .version.intellij.supports>
1919 </properties >
2020
2121 <dependencies >
3131 <plugins >
3232 <plugin >
3333 <artifactId >maven-compiler-plugin</artifactId >
34- <version >3.13 .0</version >
34+ <version >3.14 .0</version >
3535 <configuration >
3636 <source >${java.version} </source >
3737 <target >${java.version} </target >
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.4 '
14+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.12.0 '
1515
1616 // https://mvnrepository.com/artifact/org.quartz-scheduler/quartz
1717 implementation group : ' org.quartz-scheduler' , name : ' quartz' , version : ' 2.5.0'
You can’t perform that action at this time.
0 commit comments