File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 39
39
<dependency >
40
40
<groupId >org.junit.jupiter</groupId >
41
41
<artifactId >junit-jupiter</artifactId >
42
- <version >5.10.1 </version >
42
+ <version >5.10.2 </version >
43
43
<scope >test</scope >
44
44
</dependency >
45
45
<dependency >
74
74
<plugin >
75
75
<groupId >org.apache.maven.plugins</groupId >
76
76
<artifactId >maven-war-plugin</artifactId >
77
- <version >3.3.2 </version >
77
+ <version >3.4.0 </version >
78
78
</plugin >
79
79
<!-- Plugin to run unit tests -->
80
80
<plugin >
86
86
<plugin >
87
87
<groupId >io.openliberty.tools</groupId >
88
88
<artifactId >liberty-maven-plugin</artifactId >
89
- <version >3.10</version >
89
+ <version >3.10.2 </version >
90
90
</plugin >
91
91
<!-- Plugin to run functional tests -->
92
92
<plugin >
Original file line number Diff line number Diff line change 31
31
<!-- tag::microprofile[] -->
32
32
<artifactId >microprofile</artifactId >
33
33
<!-- end::microprofile[] -->
34
- <version >6.0 </version >
34
+ <version >6.1 </version >
35
35
<type >pom</type >
36
36
<scope >provided</scope >
37
37
</dependency >
38
38
<!-- For tests -->
39
39
<dependency >
40
40
<groupId >org.junit.jupiter</groupId >
41
41
<artifactId >junit-jupiter</artifactId >
42
- <version >5.10.1 </version >
42
+ <version >5.10.2 </version >
43
43
<scope >test</scope >
44
44
</dependency >
45
45
<dependency >
74
74
<plugin >
75
75
<groupId >org.apache.maven.plugins</groupId >
76
76
<artifactId >maven-war-plugin</artifactId >
77
- <version >3.3.2 </version >
77
+ <version >3.4.0 </version >
78
78
</plugin >
79
79
<!-- Plugin to run unit tests -->
80
80
<plugin >
86
86
<plugin >
87
87
<groupId >io.openliberty.tools</groupId >
88
88
<artifactId >liberty-maven-plugin</artifactId >
89
- <version >3.10</version >
89
+ <version >3.10.2 </version >
90
90
</plugin >
91
91
<!-- Plugin to run functional tests -->
92
92
<plugin >
You can’t perform that action at this time.
0 commit comments