File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 20
20
21
21
<!-- testing -->
22
22
<junit-jupiter .version>5.9.1</junit-jupiter .version>
23
- <testng .version>7.7.0 </testng .version>
23
+ <testng .version>7.7.1 </testng .version>
24
24
<hemcrest .version>2.2</hemcrest .version>
25
25
<assertj .version>3.23.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 >
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>
17
+ <mockito .version>4.11 .0</mockito .version>
18
18
<junit .version.intellij.supports>5.9.1</junit .version.intellij.supports>
19
19
</properties >
20
20
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