|
49 | 49 | <dependency> |
50 | 50 | <groupId>org.junit.jupiter</groupId> |
51 | 51 | <artifactId>junit-jupiter</artifactId> |
52 | | - <version>5.12.0</version> |
| 52 | + <version>5.12.1</version> |
53 | 53 | <scope>test</scope> |
54 | 54 | </dependency> |
55 | 55 | <dependency> |
56 | 56 | <groupId>org.jboss.resteasy</groupId> |
57 | 57 | <artifactId>resteasy-client</artifactId> |
58 | | - <version>6.2.11.Final</version> |
| 58 | + <version>6.2.12.Final</version> |
59 | 59 | <scope>test</scope> |
60 | 60 | </dependency> |
61 | 61 | <dependency> |
62 | 62 | <groupId>org.jboss.resteasy</groupId> |
63 | 63 | <artifactId>resteasy-json-binding-provider</artifactId> |
64 | | - <version>6.2.11.Final</version> |
| 64 | + <version>6.2.12.Final</version> |
65 | 65 | <scope>test</scope> |
66 | 66 | </dependency> |
67 | 67 | <dependency> |
|
97 | 97 | <plugin> |
98 | 98 | <groupId>org.apache.maven.plugins</groupId> |
99 | 99 | <artifactId>maven-surefire-plugin</artifactId> |
100 | | - <version>3.5.2</version> |
| 100 | + <version>3.5.3</version> |
101 | 101 | </plugin> |
102 | 102 | <!-- Enable liberty-maven plugin --> |
103 | 103 | <plugin> |
104 | 104 | <groupId>io.openliberty.tools</groupId> |
105 | 105 | <artifactId>liberty-maven-plugin</artifactId> |
106 | | - <version>3.11.2</version> |
| 106 | + <version>3.11.3</version> |
107 | 107 | </plugin> |
108 | 108 | <!-- Plugin to run functional tests --> |
109 | 109 | <plugin> |
110 | 110 | <groupId>org.apache.maven.plugins</groupId> |
111 | 111 | <artifactId>maven-failsafe-plugin</artifactId> |
112 | | - <version>3.5.2</version> |
| 112 | + <version>3.5.3</version> |
113 | 113 | <configuration> |
114 | 114 | <systemPropertyVariables> |
115 | 115 | <hostname>${liberty.var.default.hostname}</hostname> |
|
0 commit comments