|
3 | 3 | <parent> |
4 | 4 | <artifactId>cucumber-jvm</artifactId> |
5 | 5 | <groupId>io.cucumber</groupId> |
6 | | - <version>7.14.1-SNAPSHOT</version> |
| 6 | + <version>7.16.0-SNAPSHOT</version> |
7 | 7 | </parent> |
8 | 8 | <modelVersion>4.0.0</modelVersion> |
9 | 9 | <packaging>pom</packaging> |
|
12 | 12 | <name>Cucumber-JVM: Bill of Materials</name> |
13 | 13 |
|
14 | 14 | <properties> |
15 | | - <ci-environment.version>9.2.0</ci-environment.version> |
16 | | - <cucumber-expressions.version>17.0.0</cucumber-expressions.version> |
17 | | - <gherkin.version>26.2.0</gherkin.version> |
18 | | - <html-formatter.version>20.4.0</html-formatter.version> |
19 | | - <junit-xml-formatter.version>0.2.0</junit-xml-formatter.version> |
20 | | - <messages.version>22.0.0</messages.version> |
21 | | - <tag-expressions.version>6.0.0</tag-expressions.version> |
| 15 | + <ci-environment.version>10.0.1</ci-environment.version> |
| 16 | + <cucumber-expressions.version>17.0.2</cucumber-expressions.version> |
| 17 | + <gherkin.version>28.0.0</gherkin.version> |
| 18 | + <html-formatter.version>21.2.0</html-formatter.version> |
| 19 | + <junit-xml-formatter.version>0.2.1</junit-xml-formatter.version> |
| 20 | + <messages.version>24.0.1</messages.version> |
| 21 | + <tag-expressions.version>6.1.0</tag-expressions.version> |
22 | 22 | </properties> |
23 | 23 |
|
24 | 24 | <dependencyManagement> |
|
63 | 63 | <dependency> |
64 | 64 | <groupId>io.cucumber</groupId> |
65 | 65 | <artifactId>cucumber-cdi2</artifactId> |
66 | | - <version>7.14.1-SNAPSHOT</version> |
| 66 | + <version>7.16.0-SNAPSHOT</version> |
67 | 67 | </dependency> |
68 | 68 | <dependency> |
69 | 69 | <groupId>io.cucumber</groupId> |
70 | 70 | <artifactId>cucumber-core</artifactId> |
71 | | - <version>7.14.1-SNAPSHOT</version> |
| 71 | + <version>7.16.0-SNAPSHOT</version> |
72 | 72 | </dependency> |
73 | 73 | <dependency> |
74 | 74 | <groupId>io.cucumber</groupId> |
75 | 75 | <artifactId>datatable</artifactId> |
76 | | - <version>7.14.1-SNAPSHOT</version> |
| 76 | + <version>7.16.0-SNAPSHOT</version> |
77 | 77 | </dependency> |
78 | 78 | <dependency> |
79 | 79 | <groupId>io.cucumber</groupId> |
80 | 80 | <artifactId>datatable-matchers</artifactId> |
81 | | - <version>7.14.1-SNAPSHOT</version> |
| 81 | + <version>7.16.0-SNAPSHOT</version> |
82 | 82 | </dependency> |
83 | 83 | <dependency> |
84 | 84 | <groupId>io.cucumber</groupId> |
85 | 85 | <artifactId>cucumber-deltaspike</artifactId> |
86 | | - <version>7.14.1-SNAPSHOT</version> |
| 86 | + <version>7.16.0-SNAPSHOT</version> |
87 | 87 | </dependency> |
88 | 88 | <dependency> |
89 | 89 | <groupId>io.cucumber</groupId> |
90 | 90 | <artifactId>docstring</artifactId> |
91 | | - <version>7.14.1-SNAPSHOT</version> |
| 91 | + <version>7.16.0-SNAPSHOT</version> |
92 | 92 | </dependency> |
93 | 93 | <dependency> |
94 | 94 | <groupId>io.cucumber</groupId> |
95 | 95 | <artifactId>cucumber-gherkin</artifactId> |
96 | | - <version>7.14.1-SNAPSHOT</version> |
| 96 | + <version>7.16.0-SNAPSHOT</version> |
97 | 97 | </dependency> |
98 | 98 | <dependency> |
99 | 99 | <groupId>io.cucumber</groupId> |
100 | 100 | <artifactId>cucumber-gherkin-messages</artifactId> |
101 | | - <version>7.14.1-SNAPSHOT</version> |
| 101 | + <version>7.16.0-SNAPSHOT</version> |
102 | 102 | </dependency> |
103 | 103 | <dependency> |
104 | 104 | <groupId>io.cucumber</groupId> |
105 | 105 | <artifactId>cucumber-guice</artifactId> |
106 | | - <version>7.14.1-SNAPSHOT</version> |
| 106 | + <version>7.16.0-SNAPSHOT</version> |
107 | 107 | </dependency> |
108 | 108 | <dependency> |
109 | 109 | <groupId>io.cucumber</groupId> |
110 | 110 | <artifactId>cucumber-jakarta-cdi</artifactId> |
111 | | - <version>7.14.1-SNAPSHOT</version> |
| 111 | + <version>7.16.0-SNAPSHOT</version> |
112 | 112 | </dependency> |
113 | 113 | <dependency> |
114 | 114 | <groupId>io.cucumber</groupId> |
115 | 115 | <artifactId>cucumber-java</artifactId> |
116 | | - <version>7.14.1-SNAPSHOT</version> |
| 116 | + <version>7.16.0-SNAPSHOT</version> |
117 | 117 | </dependency> |
118 | 118 | <dependency> |
119 | 119 | <groupId>io.cucumber</groupId> |
120 | 120 | <artifactId>cucumber-java8</artifactId> |
121 | | - <version>7.14.1-SNAPSHOT</version> |
| 121 | + <version>7.16.0-SNAPSHOT</version> |
122 | 122 | </dependency> |
123 | 123 | <dependency> |
124 | 124 | <groupId>io.cucumber</groupId> |
125 | 125 | <artifactId>cucumber-junit</artifactId> |
126 | | - <version>7.14.1-SNAPSHOT</version> |
| 126 | + <version>7.16.0-SNAPSHOT</version> |
127 | 127 | </dependency> |
128 | 128 | <dependency> |
129 | 129 | <groupId>io.cucumber</groupId> |
130 | 130 | <artifactId>cucumber-junit-platform-engine</artifactId> |
131 | | - <version>7.14.1-SNAPSHOT</version> |
| 131 | + <version>7.16.0-SNAPSHOT</version> |
132 | 132 | </dependency> |
133 | 133 | <dependency> |
134 | 134 | <groupId>io.cucumber</groupId> |
135 | 135 | <artifactId>cucumber-openejb</artifactId> |
136 | | - <version>7.14.1-SNAPSHOT</version> |
| 136 | + <version>7.16.0-SNAPSHOT</version> |
137 | 137 | </dependency> |
138 | 138 | <dependency> |
139 | 139 | <groupId>io.cucumber</groupId> |
140 | 140 | <artifactId>cucumber-picocontainer</artifactId> |
141 | | - <version>7.14.1-SNAPSHOT</version> |
| 141 | + <version>7.16.0-SNAPSHOT</version> |
142 | 142 | </dependency> |
143 | 143 | <dependency> |
144 | 144 | <groupId>io.cucumber</groupId> |
145 | 145 | <artifactId>cucumber-plugin</artifactId> |
146 | | - <version>7.14.1-SNAPSHOT</version> |
| 146 | + <version>7.16.0-SNAPSHOT</version> |
147 | 147 | </dependency> |
148 | 148 | <dependency> |
149 | 149 | <groupId>io.cucumber</groupId> |
150 | 150 | <artifactId>cucumber-spring</artifactId> |
151 | | - <version>7.14.1-SNAPSHOT</version> |
| 151 | + <version>7.16.0-SNAPSHOT</version> |
152 | 152 | </dependency> |
153 | 153 | <dependency> |
154 | 154 | <groupId>io.cucumber</groupId> |
155 | 155 | <artifactId>cucumber-testng</artifactId> |
156 | | - <version>7.14.1-SNAPSHOT</version> |
| 156 | + <version>7.16.0-SNAPSHOT</version> |
157 | 157 | </dependency> |
158 | 158 | </dependencies> |
159 | 159 | </dependencyManagement> |
|
0 commit comments