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 c0ecb0e commit 12c26c4Copy full SHA for 12c26c4
CHANGELOG.md
@@ -7,7 +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:query to v13.0.1
+- Update dependency io.cucumber:query to v13.0.2
11
12
## [0.2.0] - 2024-06-22
13
### Added
java/pom.xml
@@ -56,7 +56,7 @@
56
<dependency>
57
<groupId>io.cucumber</groupId>
58
<artifactId>query</artifactId>
59
- <version>[13.0.1,14.0.0)</version>
+ <version>[13.0.2,14.0.0)</version>
60
</dependency>
61
62
0 commit comments