File tree 4 files changed +14
-14
lines changed
4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >org.eclipse.microprofile</groupId >
37
37
<artifactId >microprofile</artifactId >
38
- <version >4.0. 1</version >
38
+ <version >4.1</version >
39
39
<type >pom</type >
40
40
<scope >provided</scope >
41
41
</dependency >
42
42
<!-- For tests -->
43
43
<dependency >
44
44
<groupId >org.junit.jupiter</groupId >
45
45
<artifactId >junit-jupiter</artifactId >
46
- <version >5.7 .1</version >
46
+ <version >5.8 .1</version >
47
47
<scope >test</scope >
48
48
</dependency >
49
49
<dependency >
50
50
<groupId >org.apache.cxf</groupId >
51
51
<artifactId >cxf-rt-rs-client</artifactId >
52
- <version >3.4.3 </version >
52
+ <version >3.4.5 </version >
53
53
<scope >test</scope >
54
54
</dependency >
55
55
<dependency >
56
56
<groupId >org.apache.cxf</groupId >
57
57
<artifactId >cxf-rt-rs-extension-providers</artifactId >
58
- <version >3.4.3 </version >
58
+ <version >3.4.5 </version >
59
59
<scope >test</scope >
60
60
</dependency >
61
61
<dependency >
73
73
<plugin >
74
74
<groupId >io.openliberty.tools</groupId >
75
75
<artifactId >liberty-maven-plugin</artifactId >
76
- <version >3.3.4 </version >
76
+ <version >3.5.1 </version >
77
77
</plugin >
78
78
<!-- Plugin to run functional tests -->
79
79
<plugin >
92
92
<plugin >
93
93
<groupId >org.apache.maven.plugins</groupId >
94
94
<artifactId >maven-war-plugin</artifactId >
95
- <version >3.3.1 </version >
95
+ <version >3.3.2 </version >
96
96
</plugin >
97
97
<!-- Plugin to run unit tests -->
98
98
<plugin >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ <h2>Eclipse MicroProfile</h2>
30
30
< p >
31
31
For more information about the features used in this application, see the Open Liberty documentation:
32
32
< ul >
33
- < li > < a href ="https://openliberty.io/docs/ref/feature/#microProfile-4.0 .html " target ="_blank " rel ="noopener noreferrer "> MicroProfile 4.0 </ a > </ li >
33
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#microProfile-4.1 .html " target ="_blank " rel ="noopener noreferrer "> MicroProfile 4.1 </ a > </ li >
34
34
< li > < a href ="https://openliberty.io/docs/ref/feature/#jaxrs-2.1.html " target ="_blank " rel ="noopener noreferrer "> Java RESTful Services 2.1</ a > </ li >
35
35
</ ul >
36
36
</ p >
Original file line number Diff line number Diff line change 29
29
<dependency >
30
30
<groupId >org.eclipse.microprofile</groupId >
31
31
<artifactId >microprofile</artifactId >
32
- <version >4.0. 1</version >
32
+ <version >4.1</version >
33
33
<type >pom</type >
34
34
<scope >provided</scope >
35
35
</dependency >
36
36
<!-- For tests -->
37
37
<dependency >
38
38
<groupId >org.junit.jupiter</groupId >
39
39
<artifactId >junit-jupiter</artifactId >
40
- <version >5.7 .1</version >
40
+ <version >5.8 .1</version >
41
41
<scope >test</scope >
42
42
</dependency >
43
43
<dependency >
44
44
<groupId >org.apache.cxf</groupId >
45
45
<artifactId >cxf-rt-rs-client</artifactId >
46
- <version >3.4.3 </version >
46
+ <version >3.4.5 </version >
47
47
<scope >test</scope >
48
48
</dependency >
49
49
<dependency >
50
50
<groupId >org.apache.cxf</groupId >
51
51
<artifactId >cxf-rt-rs-extension-providers</artifactId >
52
- <version >3.4.3 </version >
52
+ <version >3.4.5 </version >
53
53
<scope >test</scope >
54
54
</dependency >
55
55
<dependency >
67
67
<plugin >
68
68
<groupId >io.openliberty.tools</groupId >
69
69
<artifactId >liberty-maven-plugin</artifactId >
70
- <version >3.3.4 </version >
70
+ <version >3.5.1 </version >
71
71
</plugin >
72
72
<!-- Plugin to run functional tests -->
73
73
<plugin >
84
84
<plugin >
85
85
<groupId >org.apache.maven.plugins</groupId >
86
86
<artifactId >maven-war-plugin</artifactId >
87
- <version >3.3.1 </version >
87
+ <version >3.3.2 </version >
88
88
</plugin >
89
89
<!-- Plugin to run unit tests -->
90
90
<plugin >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ <h2>Eclipse MicroProfile</h2>
30
30
< p >
31
31
For more information about the features used in this application, see the Open Liberty documentation:
32
32
< ul >
33
- < li > < a href ="https://openliberty.io/docs/ref/feature/#microProfile-4.0 .html " target ="_blank " rel ="noopener noreferrer "> MicroProfile 4.0 </ a > </ li >
33
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#microProfile-4.1 .html " target ="_blank " rel ="noopener noreferrer "> MicroProfile 4.1 </ a > </ li >
34
34
< li > < a href ="https://openliberty.io/docs/ref/feature/#jaxrs-2.1.html " target ="_blank " rel ="noopener noreferrer "> Java RESTful Services 2.1</ a > </ li >
35
35
</ ul >
36
36
</ p >
You can’t perform that action at this time.
0 commit comments