File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
<maven-jar-plugin-version >3.3.0</maven-jar-plugin-version >
60
60
<maven-war-plugin-version >3.3.2</maven-war-plugin-version >
61
61
<maven-resources-plugin-version >3.3.1</maven-resources-plugin-version >
62
- <maven-dependency-plugin-version >3.5 .0</maven-dependency-plugin-version >
62
+ <maven-dependency-plugin-version >3.6 .0</maven-dependency-plugin-version >
63
63
64
64
<java .version.range>17</java .version.range>
65
65
<maven .version.range>[3.6.1,)</maven .version.range>
279
279
<dependency >
280
280
<groupId >commons-io</groupId >
281
281
<artifactId >commons-io</artifactId >
282
- <version >2.11 .0</version >
282
+ <version >2.12 .0</version >
283
283
</dependency >
284
284
285
285
<!-- unit test dependencies -->
286
286
287
287
<dependency >
288
288
<groupId >com.google.guava</groupId >
289
289
<artifactId >guava</artifactId >
290
- <version >31.1 -jre</version >
290
+ <version >32.0.0 -jre</version >
291
291
<scope >test</scope >
292
292
</dependency >
293
293
<dependency >
Original file line number Diff line number Diff line change 17
17
<helidon .version>3.2.1</helidon .version>
18
18
<mainClass >com.oracle.wls.exporter.sidecar.Main</mainClass >
19
19
20
- <version .plugin.helidon>3.0.4 </version .plugin.helidon>
20
+ <version .plugin.helidon>3.0.5 </version .plugin.helidon>
21
21
</properties >
22
22
23
23
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments