|
38 | 38 | <dependency> |
39 | 39 | <groupId>org.junit.jupiter</groupId> |
40 | 40 | <artifactId>junit-jupiter</artifactId> |
41 | | - <version>5.12.0</version> |
| 41 | + <version>5.12.1</version> |
42 | 42 | <scope>test</scope> |
43 | 43 | </dependency> |
44 | 44 | <dependency> |
45 | 45 | <groupId>org.jboss.resteasy</groupId> |
46 | 46 | <artifactId>resteasy-client</artifactId> |
47 | | - <version>6.2.11.Final</version> |
| 47 | + <version>6.2.12.Final</version> |
48 | 48 | <scope>test</scope> |
49 | 49 | </dependency> |
50 | 50 | <dependency> |
51 | 51 | <groupId>org.jboss.resteasy</groupId> |
52 | 52 | <artifactId>resteasy-json-binding-provider</artifactId> |
53 | | - <version>6.2.11.Final</version> |
| 53 | + <version>6.2.12.Final</version> |
54 | 54 | <scope>test</scope> |
55 | 55 | </dependency> |
56 | 56 | <dependency> |
|
69 | 69 | <plugin> |
70 | 70 | <groupId>io.openliberty.tools</groupId> |
71 | 71 | <artifactId>liberty-maven-plugin</artifactId> |
72 | | - <version>3.11.2</version> |
| 72 | + <version>3.11.3</version> |
73 | 73 | </plugin> |
74 | 74 | <!-- end::libertyMavenPlugin[] --> |
75 | 75 | <plugin> |
|
80 | 80 | <plugin> |
81 | 81 | <groupId>org.apache.maven.plugins</groupId> |
82 | 82 | <artifactId>maven-surefire-plugin</artifactId> |
83 | | - <version>3.5.2</version> |
| 83 | + <version>3.5.3</version> |
84 | 84 | </plugin> |
85 | 85 | <!-- Plugin to run functional tests --> |
86 | 86 | <!-- tag::maven-failsafe-plugin[] --> |
87 | 87 | <plugin> |
88 | 88 | <groupId>org.apache.maven.plugins</groupId> |
89 | 89 | <artifactId>maven-failsafe-plugin</artifactId> |
90 | | - <version>3.5.2</version> |
| 90 | + <version>3.5.3</version> |
91 | 91 | <configuration> |
92 | 92 | <systemPropertyVariables> |
93 | 93 | <http.port>${liberty.var.http.port}</http.port> |
|
0 commit comments