Skip to content

Commit 3388621

Browse files
committed
Fix
1 parent 58ff9cd commit 3388621

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99
### Changed
10+
- Update dependency io.cucumber:messages to v27
1011
- Update dependency io.cucumber:query to v13.0.2
1112

1213
## [0.2.0] - 2024-06-22

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>[27.2.0,27.3.0)</version>
54+
<version>[24.0.0,28.0.0)</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>io.cucumber</groupId>

0 commit comments

Comments
 (0)