File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 49
49
<maven .compiler.release>11</maven .compiler.release>
50
50
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
51
51
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
52
- <lombok .version>1.18.24 </lombok .version>
53
- <checkerframework .version>3.31 .0</checkerframework .version>
52
+ <lombok .version>1.18.26 </lombok .version>
53
+ <checkerframework .version>3.32 .0</checkerframework .version>
54
54
</properties >
55
55
56
56
<repositories >
95
95
<dependency >
96
96
<groupId >org.junit.jupiter</groupId >
97
97
<artifactId >junit-jupiter</artifactId >
98
- <version >5.9.0 </version >
98
+ <version >5.9.2 </version >
99
99
<scope >test</scope >
100
100
</dependency >
101
101
<dependency >
102
102
<groupId >org.mockito</groupId >
103
103
<artifactId >mockito-junit-jupiter</artifactId >
104
- <version >4.8.1 </version >
104
+ <version >5.2.0 </version >
105
105
<scope >test</scope >
106
106
</dependency >
107
107
<dependency >
108
108
<groupId >nl.jqno.equalsverifier</groupId >
109
109
<artifactId >equalsverifier</artifactId >
110
- <version >3.11 </version >
110
+ <version >3.14.1 </version >
111
111
<scope >test</scope >
112
112
</dependency >
113
113
<dependency >
114
114
<groupId >org.slf4j</groupId >
115
115
<artifactId >slf4j-api</artifactId >
116
- <version >2.0.3 </version >
116
+ <version >2.0.5 </version >
117
117
<scope >test</scope > <!-- yes, for tests only -->
118
118
</dependency >
119
119
</dependencies >
You can’t perform that action at this time.
0 commit comments