File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 50
50
<dependency >
51
51
<groupId >com.google.errorprone</groupId >
52
52
<artifactId >error_prone_annotations</artifactId >
53
- <version >2.35.1 </version >
53
+ <version >2.36.0 </version >
54
54
</dependency >
55
55
56
56
<dependency >
Original file line number Diff line number Diff line change 53
53
<dependency >
54
54
<groupId >com.fasterxml.jackson.core</groupId >
55
55
<artifactId >jackson-databind</artifactId >
56
- <version >2.18.1 </version >
56
+ <version >2.18.2 </version >
57
57
</dependency >
58
58
<dependency >
59
59
<groupId >com.google.caliper</groupId >
Original file line number Diff line number Diff line change 300
300
<path >
301
301
<groupId >com.google.errorprone</groupId >
302
302
<artifactId >error_prone_core</artifactId >
303
- <version >2.35.1 </version >
303
+ <version >2.36.0 </version >
304
304
</path >
305
305
</annotationProcessorPaths >
306
306
</configuration >
307
307
</plugin >
308
308
<plugin >
309
309
<groupId >org.apache.maven.plugins</groupId >
310
310
<artifactId >maven-javadoc-plugin</artifactId >
311
- <version >3.10 .1</version >
311
+ <version >3.11 .1</version >
312
312
<configuration >
313
313
<skip >${gson.isTestModule} </skip >
314
314
338
338
<plugin >
339
339
<groupId >org.apache.maven.plugins</groupId >
340
340
<artifactId >maven-surefire-plugin</artifactId >
341
- <version >3.5.1 </version >
341
+ <version >3.5.2 </version >
342
342
</plugin >
343
343
<plugin >
344
344
<groupId >org.apache.maven.plugins</groupId >
345
345
<artifactId >maven-failsafe-plugin</artifactId >
346
- <version >3.5.1 </version >
346
+ <version >3.5.2 </version >
347
347
</plugin >
348
348
<plugin >
349
349
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 31
31
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
32
32
<project .build.outputTimestamp>2024-05-19T18:54:10Z</project .build.outputTimestamp>
33
33
34
- <protobufVersion >4.28.3 </protobufVersion >
34
+ <protobufVersion >4.29.0 </protobufVersion >
35
35
36
36
<!-- Overwrite property from parent; this module is currently not deployed -->
37
37
<gson .isInternalModule>true</gson .isInternalModule>
You can’t perform that action at this time.
0 commit comments