Skip to content

Commit 743e2d9

Browse files
committed
Fix
1 parent 36dbdab commit 743e2d9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
- Update dependency io.cucumber:messages up to v26 ((#38)[https://github.com/cucumber/query/pull/38])
12+
1013
## [0.5.0] - 2024-06-22
1114
### Added
1215
- Include pickle name if parameterized [#34](https://github.com/cucumber/junit-xml-formatter/pull/34)

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>io.cucumber</groupId>
5353
<artifactId>messages</artifactId>
54-
<version>[26.0.0,27.0.0)</version>
54+
<version>[24.0.0,27.0.0)</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>io.cucumber</groupId>

0 commit comments

Comments
 (0)