File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 19
19
<dependency >
20
20
<groupId >com.fasterxml.jackson.core</groupId >
21
21
<artifactId >jackson-databind</artifactId >
22
- <version >2.12.5 </version >
22
+ <version >2.13.0 </version >
23
23
</dependency >
24
24
<dependency >
25
25
<groupId >commons-io</groupId >
Original file line number Diff line number Diff line change 29
29
<logback .version>1.2.6</logback .version>
30
30
<slf4j-api .version>1.7.32</slf4j-api .version>
31
31
32
- <lombok .version>1.18.20 </lombok .version>
32
+ <lombok .version>1.18.22 </lombok .version>
33
33
<commons-io .version>2.11.0</commons-io .version>
34
34
<rxjava .version>3.1.1</rxjava .version>
35
35
</properties >
Original file line number Diff line number Diff line change 15
15
<dependency >
16
16
<groupId >com.fasterxml.jackson.dataformat</groupId >
17
17
<artifactId >jackson-dataformat-yaml</artifactId >
18
- <version >2.12.5 </version >
18
+ <version >2.13.0 </version >
19
19
</dependency >
20
20
<dependency >
21
21
<groupId >com.fasterxml.jackson.core</groupId >
22
22
<artifactId >jackson-databind</artifactId >
23
- <version >2.12.5 </version >
23
+ <version >2.13.0 </version >
24
24
</dependency >
25
25
26
26
<dependency >
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.7.0 </version >
37
+ <version >1.7.2 </version >
38
38
<!-- <configuration>-->
39
39
<!-- <targetClasses>-->
40
40
<!-- <param>com.saurabh.*</param>-->
Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >org.mockito</groupId >
28
28
<artifactId >mockito-core</artifactId >
29
- <version >3.12.4 </version >
29
+ <version >4.0.0 </version >
30
30
</dependency >
31
31
32
32
Original file line number Diff line number Diff line change 19
19
<java .version>16</java .version>
20
20
<mustache .compiler.api.version>0.9.10</mustache .compiler.api.version>
21
21
<datafactory .version>0.8</datafactory .version>
22
- <webjars .bootstrap.version>5.1.1 </webjars .bootstrap.version>
22
+ <webjars .bootstrap.version>5.1.2 </webjars .bootstrap.version>
23
23
</properties >
24
24
25
25
<dependencies >
41
41
<dependency >
42
42
<groupId >org.projectlombok</groupId >
43
43
<artifactId >lombok</artifactId >
44
- <version >1.18.20 </version >
44
+ <version >1.18.22 </version >
45
45
</dependency >
46
46
<dependency >
47
47
<groupId >com.github.spullara.mustache.java</groupId >
You can’t perform that action at this time.
0 commit comments