File tree Expand file tree Collapse file tree 10 files changed +18
-18
lines changed Expand file tree Collapse file tree 10 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1919 <maven .compiler.source>19</maven .compiler.source>
2020
2121 <!-- testing -->
22- <junit-jupiter .version>5.9.1 </junit-jupiter .version>
23- <testng .version>7.7.0 </testng .version>
22+ <junit-jupiter .version>5.9.2 </junit-jupiter .version>
23+ <testng .version>7.7.1 </testng .version>
2424 <hemcrest .version>2.2</hemcrest .version>
25- <assertj .version>3.23.1 </assertj .version>
25+ <assertj .version>3.24.2 </assertj .version>
2626 <avaitility .version>1.7.0</avaitility .version>
2727
2828 <!-- logging -->
2929 <logback .version>1.4.5</logback .version>
30- <slf4j-api .version>2.0.5 </slf4j-api .version>
30+ <slf4j-api .version>2.0.6 </slf4j-api .version>
3131
3232 <lombok .version>1.18.24</lombok .version>
3333 <commons-io .version>2.11.0</commons-io .version>
3939 <dependency >
4040 <groupId >org.jetbrains</groupId >
4141 <artifactId >annotations</artifactId >
42- <version >23.1 .0</version >
42+ <version >24.0 .0</version >
4343 </dependency >
4444
4545 <dependency >
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >org.immutables</groupId >
3232 <artifactId >value</artifactId >
33- <version >2.9.2 </version >
33+ <version >2.9.3 </version >
3434 <scope >provided</scope >
3535 </dependency >
3636 <dependency >
4646 <dependency >
4747 <groupId >org.junit.jupiter</groupId >
4848 <artifactId >junit-jupiter-engine</artifactId >
49- <version >5.9.1 </version >
49+ <version >5.9.2 </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.9.1 </version >
37+ <version >1.9.2 </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.10.3 </version >
37+ <version >1.10.4 </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.1.0 </version >
61+ <version >1.1.2 </version >
6262 </dependency >
6363 </dependencies >
6464 <configuration >
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.0.2 </version >
42+ <version >6.0.4 </version >
4343 </dependency >
4444 <dependency >
4545 <groupId >org.springframework</groupId >
4646 <artifactId >spring-context</artifactId >
47- <version >6.0.2 </version >
47+ <version >6.0.4 </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.0.0 </version >
11+ <version >3.0.1 </version >
1212 <relativePath /> <!-- lookup parent from repository -->
1313 </parent >
1414
Original file line number Diff line number Diff line change 1414 <java .version>17</java .version>
1515 <junit .version.legacy>4.13.2</junit .version.legacy>
1616 <hemcrest .version>2.2</hemcrest .version>
17- <mockito .version>4.9 .0</mockito .version>
18- <junit .version.intellij.supports>5.9.1 </junit .version.intellij.supports>
17+ <mockito .version>5.0 .0</mockito .version>
18+ <junit .version.intellij.supports>5.9.2 </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.9.1 '
14+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.9.2 '
1515
1616 // https://mvnrepository.com/artifact/org.quartz-scheduler/quartz
1717 implementation group : ' org.quartz-scheduler' , name : ' quartz' , version : ' 2.3.2'
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.0.0 </version >
8+ <version >3.0.1 </version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >com.saurabh</groupId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.0.0 </version >
8+ <version >3.0.1 </version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111
You can’t perform that action at this time.
0 commit comments