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