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 c1205b5 commit e7ca44aCopy full SHA for e7ca44a
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.3.1] - 2025-02-02
13
### Fixed
java/pom.xml
@@ -51,7 +51,7 @@
51
<dependency>
52
<groupId>io.cucumber</groupId>
53
<artifactId>messages</artifactId>
54
- <version>[24.0.0,28.0.0)</version>
+ <version>[24.0.0,29.0.0)</version>
55
</dependency>
56
57
0 commit comments