Skip to content

Commit 05f2bac

Browse files
committed
Prepare release v7.32.0
Created-by: polyglot-release v1.7.2
1 parent b643c3c commit 05f2bac

File tree

37 files changed

+64
-61
lines changed

37 files changed

+64
-61
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1010
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1111

1212
## [Unreleased]
13-
### Fixed
14-
- [Core] Add OS version to `Meta` message ([#3108](https://github.com/cucumber/cucumber-jvm/pull/3108))
15-
- [Core] Fix interpolated data tables and doc string arguments in Json report ([#29](https://github.com/cucumber/cucumber-json-formatter/pull/29))
1613

14+
## [7.32.0] - 2025-11-21
1715
### Changed
1816
- [Core] Update dependency io.cucumber:gherkin to v36.1.0
1917
- [Core] Update dependency io.cucumber:html-formatter to v22.1.0
2018
- [Core] Update dependency io.cucumber:junit-xml-formatter to v0.11.0
2119
- [Core] Update dependency io.cucumber:pretty-formatter to v2.4.1
2220

21+
### Fixed
22+
- [Core] Add OS version to `Meta` message ([#3108](https://github.com/cucumber/cucumber-jvm/pull/3108))
23+
- [Core] Fix interpolated data tables and doc string arguments in Json report ([#29](https://github.com/cucumber/cucumber-json-formatter/pull/29))
24+
2325
## [7.31.0] - 2025-10-27
2426
### Added
2527
- [Core] Add a `UsageJsonFormatter`, use with `--plugin usage-json` ([#3086](https://github.com/cucumber/cucumber-jvm/pull/3086) M.P. Korstanje)
@@ -551,7 +553,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
551553
- [Weld] Removed `cucumber-weld` in favour of `cucumber-jakarta-cdi` or `cucumber-cdi2`. ([#2276](https://github.com/cucumber/cucumber-jvm/issues/2276) M.P. Korstanje)
552554
- [Needle] Removed `cucumber-needled` in favour of `cucumber-jakarta-cdi` or `cucumber-cdi2`. ([#2276](https://github.com/cucumber/cucumber-jvm/issues/2276) M.P. Korstanje)
553555

554-
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.31.0...HEAD
556+
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.32.0...HEAD
557+
[7.32.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.31.0...v7.32.0
555558
[7.31.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.30.0...v7.31.0
556559
[7.30.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.29.0...v7.30.0
557560
[7.29.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.28.2...v7.29.0

compatibility/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>cucumber-jvm</artifactId>
66
<groupId>io.cucumber</groupId>
7-
<version>7.31.1-SNAPSHOT</version>
7+
<version>7.32.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

cucumber-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.cucumber</groupId>
88
<artifactId>cucumber-jvm</artifactId>
9-
<version>7.31.1-SNAPSHOT</version>
9+
<version>7.32.0</version>
1010
</parent>
1111

1212
<artifactId>cucumber-archetype</artifactId>

cucumber-bom/pom.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>cucumber-jvm</artifactId>
66
<groupId>io.cucumber</groupId>
7-
<version>7.31.1-SNAPSHOT</version>
7+
<version>7.32.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<packaging>pom</packaging>
@@ -101,97 +101,97 @@
101101
<dependency>
102102
<groupId>io.cucumber</groupId>
103103
<artifactId>cucumber-cdi2</artifactId>
104-
<version>7.31.1-SNAPSHOT</version>
104+
<version>7.32.0</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>io.cucumber</groupId>
108108
<artifactId>cucumber-core</artifactId>
109-
<version>7.31.1-SNAPSHOT</version>
109+
<version>7.32.0</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>io.cucumber</groupId>
113113
<artifactId>datatable</artifactId>
114-
<version>7.31.1-SNAPSHOT</version>
114+
<version>7.32.0</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>io.cucumber</groupId>
118118
<artifactId>datatable-matchers</artifactId>
119-
<version>7.31.1-SNAPSHOT</version>
119+
<version>7.32.0</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>io.cucumber</groupId>
123123
<artifactId>cucumber-deltaspike</artifactId>
124-
<version>7.31.1-SNAPSHOT</version>
124+
<version>7.32.0</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>io.cucumber</groupId>
128128
<artifactId>docstring</artifactId>
129-
<version>7.31.1-SNAPSHOT</version>
129+
<version>7.32.0</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>io.cucumber</groupId>
133133
<artifactId>cucumber-gherkin</artifactId>
134-
<version>7.31.1-SNAPSHOT</version>
134+
<version>7.32.0</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>io.cucumber</groupId>
138138
<artifactId>cucumber-gherkin-messages</artifactId>
139-
<version>7.31.1-SNAPSHOT</version>
139+
<version>7.32.0</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>io.cucumber</groupId>
143143
<artifactId>cucumber-guice</artifactId>
144-
<version>7.31.1-SNAPSHOT</version>
144+
<version>7.32.0</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>io.cucumber</groupId>
148148
<artifactId>cucumber-jakarta-cdi</artifactId>
149-
<version>7.31.1-SNAPSHOT</version>
149+
<version>7.32.0</version>
150150
</dependency>
151151
<dependency>
152152
<groupId>io.cucumber</groupId>
153153
<artifactId>cucumber-java</artifactId>
154-
<version>7.31.1-SNAPSHOT</version>
154+
<version>7.32.0</version>
155155
</dependency>
156156
<dependency>
157157
<groupId>io.cucumber</groupId>
158158
<artifactId>cucumber-java8</artifactId>
159-
<version>7.31.1-SNAPSHOT</version>
159+
<version>7.32.0</version>
160160
</dependency>
161161
<dependency>
162162
<groupId>io.cucumber</groupId>
163163
<artifactId>cucumber-junit</artifactId>
164-
<version>7.31.1-SNAPSHOT</version>
164+
<version>7.32.0</version>
165165
</dependency>
166166
<dependency>
167167
<groupId>io.cucumber</groupId>
168168
<artifactId>cucumber-junit-platform-engine</artifactId>
169-
<version>7.31.1-SNAPSHOT</version>
169+
<version>7.32.0</version>
170170
</dependency>
171171
<dependency>
172172
<groupId>io.cucumber</groupId>
173173
<artifactId>cucumber-openejb</artifactId>
174-
<version>7.31.1-SNAPSHOT</version>
174+
<version>7.32.0</version>
175175
</dependency>
176176
<dependency>
177177
<groupId>io.cucumber</groupId>
178178
<artifactId>cucumber-picocontainer</artifactId>
179-
<version>7.31.1-SNAPSHOT</version>
179+
<version>7.32.0</version>
180180
</dependency>
181181
<dependency>
182182
<groupId>io.cucumber</groupId>
183183
<artifactId>cucumber-plugin</artifactId>
184-
<version>7.31.1-SNAPSHOT</version>
184+
<version>7.32.0</version>
185185
</dependency>
186186
<dependency>
187187
<groupId>io.cucumber</groupId>
188188
<artifactId>cucumber-spring</artifactId>
189-
<version>7.31.1-SNAPSHOT</version>
189+
<version>7.32.0</version>
190190
</dependency>
191191
<dependency>
192192
<groupId>io.cucumber</groupId>
193193
<artifactId>cucumber-testng</artifactId>
194-
<version>7.31.1-SNAPSHOT</version>
194+
<version>7.32.0</version>
195195
</dependency>
196196
</dependencies>
197197
</dependencyManagement>

cucumber-cdi2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>io.cucumber</groupId>
1616
<artifactId>cucumber-jvm</artifactId>
17-
<version>7.31.1-SNAPSHOT</version>
17+
<version>7.32.0</version>
1818
</parent>
1919

2020
<artifactId>cucumber-cdi2</artifactId>

cucumber-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-jvm</artifactId>
7-
<version>7.31.1-SNAPSHOT</version>
7+
<version>7.32.0</version>
88
</parent>
99

1010
<artifactId>cucumber-core</artifactId>

cucumber-deltaspike/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.cucumber</groupId>
77
<artifactId>cucumber-jvm</artifactId>
8-
<version>7.31.1-SNAPSHOT</version>
8+
<version>7.32.0</version>
99
</parent>
1010

1111
<artifactId>cucumber-deltaspike</artifactId>

cucumber-gherkin-messages/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-jvm</artifactId>
7-
<version>7.31.1-SNAPSHOT</version>
7+
<version>7.32.0</version>
88
</parent>
99

1010
<properties>

cucumber-gherkin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-jvm</artifactId>
7-
<version>7.31.1-SNAPSHOT</version>
7+
<version>7.32.0</version>
88
</parent>
99

1010
<properties>

cucumber-guice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-jvm</artifactId>
7-
<version>7.31.1-SNAPSHOT</version>
7+
<version>7.32.0</version>
88
</parent>
99

1010
<artifactId>cucumber-guice</artifactId>

0 commit comments

Comments
 (0)