File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3939 <dependency >
4040 <groupId >org.junit.jupiter</groupId >
4141 <artifactId >junit-jupiter</artifactId >
42- <version >5.11.1 </version >
42+ <version >5.11.3 </version >
4343 <scope >test</scope >
4444 </dependency >
4545 <dependency >
8080 <plugin >
8181 <groupId >org.apache.maven.plugins</groupId >
8282 <artifactId >maven-surefire-plugin</artifactId >
83- <version >3.5.0 </version >
83+ <version >3.5.1 </version >
8484 </plugin >
8585 <!-- Enable liberty-maven plugin -->
8686 <plugin >
8787 <groupId >io.openliberty.tools</groupId >
8888 <artifactId >liberty-maven-plugin</artifactId >
89- <version >3.10.3 </version >
89+ <version >3.11.1 </version >
9090 </plugin >
9191 <!-- Plugin to run functional tests -->
9292 <plugin >
9393 <groupId >org.apache.maven.plugins</groupId >
9494 <artifactId >maven-failsafe-plugin</artifactId >
95- <version >3.5.0 </version >
95+ <version >3.5.1 </version >
9696 <configuration >
9797 <systemPropertyVariables >
9898 <http .port>${liberty.var.http.port} </http .port>
Original file line number Diff line number Diff line change 3939 <dependency >
4040 <groupId >org.junit.jupiter</groupId >
4141 <artifactId >junit-jupiter</artifactId >
42- <version >5.11.1 </version >
42+ <version >5.11.3 </version >
4343 <scope >test</scope >
4444 </dependency >
4545 <dependency >
8080 <plugin >
8181 <groupId >org.apache.maven.plugins</groupId >
8282 <artifactId >maven-surefire-plugin</artifactId >
83- <version >3.5.0 </version >
83+ <version >3.5.1 </version >
8484 </plugin >
8585 <!-- Enable liberty-maven plugin -->
8686 <plugin >
8787 <groupId >io.openliberty.tools</groupId >
8888 <artifactId >liberty-maven-plugin</artifactId >
89- <version >3.10.3 </version >
89+ <version >3.11.1 </version >
9090 </plugin >
9191 <!-- Plugin to run functional tests -->
9292 <plugin >
9393 <groupId >org.apache.maven.plugins</groupId >
9494 <artifactId >maven-failsafe-plugin</artifactId >
95- <version >3.5.0 </version >
95+ <version >3.5.1 </version >
9696 <configuration >
9797 <systemPropertyVariables >
9898 <http .port>${liberty.var.http.port} </http .port>
You can’t perform that action at this time.
0 commit comments