|
4 | 4 | <parent> |
5 | 5 | <artifactId>cucumber-jvm</artifactId> |
6 | 6 | <groupId>io.cucumber</groupId> |
7 | | - <version>7.28.3-SNAPSHOT</version> |
| 7 | + <version>7.29.0-SNAPSHOT</version> |
8 | 8 | </parent> |
9 | 9 | <modelVersion>4.0.0</modelVersion> |
10 | 10 | <packaging>pom</packaging> |
|
15 | 15 | <properties> |
16 | 16 | <ci-environment.version>10.0.1</ci-environment.version> |
17 | 17 | <cucumber-expressions.version>18.0.1</cucumber-expressions.version> |
18 | | - <cucumber-json-formatter.version>0.1.4-SNAPSHOT</cucumber-json-formatter.version> |
19 | | - <gherkin.version>34.0.0</gherkin.version> |
20 | | - <html-formatter.version>21.13.0</html-formatter.version> |
21 | | - <junit-xml-formatter.version>0.8.2-SNAPSHOT</junit-xml-formatter.version> |
| 18 | + <cucumber-json-formatter.version>0.2.1</cucumber-json-formatter.version> |
| 19 | + <gherkin.version>35.0.0</gherkin.version> |
| 20 | + <html-formatter.version>21.15.1</html-formatter.version> |
| 21 | + <junit-xml-formatter.version>0.9.0</junit-xml-formatter.version> |
22 | 22 | <messages.version>29.0.1</messages.version> |
23 | | - <pretty-formatter.version>2.1.1-SNAPSHOT</pretty-formatter.version> |
24 | | - <query.version>14.0.0</query.version> |
| 23 | + <pretty-formatter.version>2.2.0</pretty-formatter.version> |
| 24 | + <query.version>14.0.1</query.version> |
25 | 25 | <tag-expressions.version>6.1.2</tag-expressions.version> |
26 | | - <testng-xml-formatter.version>0.5.1-SNAPSHOT</testng-xml-formatter.version> |
| 26 | + <teamcity-formatter.version>0.1.1</teamcity-formatter.version> |
| 27 | + <testng-xml-formatter.version>0.6.0</testng-xml-formatter.version> |
27 | 28 | </properties> |
28 | 29 |
|
29 | 30 | <dependencyManagement> |
|
79 | 80 | <artifactId>tag-expressions</artifactId> |
80 | 81 | <version>${tag-expressions.version}</version> |
81 | 82 | </dependency> |
| 83 | + <dependency> |
| 84 | + <groupId>io.cucumber</groupId> |
| 85 | + <artifactId>teamcity-formatter</artifactId> |
| 86 | + <version>${teamcity-formatter.version}</version> |
| 87 | + </dependency> |
82 | 88 | <dependency> |
83 | 89 | <groupId>io.cucumber</groupId> |
84 | 90 | <artifactId>testng-xml-formatter</artifactId> |
|
89 | 95 | <dependency> |
90 | 96 | <groupId>io.cucumber</groupId> |
91 | 97 | <artifactId>cucumber-cdi2</artifactId> |
92 | | - <version>7.28.3-SNAPSHOT</version> |
| 98 | + <version>7.29.0-SNAPSHOT</version> |
93 | 99 | </dependency> |
94 | 100 | <dependency> |
95 | 101 | <groupId>io.cucumber</groupId> |
96 | 102 | <artifactId>cucumber-core</artifactId> |
97 | | - <version>7.28.3-SNAPSHOT</version> |
| 103 | + <version>7.29.0-SNAPSHOT</version> |
98 | 104 | </dependency> |
99 | 105 | <dependency> |
100 | 106 | <groupId>io.cucumber</groupId> |
101 | 107 | <artifactId>datatable</artifactId> |
102 | | - <version>7.28.3-SNAPSHOT</version> |
| 108 | + <version>7.29.0-SNAPSHOT</version> |
103 | 109 | </dependency> |
104 | 110 | <dependency> |
105 | 111 | <groupId>io.cucumber</groupId> |
106 | 112 | <artifactId>datatable-matchers</artifactId> |
107 | | - <version>7.28.3-SNAPSHOT</version> |
| 113 | + <version>7.29.0-SNAPSHOT</version> |
108 | 114 | </dependency> |
109 | 115 | <dependency> |
110 | 116 | <groupId>io.cucumber</groupId> |
111 | 117 | <artifactId>cucumber-deltaspike</artifactId> |
112 | | - <version>7.28.3-SNAPSHOT</version> |
| 118 | + <version>7.29.0-SNAPSHOT</version> |
113 | 119 | </dependency> |
114 | 120 | <dependency> |
115 | 121 | <groupId>io.cucumber</groupId> |
116 | 122 | <artifactId>docstring</artifactId> |
117 | | - <version>7.28.3-SNAPSHOT</version> |
| 123 | + <version>7.29.0-SNAPSHOT</version> |
118 | 124 | </dependency> |
119 | 125 | <dependency> |
120 | 126 | <groupId>io.cucumber</groupId> |
121 | 127 | <artifactId>cucumber-gherkin</artifactId> |
122 | | - <version>7.28.3-SNAPSHOT</version> |
| 128 | + <version>7.29.0-SNAPSHOT</version> |
123 | 129 | </dependency> |
124 | 130 | <dependency> |
125 | 131 | <groupId>io.cucumber</groupId> |
126 | 132 | <artifactId>cucumber-gherkin-messages</artifactId> |
127 | | - <version>7.28.3-SNAPSHOT</version> |
| 133 | + <version>7.29.0-SNAPSHOT</version> |
128 | 134 | </dependency> |
129 | 135 | <dependency> |
130 | 136 | <groupId>io.cucumber</groupId> |
131 | 137 | <artifactId>cucumber-guice</artifactId> |
132 | | - <version>7.28.3-SNAPSHOT</version> |
| 138 | + <version>7.29.0-SNAPSHOT</version> |
133 | 139 | </dependency> |
134 | 140 | <dependency> |
135 | 141 | <groupId>io.cucumber</groupId> |
136 | 142 | <artifactId>cucumber-jakarta-cdi</artifactId> |
137 | | - <version>7.28.3-SNAPSHOT</version> |
| 143 | + <version>7.29.0-SNAPSHOT</version> |
138 | 144 | </dependency> |
139 | 145 | <dependency> |
140 | 146 | <groupId>io.cucumber</groupId> |
141 | 147 | <artifactId>cucumber-java</artifactId> |
142 | | - <version>7.28.3-SNAPSHOT</version> |
| 148 | + <version>7.29.0-SNAPSHOT</version> |
143 | 149 | </dependency> |
144 | 150 | <dependency> |
145 | 151 | <groupId>io.cucumber</groupId> |
146 | 152 | <artifactId>cucumber-java8</artifactId> |
147 | | - <version>7.28.3-SNAPSHOT</version> |
| 153 | + <version>7.29.0-SNAPSHOT</version> |
148 | 154 | </dependency> |
149 | 155 | <dependency> |
150 | 156 | <groupId>io.cucumber</groupId> |
151 | 157 | <artifactId>cucumber-junit</artifactId> |
152 | | - <version>7.28.3-SNAPSHOT</version> |
| 158 | + <version>7.29.0-SNAPSHOT</version> |
153 | 159 | </dependency> |
154 | 160 | <dependency> |
155 | 161 | <groupId>io.cucumber</groupId> |
156 | 162 | <artifactId>cucumber-junit-platform-engine</artifactId> |
157 | | - <version>7.28.3-SNAPSHOT</version> |
| 163 | + <version>7.29.0-SNAPSHOT</version> |
158 | 164 | </dependency> |
159 | 165 | <dependency> |
160 | 166 | <groupId>io.cucumber</groupId> |
161 | 167 | <artifactId>cucumber-openejb</artifactId> |
162 | | - <version>7.28.3-SNAPSHOT</version> |
| 168 | + <version>7.29.0-SNAPSHOT</version> |
163 | 169 | </dependency> |
164 | 170 | <dependency> |
165 | 171 | <groupId>io.cucumber</groupId> |
166 | 172 | <artifactId>cucumber-picocontainer</artifactId> |
167 | | - <version>7.28.3-SNAPSHOT</version> |
| 173 | + <version>7.29.0-SNAPSHOT</version> |
168 | 174 | </dependency> |
169 | 175 | <dependency> |
170 | 176 | <groupId>io.cucumber</groupId> |
171 | 177 | <artifactId>cucumber-plugin</artifactId> |
172 | | - <version>7.28.3-SNAPSHOT</version> |
| 178 | + <version>7.29.0-SNAPSHOT</version> |
173 | 179 | </dependency> |
174 | 180 | <dependency> |
175 | 181 | <groupId>io.cucumber</groupId> |
176 | 182 | <artifactId>cucumber-spring</artifactId> |
177 | | - <version>7.28.3-SNAPSHOT</version> |
| 183 | + <version>7.29.0-SNAPSHOT</version> |
178 | 184 | </dependency> |
179 | 185 | <dependency> |
180 | 186 | <groupId>io.cucumber</groupId> |
181 | 187 | <artifactId>cucumber-testng</artifactId> |
182 | | - <version>7.28.3-SNAPSHOT</version> |
| 188 | + <version>7.29.0-SNAPSHOT</version> |
183 | 189 | </dependency> |
184 | 190 | </dependencies> |
185 | 191 | </dependencyManagement> |
|
0 commit comments