File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
<dependency >
20
20
<groupId >org.junit</groupId >
21
21
<artifactId >junit-bom</artifactId >
22
- <version >5.12.2 </version >
22
+ <version >5.13.0 </version >
23
23
<type >pom</type >
24
24
<scope >import</scope >
25
25
</dependency >
26
26
<dependency >
27
27
<groupId >org.mockito</groupId >
28
28
<artifactId >mockito-bom</artifactId >
29
- <version >5.17 .0</version >
29
+ <version >5.18 .0</version >
30
30
<type >pom</type >
31
31
<scope >import</scope >
32
32
</dependency >
51
51
<dependency >
52
52
<groupId >org.json</groupId >
53
53
<artifactId >json</artifactId >
54
- <version >20250107 </version >
54
+ <version >20250517 </version >
55
55
</dependency >
56
56
<dependency >
57
57
<groupId >com.google.protobuf</groupId >
235
235
<dependency >
236
236
<groupId >com.puppycrawl.tools</groupId >
237
237
<artifactId >checkstyle</artifactId >
238
- <version >10.23.1 </version >
238
+ <version >10.25.0 </version >
239
239
</dependency >
240
240
</dependencies >
241
241
<executions >
316
316
<maven .compiler.source>${java.version} </maven .compiler.source>
317
317
<maven .compiler.target>${java.version} </maven .compiler.target>
318
318
319
- <protobuf .version>4.30.2 </protobuf .version>
320
- <grpc .version>1.72 .0</grpc .version>
319
+ <protobuf .version>4.31.1 </protobuf .version>
320
+ <grpc .version>1.73 .0</grpc .version>
321
321
</properties >
322
322
323
323
</project >
You can’t perform that action at this time.
0 commit comments