|
42 | 42 | <dependency> |
43 | 43 | <groupId>org.junit.jupiter</groupId> |
44 | 44 | <artifactId>junit-jupiter</artifactId> |
45 | | - <version>5.12.0</version> |
| 45 | + <version>5.12.1</version> |
46 | 46 | <scope>test</scope> |
47 | 47 | </dependency> |
48 | 48 | <dependency> |
49 | 49 | <groupId>org.jboss.resteasy</groupId> |
50 | 50 | <artifactId>resteasy-client</artifactId> |
51 | | - <version>6.2.11.Final</version> |
| 51 | + <version>6.2.12.Final</version> |
52 | 52 | <scope>test</scope> |
53 | 53 | </dependency> |
54 | 54 | <dependency> |
55 | 55 | <groupId>org.jboss.resteasy</groupId> |
56 | 56 | <artifactId>resteasy-json-binding-provider</artifactId> |
57 | | - <version>6.2.11.Final</version> |
| 57 | + <version>6.2.12.Final</version> |
58 | 58 | <scope>test</scope> |
59 | 59 | </dependency> |
60 | 60 | </dependencies> |
|
71 | 71 | <plugin> |
72 | 72 | <groupId>io.openliberty.tools</groupId> |
73 | 73 | <artifactId>liberty-maven-plugin</artifactId> |
74 | | - <version>3.11.2</version> |
| 74 | + <version>3.11.3</version> |
75 | 75 | </plugin> |
76 | 76 | <!-- Plugin to run unit tests --> |
77 | 77 | <plugin> |
78 | 78 | <groupId>org.apache.maven.plugins</groupId> |
79 | 79 | <artifactId>maven-surefire-plugin</artifactId> |
80 | | - <version>3.5.2</version> |
| 80 | + <version>3.5.3</version> |
81 | 81 | </plugin> |
82 | 82 | <!-- Plugin to run functional tests --> |
83 | 83 | <plugin> |
84 | 84 | <groupId>org.apache.maven.plugins</groupId> |
85 | 85 | <artifactId>maven-failsafe-plugin</artifactId> |
86 | | - <version>3.5.2</version> |
| 86 | + <version>3.5.3</version> |
87 | 87 | <configuration> |
88 | 88 | <systemPropertyVariables> |
89 | 89 | <system.service.root>${system.service.root}</system.service.root> |
|
0 commit comments