This repository was archived by the owner on Apr 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed 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 >2.4.2 </version >
8
+ <version >2.4.4 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >de.filefighter</groupId >
16
16
17
17
<properties >
18
18
<java .version>11</java .version>
19
- <cucumber .version>6.9.1 </cucumber .version>
19
+ <cucumber .version>6.10.2 </cucumber .version>
20
20
<sonar .coverage.exclusions>**/data/**/*.java,**/configuration/*.java,**/exceptions/*.java
21
21
</sonar .coverage.exclusions>
22
22
</properties >
42
42
<dependency >
43
43
<groupId >org.projectlombok</groupId >
44
44
<artifactId >lombok</artifactId >
45
- <version >1.18.18 </version >
45
+ <version >1.18.20 </version >
46
46
</dependency >
47
47
48
48
<!-- For Docs -->
74
74
<dependency >
75
75
<groupId >org.mockito</groupId >
76
76
<artifactId >mockito-core</artifactId >
77
- <version >3.7.7 </version >
77
+ <version >3.8.0 </version >
78
78
</dependency >
79
79
<dependency >
80
80
<groupId >org.mockito</groupId >
81
81
<artifactId >mockito-inline</artifactId >
82
- <version >3.7.7 </version >
82
+ <version >3.8.0 </version >
83
83
</dependency >
84
84
<dependency >
85
85
<groupId >org.jetbrains</groupId >
You can’t perform that action at this time.
0 commit comments