File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Original file line number Diff line number Diff line change 282
282
<dependency >
283
283
<groupId >org.objenesis</groupId >
284
284
<artifactId >objenesis</artifactId >
285
- <version >3.1 </version >
285
+ <version >3.2 </version >
286
286
</dependency >
287
287
<dependency >
288
288
<groupId >org.nd4j</groupId >
351
351
<dependency >
352
352
<groupId >joda-time</groupId >
353
353
<artifactId >joda-time</artifactId >
354
- <version >2.10.9 </version >
354
+ <version >2.10.10 </version >
355
355
</dependency >
356
356
<dependency >
357
357
<groupId >commons-io</groupId >
Original file line number Diff line number Diff line change 339
339
<commons .io.version>2.8.0</commons .io.version>
340
340
<commons .lang3.version>3.12.0</commons .lang3.version>
341
341
<gson .version>2.8.6</gson .version>
342
- <guava .version>30.1-jre</guava .version>
342
+ <guava .version>30.1.1 -jre</guava .version>
343
343
<osgi .core.version>6.0.0</osgi .core.version>
344
344
345
- <cxf .version>3.4.2 </cxf .version>
345
+ <cxf .version>3.4.3 </cxf .version>
346
346
<slf4j .version>1.7.30</slf4j .version>
347
347
<jackson .version>2.12.2</jackson .version>
348
348
<!-- when this is next upgraded, see if we can get rid of
357
357
<build >
358
358
<plugins >
359
359
<plugin >
360
+ <groupId >org.apache.maven.plugins</groupId >
360
361
<artifactId >maven-compiler-plugin</artifactId >
361
- <version >3.8.0 </version >
362
+ <version >3.8.1 </version >
362
363
<configuration >
363
364
<source >${maven.compiler.source} </source >
364
365
<target >${maven.compiler.target} </target >
Original file line number Diff line number Diff line change 588
588
<dependency >
589
589
<groupId >net.java.dev.jna</groupId >
590
590
<artifactId >jna</artifactId >
591
- <version >5.7 .0</version >
591
+ <version >5.8 .0</version >
592
592
</dependency >
593
593
594
594
<!-- grib's current jsoup is vulnerable to xss
601
601
<dependency >
602
602
<groupId >com.google.protobuf</groupId >
603
603
<artifactId >protobuf-java</artifactId >
604
- <version >3.14.0 </version >
604
+ <version >3.15.6 </version >
605
605
</dependency >
606
606
<dependency >
607
607
<groupId >edu.ucar</groupId >
You can’t perform that action at this time.
0 commit comments