File tree 6 files changed +12
-12
lines changed 6 files changed +12
-12
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.33.0 </version >
53
+ <version >2.35.1 </version >
54
54
</dependency >
55
55
56
56
<dependency >
236
236
<dependency >
237
237
<groupId >com.guardsquare</groupId >
238
238
<artifactId >proguard-base</artifactId >
239
- <version >7.5 .0</version >
239
+ <version >7.6 .0</version >
240
240
</dependency >
241
241
<dependency >
242
242
<groupId >com.guardsquare</groupId >
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.0 </version >
56
+ <version >2.18.1 </version >
57
57
</dependency >
58
58
<dependency >
59
59
<groupId >com.google.caliper</groupId >
Original file line number Diff line number Diff line change 201
201
<plugin >
202
202
<groupId >org.apache.maven.plugins</groupId >
203
203
<artifactId >maven-artifact-plugin</artifactId >
204
- <version >3.5.1 </version >
204
+ <version >3.5.3 </version >
205
205
<executions >
206
206
<execution >
207
207
<goals >
299
299
<path >
300
300
<groupId >com.google.errorprone</groupId >
301
301
<artifactId >error_prone_core</artifactId >
302
- <version >2.33.0 </version >
302
+ <version >2.35.1 </version >
303
303
</path >
304
304
</annotationProcessorPaths >
305
305
</configuration >
337
337
<plugin >
338
338
<groupId >org.apache.maven.plugins</groupId >
339
339
<artifactId >maven-surefire-plugin</artifactId >
340
- <version >3.5.0 </version >
340
+ <version >3.5.1 </version >
341
341
</plugin >
342
342
<plugin >
343
343
<groupId >org.apache.maven.plugins</groupId >
344
344
<artifactId >maven-failsafe-plugin</artifactId >
345
- <version >3.5.0 </version >
345
+ <version >3.5.1 </version >
346
346
</plugin >
347
347
<plugin >
348
348
<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.2 </protobufVersion >
34
+ <protobufVersion >4.28.3 </protobufVersion >
35
35
36
36
<!-- Overwrite property from parent; this module is currently not deployed -->
37
37
<gson .isInternalModule>true</gson .isInternalModule>
Original file line number Diff line number Diff line change 48
48
<dependency >
49
49
<groupId >org.junit.jupiter</groupId >
50
50
<artifactId >junit-jupiter</artifactId >
51
- <version >5.11.1 </version >
51
+ <version >5.11.3 </version >
52
52
<scope >test</scope >
53
53
</dependency >
54
54
Original file line number Diff line number Diff line change 79
79
<dependency >
80
80
<groupId >com.guardsquare</groupId >
81
81
<artifactId >proguard-base</artifactId >
82
- <version >7.5 .0</version >
82
+ <version >7.6 .0</version >
83
83
</dependency >
84
84
<dependency >
85
85
<groupId >com.guardsquare</groupId >
144
144
<plugin >
145
145
<groupId >org.codehaus.mojo</groupId >
146
146
<artifactId >exec-maven-plugin</artifactId >
147
- <version >3.4.1 </version >
147
+ <version >3.5.0 </version >
148
148
<executions >
149
149
<execution >
150
150
<id >r8</id >
198
198
<plugin >
199
199
<groupId >org.apache.maven.plugins</groupId >
200
200
<artifactId >maven-failsafe-plugin</artifactId >
201
- <version >3.5.0 </version >
201
+ <version >3.5.1 </version >
202
202
<executions >
203
203
<execution >
204
204
<goals >
You can’t perform that action at this time.
0 commit comments