Skip to content

Commit 8447a6f

Browse files
fix(deps): update dependency io.cucumber:messages to v26 (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: M.P. Korstanje <[email protected]>
1 parent f3bbad7 commit 8447a6f

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>[24.0.0,25.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)