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 4748c5d commit c0bf11cCopy full SHA for c0bf11c
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
+### Added
10
+- Update dependency io.cucumber:messages up to v28
11
12
## [0.7.1] - 2024-11-24
13
### Fixed
java/pom.xml
@@ -59,7 +59,7 @@
59
<dependency>
60
<groupId>io.cucumber</groupId>
61
<artifactId>messages</artifactId>
62
- <version>[24.0.0,28.0.0)</version>
+ <version>[24.0.0,29.0.0)</version>
63
</dependency>
64
65
0 commit comments