We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bbad7 commit 8447a6fCopy full SHA for 8447a6f
CHANGELOG.md
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Added
11
+- Update dependency io.cucumber:messages up to v26 ((#38)[https://github.com/cucumber/query/pull/38])
12
+
13
## [0.5.0] - 2024-06-22
14
### Added
15
- Include pickle name if parameterized [#34](https://github.com/cucumber/junit-xml-formatter/pull/34)
java/pom.xml
@@ -51,7 +51,7 @@
51
<dependency>
52
<groupId>io.cucumber</groupId>
53
<artifactId>messages</artifactId>
54
- <version>[24.0.0,25.0.0)</version>
+ <version>[24.0.0,27.0.0)</version>
55
</dependency>
56
57
0 commit comments