File tree Expand file tree Collapse file tree 10 files changed +17
-17
lines changed Expand file tree Collapse file tree 10 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 19
19
<maven .compiler.source>19</maven .compiler.source>
20
20
21
21
<!-- 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>
24
24
<hemcrest .version>2.2</hemcrest .version>
25
- <assertj .version>3.23 .1</assertj .version>
25
+ <assertj .version>3.24 .1</assertj .version>
26
26
<avaitility .version>1.7.0</avaitility .version>
27
27
28
28
<!-- logging -->
29
29
<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>
31
31
32
32
<lombok .version>1.18.24</lombok .version>
33
33
<commons-io .version>2.11.0</commons-io .version>
Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >org.immutables</groupId >
32
32
<artifactId >value</artifactId >
33
- <version >2.9.2 </version >
33
+ <version >2.9.3 </version >
34
34
<scope >provided</scope >
35
35
</dependency >
36
36
<dependency >
46
46
<dependency >
47
47
<groupId >org.junit.jupiter</groupId >
48
48
<artifactId >junit-jupiter-engine</artifactId >
49
- <version >5.9.1 </version >
49
+ <version >5.9.2 </version >
50
50
<scope >compile</scope >
51
51
</dependency >
52
52
Original file line number Diff line number Diff line change 34
34
<dependency >
35
35
<groupId >org.junit.platform</groupId >
36
36
<artifactId >junit-platform-runner</artifactId >
37
- <version >1.9.1 </version >
37
+ <version >1.9.2 </version >
38
38
<scope >test</scope >
39
39
</dependency >
40
40
Original file line number Diff line number Diff line change 34
34
<plugin >
35
35
<groupId >org.pitest</groupId >
36
36
<artifactId >pitest-maven</artifactId >
37
- <version >1.10.3 </version >
37
+ <version >1.10.4 </version >
38
38
<!-- <configuration>-->
39
39
<!-- <targetClasses>-->
40
40
<!-- <param>com.saurabh.*</param>-->
58
58
<dependency >
59
59
<groupId >org.pitest</groupId >
60
60
<artifactId >pitest-junit5-plugin</artifactId >
61
- <version >1.1.0 </version >
61
+ <version >1.1.1 </version >
62
62
</dependency >
63
63
</dependencies >
64
64
<configuration >
Original file line number Diff line number Diff line change 39
39
<dependency >
40
40
<groupId >org.springframework</groupId >
41
41
<artifactId >spring-beans</artifactId >
42
- <version >6.0.2 </version >
42
+ <version >6.0.3 </version >
43
43
</dependency >
44
44
<dependency >
45
45
<groupId >org.springframework</groupId >
46
46
<artifactId >spring-context</artifactId >
47
- <version >6.0.2 </version >
47
+ <version >6.0.3 </version >
48
48
</dependency >
49
49
</dependencies >
50
50
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.springframework.boot</groupId >
10
10
<artifactId >spring-boot-starter-parent</artifactId >
11
- <version >3.0.0 </version >
11
+ <version >3.0.1 </version >
12
12
<relativePath /> <!-- lookup parent from repository -->
13
13
</parent >
14
14
Original file line number Diff line number Diff line change 14
14
<java .version>17</java .version>
15
15
<junit .version.legacy>4.13.2</junit .version.legacy>
16
16
<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>4.11 .0</mockito .version>
18
+ <junit .version.intellij.supports>5.9.2 </junit .version.intellij.supports>
19
19
</properties >
20
20
21
21
<dependencies >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
11
11
12
12
dependencies {
13
13
// 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 '
15
15
16
16
// https://mvnrepository.com/artifact/org.quartz-scheduler/quartz
17
17
implementation group : ' org.quartz-scheduler' , name : ' quartz' , version : ' 2.3.2'
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.0.0 </version >
8
+ <version >3.0.1 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >com.saurabh</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.0.0 </version >
8
+ <version >3.0.1 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
You can’t perform that action at this time.
0 commit comments