File tree Expand file tree Collapse file tree 6 files changed +33
-10
lines changed Expand file tree Collapse file tree 6 files changed +33
-10
lines changed Original file line number Diff line number Diff line change 242
242
<dependency >
243
243
<groupId >com.guardsquare</groupId >
244
244
<artifactId >proguard-core</artifactId >
245
- <version >9.1.7 </version >
245
+ <version >9.1.9 </version >
246
246
</dependency >
247
247
</dependencies >
248
248
<configuration >
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.2 </version >
56
+ <version >2.18.3 </version >
57
57
</dependency >
58
58
<dependency >
59
59
<groupId >com.google.caliper</groupId >
Original file line number Diff line number Diff line change 141
141
<plugin >
142
142
<groupId >com.diffplug.spotless</groupId >
143
143
<artifactId >spotless-maven-plugin</artifactId >
144
- <version >2.44.2 </version >
144
+ <version >2.44.3 </version >
145
145
<executions >
146
146
<execution >
147
147
<goals >
220
220
<plugin >
221
221
<groupId >org.apache.maven.plugins</groupId >
222
222
<artifactId >maven-compiler-plugin</artifactId >
223
- <version >3.13 .0</version >
223
+ <version >3.14 .0</version >
224
224
<configuration >
225
225
<showWarnings >true</showWarnings >
226
226
<showDeprecation >true</showDeprecation >
353
353
<plugin >
354
354
<groupId >org.apache.maven.plugins</groupId >
355
355
<artifactId >maven-install-plugin</artifactId >
356
- <version >3.1.3 </version >
356
+ <version >3.1.4 </version >
357
357
<configuration >
358
358
<skip >${gson.isTestModule} </skip >
359
359
</configuration >
377
377
<plugin >
378
378
<groupId >org.apache.maven.plugins</groupId >
379
379
<artifactId >maven-deploy-plugin</artifactId >
380
- <version >3.1.3 </version >
380
+ <version >3.1.4 </version >
381
381
<configuration >
382
382
<skip >${gson.isInternalModule} </skip >
383
383
</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-01-30T22:50:39Z</project .build.outputTimestamp>
33
33
34
- <protobufVersion >4.29.3 </protobufVersion >
34
+ <protobufVersion >4.30.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 34
34
<gson .isTestModule>true</gson .isTestModule>
35
35
</properties >
36
36
37
+ <dependencyManagement >
38
+ <dependencies >
39
+ <dependency >
40
+ <groupId >org.junit</groupId >
41
+ <artifactId >junit-bom</artifactId >
42
+ <version >5.12.1</version >
43
+ <type >pom</type >
44
+ <scope >import</scope >
45
+ </dependency >
46
+ </dependencies >
47
+ </dependencyManagement >
48
+
37
49
<dependencies >
38
50
<dependency >
39
51
<groupId >com.google.code.gson</groupId >
48
60
<dependency >
49
61
<groupId >org.junit.jupiter</groupId >
50
62
<artifactId >junit-jupiter</artifactId >
51
- <version >5.11.4</version >
63
+ <scope >test</scope >
64
+ </dependency >
65
+ <!-- Explicitly need to define junit-platform-launcher dependency to avoid incompatibilities
66
+ with native-maven-plugin, see
67
+ https://github.com/graalvm/native-build-tools/issues/706 -->
68
+ <dependency >
69
+ <groupId >org.junit.platform</groupId >
70
+ <artifactId >junit-platform-launcher</artifactId >
52
71
<scope >test</scope >
53
72
</dependency >
54
73
118
137
<plugin >
119
138
<groupId >org.graalvm.buildtools</groupId >
120
139
<artifactId >native-maven-plugin</artifactId >
121
- <version >0.10.4 </version >
140
+ <version >0.10.6 </version >
122
141
<extensions >true</extensions >
123
142
<executions >
124
143
<execution >
128
147
</goals >
129
148
<configuration >
130
149
<quickBuild >true</quickBuild >
150
+ <buildArgs >
151
+ <!-- Show stack traces to make troubleshooting build issues easier -->
152
+ <buildArg >-H:+ReportExceptionStackTraces</buildArg >
153
+ </buildArgs >
131
154
</configuration >
132
155
</execution >
133
156
</executions >
Original file line number Diff line number Diff line change 84
84
<dependency >
85
85
<groupId >com.guardsquare</groupId >
86
86
<artifactId >proguard-core</artifactId >
87
- <version >9.1.7 </version >
87
+ <version >9.1.9 </version >
88
88
</dependency >
89
89
</dependencies >
90
90
<configuration >
You can’t perform that action at this time.
0 commit comments