File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed 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.3 </version >
56
+ <version >2.19.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 110
110
<plugin >
111
111
<groupId >org.apache.maven.plugins</groupId >
112
112
<artifactId >maven-enforcer-plugin</artifactId >
113
- <version >3.5 .0</version >
113
+ <version >3.6 .0</version >
114
114
<executions >
115
115
<execution >
116
116
<id >enforce-versions</id >
141
141
<plugin >
142
142
<groupId >com.diffplug.spotless</groupId >
143
143
<artifactId >spotless-maven-plugin</artifactId >
144
- <version >2.44.4 </version >
144
+ <version >2.44.5 </version >
145
145
<executions >
146
146
<execution >
147
147
<goals >
371
371
<plugin >
372
372
<groupId >org.apache.maven.plugins</groupId >
373
373
<artifactId >maven-gpg-plugin</artifactId >
374
- <version >3.2.7 </version >
374
+ <version >3.2.8 </version >
375
375
<configuration >
376
376
<skip >${gson.isTestModule} </skip >
377
377
</configuration >
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>2025-04-24T01:03:45Z</project .build.outputTimestamp>
33
33
34
- <protobufVersion >4.30.2 </protobufVersion >
34
+ <protobufVersion >4.31.1 </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 145
145
<plugin >
146
146
<groupId >org.codehaus.mojo</groupId >
147
147
<artifactId >exec-maven-plugin</artifactId >
148
- <version >3.5.0 </version >
148
+ <version >3.5.1 </version >
149
149
<executions >
150
150
<execution >
151
151
<id >r8</id >
189
189
but it appears that can be ignored -->
190
190
<groupId >com.android.tools</groupId >
191
191
<artifactId >r8</artifactId >
192
- <version >8.7.18 </version >
192
+ <version >8.9.35 </version >
193
193
</dependency >
194
194
</dependencies >
195
195
</plugin >
You can’t perform that action at this time.
0 commit comments