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 2a64b33 commit 69d5f3fCopy full SHA for 69d5f3f
CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
### Changed
10
+- Update dependency io.cucumber:messages to v27
11
- Update dependency io.cucumber:query to v13.0.2
12
13
## [0.2.0] - 2024-06-22
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,28.0.0)</version>
55
</dependency>
56
57
0 commit comments