|
50 | 50 | <dependency> |
51 | 51 | <groupId>org.apache.commons</groupId> |
52 | 52 | <artifactId>commons-lang3</artifactId> |
53 | | - <version>3.18.0</version> |
| 53 | + <version>3.19.0</version> |
54 | 54 | </dependency> |
55 | 55 | <!-- For tests --> |
56 | 56 | <dependency> |
57 | 57 | <groupId>org.junit.jupiter</groupId> |
58 | 58 | <artifactId>junit-jupiter</artifactId> |
59 | | - <version>5.13.4</version> |
| 59 | + <version>5.14.0</version> |
60 | 60 | <scope>test</scope> |
61 | 61 | </dependency> |
62 | 62 | <dependency> |
63 | 63 | <groupId>org.jboss.resteasy</groupId> |
64 | 64 | <artifactId>resteasy-client</artifactId> |
65 | | - <version>6.2.12.Final</version> |
| 65 | + <version>6.2.14.Final</version> |
66 | 66 | <scope>test</scope> |
67 | 67 | </dependency> |
68 | 68 | <dependency> |
69 | 69 | <groupId>org.jboss.resteasy</groupId> |
70 | 70 | <artifactId>resteasy-json-binding-provider</artifactId> |
71 | | - <version>6.2.12.Final</version> |
| 71 | + <version>6.2.14.Final</version> |
72 | 72 | <scope>test</scope> |
73 | 73 | </dependency> |
74 | 74 | <dependency> |
|
96 | 96 | <plugin> |
97 | 97 | <groupId>org.apache.maven.plugins</groupId> |
98 | 98 | <artifactId>maven-surefire-plugin</artifactId> |
99 | | - <version>3.5.3</version> |
| 99 | + <version>3.5.4</version> |
100 | 100 | </plugin> |
101 | 101 | <!-- Plugin to run functional tests --> |
102 | 102 | <plugin> |
103 | 103 | <groupId>org.apache.maven.plugins</groupId> |
104 | 104 | <artifactId>maven-failsafe-plugin</artifactId> |
105 | | - <version>3.5.3</version> |
| 105 | + <version>3.5.4</version> |
106 | 106 | <configuration> |
107 | 107 | <systemPropertyVariables> |
108 | 108 | <inventory.service.root>${inventory.service.root}</inventory.service.root> |
|
0 commit comments